2023-12-21T04:42:25.177 INFO:root:teuthology version: 0.0.1.dev216+g5f3731e 2023-12-21T04:42:25.177 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --archive /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499194 --owner scheduled_yuriw@teuthology --description rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/octopus 1-start 2-nfs 3-upgrade-with-workload 4-final} --name yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi -- /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499194/orig.config.yaml 2023-12-21T04:42:25.217 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-21T04:42:25.308 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499194 branch: wip-yuri7-testing-2023-12-20-0808-pacific description: rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/octopus 1-start 2-nfs 3-upgrade-with-workload 4-final} email: yweinste@redhat.com first_in_suite: false job_id: '7499194' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-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-yuri7-testing-2023-12-20-0808-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: 639f0137318def3e5f393094e5494880043a8f32 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 639f0137318def3e5f393094e5494880043a8f32 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri7-testing-2023-12-20-0808-pacific sha1: 639f0137318def3e5f393094e5494880043a8f32 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - - host.b - osd.4 - osd.5 - osd.6 - osd.7 seed: 592 sha1: 639f0137318def3e5f393094e5494880043a8f32 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri7-testing-2023-12-20-0808-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 639f0137318def3e5f393094e5494880043a8f32 targets: smithi064.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLiKWlKsxbxCoq1/tZA7uQ+BHE6WxZp0SFHOvwFKmUiGJP7ZrcYeST+PuOaGW0AOsJFBVwoJDY+iY33oHaw2j7Q= smithi113.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJkaXWZ1ztVNRk+tDbsq/TbUJK31B7l4iERNeI8uDEb7h+ZP+boC9IXKAp2TntqQAz8xzytOkNshA8h4BwCB3/8= 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 - cephadm: add_mons_via_daemon_add: true avoid_pacific_features: true cephadm_branch: octopus cephadm_git_url: https://github.com/ceph/ceph image: docker.io/ceph/ceph:v15 roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.wait_for_service: service: mds.foofs - cephadm.shell: host.a: - ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2 - ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done - vip.exec: host.a: - mkdir /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done - echo test > /mnt/foo/testfile - sync - parallel: - upgrade-tasks - workload-tasks - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs cluster ls | grep foo - ceph nfs export ls foo --detailed - rados -p .nfs --all ls - - ceph config get mgr mgr/cephadm/migration_current | grep 5 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73 timestamp: 2023-12-20_19:57:16 tube: smithi upgrade-tasks: sequential: - cephadm.shell: env: - sha1 host.a: - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph config set global log_to_journald false --force - ceph mgr module enable nfs --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - cephadm.shell: env: - sha1 host.a: - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done - ceph orch ps - ceph versions - echo "wait for servicemap items w/ changing names to refresh" - sleep 60 - ceph orch ps - ceph versions - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 - cephadm.wait_for_service: service: nfs.foo user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.1485078 workload-tasks: sequential: - exec: host.a: - cd /mnt/foo && dbench 5 -t 600 || true - umount /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done - cd /mnt/foo && dbench 5 -t 5 2023-12-21T04:42:25.309 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa; will attempt to use it 2023-12-21T04:42:25.309 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa/tasks 2023-12-21T04:42:25.309 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-21T04:42:25.311 INFO:teuthology.task.internal:Checking packages... 2023-12-21T04:42:25.335 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '639f0137318def3e5f393094e5494880043a8f32' 2023-12-21T04:42:25.335 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-21T04:42:25.335 INFO:teuthology.packaging:ref: None 2023-12-21T04:42:25.335 INFO:teuthology.packaging:tag: None 2023-12-21T04:42:25.335 INFO:teuthology.packaging:branch: wip-yuri7-testing-2023-12-20-0808-pacific 2023-12-21T04:42:25.335 INFO:teuthology.packaging:sha1: 639f0137318def3e5f393094e5494880043a8f32 2023-12-21T04:42:25.335 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri7-testing-2023-12-20-0808-pacific 2023-12-21T04:42:25.563 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-413.g639f0137 2023-12-21T04:42:25.564 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-21T04:42:25.571 INFO:teuthology.task.internal:no buildpackages task found 2023-12-21T04:42:25.571 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-21T04:42:25.589 INFO:teuthology.task.internal:Saving configuration 2023-12-21T04:42:25.606 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-21T04:42:25.611 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-21T04:42:25.635 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi064.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499194', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-21 04:37:01.870310', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLiKWlKsxbxCoq1/tZA7uQ+BHE6WxZp0SFHOvwFKmUiGJP7ZrcYeST+PuOaGW0AOsJFBVwoJDY+iY33oHaw2j7Q='} 2023-12-21T04:42:25.657 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi113.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499194', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-21 04:37:01.868904', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJkaXWZ1ztVNRk+tDbsq/TbUJK31B7l4iERNeI8uDEb7h+ZP+boC9IXKAp2TntqQAz8xzytOkNshA8h4BwCB3/8='} 2023-12-21T04:42:25.657 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-21T04:42:25.664 INFO:teuthology.task.internal:roles: ubuntu@smithi064.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2023-12-21T04:42:25.664 INFO:teuthology.task.internal:roles: ubuntu@smithi113.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2023-12-21T04:42:25.664 INFO:teuthology.run_tasks:Running task console_log... 2023-12-21T04:42:25.738 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7efe4f7afe50>, signals=[15]) 2023-12-21T04:42:25.738 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-21T04:42:25.744 INFO:teuthology.task.internal:Opening connections... 2023-12-21T04:42:25.744 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi064.front.sepia.ceph.com 2023-12-21T04:42:25.745 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T04:42:25.815 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi113.front.sepia.ceph.com 2023-12-21T04:42:25.816 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi113.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T04:42:25.926 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-21T04:42:25.932 DEBUG:teuthology.orchestra.run.smithi064:> uname -m 2023-12-21T04:42:25.956 INFO:teuthology.orchestra.run.smithi064.stdout:x86_64 2023-12-21T04:42:25.957 DEBUG:teuthology.orchestra.run.smithi064:> cat /etc/os-release 2023-12-21T04:42:26.018 INFO:teuthology.orchestra.run.smithi064.stdout:NAME="CentOS Stream" 2023-12-21T04:42:26.019 INFO:teuthology.orchestra.run.smithi064.stdout:VERSION="8" 2023-12-21T04:42:26.019 INFO:teuthology.orchestra.run.smithi064.stdout:ID="centos" 2023-12-21T04:42:26.019 INFO:teuthology.orchestra.run.smithi064.stdout:ID_LIKE="rhel fedora" 2023-12-21T04:42:26.019 INFO:teuthology.orchestra.run.smithi064.stdout:VERSION_ID="8" 2023-12-21T04:42:26.019 INFO:teuthology.orchestra.run.smithi064.stdout:PLATFORM_ID="platform:el8" 2023-12-21T04:42:26.019 INFO:teuthology.orchestra.run.smithi064.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-21T04:42:26.019 INFO:teuthology.orchestra.run.smithi064.stdout:ANSI_COLOR="0;31" 2023-12-21T04:42:26.019 INFO:teuthology.orchestra.run.smithi064.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-21T04:42:26.019 INFO:teuthology.orchestra.run.smithi064.stdout:HOME_URL="https://centos.org/" 2023-12-21T04:42:26.019 INFO:teuthology.orchestra.run.smithi064.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-21T04:42:26.019 INFO:teuthology.orchestra.run.smithi064.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-21T04:42:26.019 INFO:teuthology.orchestra.run.smithi064.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-21T04:42:26.020 INFO:teuthology.lock.ops:Updating smithi064.front.sepia.ceph.com on lock server 2023-12-21T04:42:26.040 DEBUG:teuthology.orchestra.run.smithi113:> uname -m 2023-12-21T04:42:26.064 INFO:teuthology.orchestra.run.smithi113.stdout:x86_64 2023-12-21T04:42:26.064 DEBUG:teuthology.orchestra.run.smithi113:> cat /etc/os-release 2023-12-21T04:42:26.125 INFO:teuthology.orchestra.run.smithi113.stdout:NAME="CentOS Stream" 2023-12-21T04:42:26.126 INFO:teuthology.orchestra.run.smithi113.stdout:VERSION="8" 2023-12-21T04:42:26.126 INFO:teuthology.orchestra.run.smithi113.stdout:ID="centos" 2023-12-21T04:42:26.126 INFO:teuthology.orchestra.run.smithi113.stdout:ID_LIKE="rhel fedora" 2023-12-21T04:42:26.126 INFO:teuthology.orchestra.run.smithi113.stdout:VERSION_ID="8" 2023-12-21T04:42:26.126 INFO:teuthology.orchestra.run.smithi113.stdout:PLATFORM_ID="platform:el8" 2023-12-21T04:42:26.126 INFO:teuthology.orchestra.run.smithi113.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-21T04:42:26.126 INFO:teuthology.orchestra.run.smithi113.stdout:ANSI_COLOR="0;31" 2023-12-21T04:42:26.126 INFO:teuthology.orchestra.run.smithi113.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-21T04:42:26.126 INFO:teuthology.orchestra.run.smithi113.stdout:HOME_URL="https://centos.org/" 2023-12-21T04:42:26.127 INFO:teuthology.orchestra.run.smithi113.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-21T04:42:26.127 INFO:teuthology.orchestra.run.smithi113.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-21T04:42:26.127 INFO:teuthology.orchestra.run.smithi113.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-21T04:42:26.127 INFO:teuthology.lock.ops:Updating smithi113.front.sepia.ceph.com on lock server 2023-12-21T04:42:26.148 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-21T04:42:26.157 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-21T04:42:26.165 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-21T04:42:26.165 DEBUG:teuthology.orchestra.run.smithi064:> test '!' -e /home/ubuntu/cephtest 2023-12-21T04:42:26.167 DEBUG:teuthology.orchestra.run.smithi113:> test '!' -e /home/ubuntu/cephtest 2023-12-21T04:42:26.187 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-21T04:42:26.194 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-21T04:42:26.194 DEBUG:teuthology.orchestra.run.smithi064:> test -z $(ls -A /var/lib/ceph) 2023-12-21T04:42:26.229 DEBUG:teuthology.orchestra.run.smithi113:> test -z $(ls -A /var/lib/ceph) 2023-12-21T04:42:26.259 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-21T04:42:26.317 INFO:teuthology.run_tasks:Running task kernel... 2023-12-21T04:42:26.331 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-21T04:42:26.331 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-21T04:42:26.331 DEBUG:teuthology.orchestra.run.smithi064:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-21T04:42:26.331 DEBUG:teuthology.orchestra.run.smithi113:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-21T04:42:26.352 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T04:42:26.352 DEBUG:teuthology.orchestra.run.smithi064:> uname -r 2023-12-21T04:42:26.353 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T04:42:26.353 DEBUG:teuthology.orchestra.run.smithi113:> uname -r 2023-12-21T04:42:26.414 INFO:teuthology.orchestra.run.smithi064.stdout:4.18.0-489.el8.x86_64 2023-12-21T04:42:26.414 INFO:teuthology.task.kernel:Running kernel on smithi064: 4.18.0-489.el8.x86_64 2023-12-21T04:42:26.414 DEBUG:teuthology.orchestra.run.smithi064:> sudo yum install -y kernel 2023-12-21T04:42:26.415 INFO:teuthology.orchestra.run.smithi113.stdout:4.18.0-489.el8.x86_64 2023-12-21T04:42:26.415 INFO:teuthology.task.kernel:Running kernel on smithi113: 4.18.0-489.el8.x86_64 2023-12-21T04:42:26.415 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum install -y kernel 2023-12-21T04:42:30.542 INFO:teuthology.orchestra.run.smithi064.stdout:CentOS Stream 8 - AppStream 22 MB/s | 35 MB 00:01 2023-12-21T04:42:30.576 INFO:teuthology.orchestra.run.smithi113.stdout:CentOS Stream 8 - AppStream 22 MB/s | 35 MB 00:01 2023-12-21T04:42:38.693 INFO:teuthology.orchestra.run.smithi113.stdout:CentOS Stream 8 - BaseOS 33 MB/s | 57 MB 00:01 2023-12-21T04:42:40.400 INFO:teuthology.orchestra.run.smithi064.stdout:CentOS Stream 8 - BaseOS 19 MB/s | 57 MB 00:03 2023-12-21T04:42:47.175 INFO:teuthology.orchestra.run.smithi113.stdout:CentOS Stream 8 - Extras 47 kB/s | 18 kB 00:00 2023-12-21T04:42:47.676 INFO:teuthology.orchestra.run.smithi113.stdout:CentOS Stream 8 - Extras common packages 22 kB/s | 6.9 kB 00:00 2023-12-21T04:42:47.986 INFO:teuthology.orchestra.run.smithi113.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2023-12-21T04:42:49.086 INFO:teuthology.orchestra.run.smithi113.stdout:Extra Packages for Enterprise Linux 17 MB/s | 16 MB 00:00 2023-12-21T04:42:49.267 INFO:teuthology.orchestra.run.smithi064.stdout:CentOS Stream 8 - Extras 72 kB/s | 18 kB 00:00 2023-12-21T04:42:49.650 INFO:teuthology.orchestra.run.smithi064.stdout:CentOS Stream 8 - Extras common packages 37 kB/s | 6.9 kB 00:00 2023-12-21T04:42:49.960 INFO:teuthology.orchestra.run.smithi064.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2023-12-21T04:42:52.911 INFO:teuthology.orchestra.run.smithi113.stdout:lab-extras 410 kB/s | 24 kB 00:00 2023-12-21T04:42:53.741 INFO:teuthology.orchestra.run.smithi064.stdout:Extra Packages for Enterprise Linux 4.4 MB/s | 16 MB 00:03 2023-12-21T04:42:56.720 INFO:teuthology.orchestra.run.smithi113.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-21T04:42:56.720 INFO:teuthology.orchestra.run.smithi113.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-21T04:42:57.007 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2023-12-21T04:42:57.008 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2023-12-21T04:42:57.008 INFO:teuthology.orchestra.run.smithi113.stdout: Package Architecture Version Repository Size 2023-12-21T04:42:57.008 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2023-12-21T04:42:57.008 INFO:teuthology.orchestra.run.smithi113.stdout:Installing: 2023-12-21T04:42:57.008 INFO:teuthology.orchestra.run.smithi113.stdout: kernel x86_64 4.18.0-529.el8 baseos 10 M 2023-12-21T04:42:57.008 INFO:teuthology.orchestra.run.smithi113.stdout:Installing dependencies: 2023-12-21T04:42:57.008 INFO:teuthology.orchestra.run.smithi113.stdout: kernel-core x86_64 4.18.0-529.el8 baseos 43 M 2023-12-21T04:42:57.008 INFO:teuthology.orchestra.run.smithi113.stdout: kernel-modules x86_64 4.18.0-529.el8 baseos 36 M 2023-12-21T04:42:57.009 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-21T04:42:57.009 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction Summary 2023-12-21T04:42:57.009 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2023-12-21T04:42:57.009 INFO:teuthology.orchestra.run.smithi113.stdout:Install 3 Packages 2023-12-21T04:42:57.009 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-21T04:42:57.009 INFO:teuthology.orchestra.run.smithi113.stdout:Total download size: 89 M 2023-12-21T04:42:57.009 INFO:teuthology.orchestra.run.smithi113.stdout:Installed size: 96 M 2023-12-21T04:42:57.010 INFO:teuthology.orchestra.run.smithi113.stdout:Downloading Packages: 2023-12-21T04:42:57.141 INFO:teuthology.orchestra.run.smithi113.stdout:[MIRROR] kernel-modules-4.18.0-529.el8.x86_64.rpm: Status code: 403 for http://distro.ibiblio.org/centos/8-stream/BaseOS/x86_64/os/Packages/kernel-modules-4.18.0-529.el8.x86_64.rpm (IP: 152.19.134.43) 2023-12-21T04:42:57.143 INFO:teuthology.orchestra.run.smithi113.stdout:[MIRROR] kernel-4.18.0-529.el8.x86_64.rpm: Status code: 403 for http://distro.ibiblio.org/centos/8-stream/BaseOS/x86_64/os/Packages/kernel-4.18.0-529.el8.x86_64.rpm (IP: 152.19.134.43) 2023-12-21T04:42:57.786 INFO:teuthology.orchestra.run.smithi064.stdout:lab-extras 417 kB/s | 24 kB 00:00 2023-12-21T04:42:58.237 INFO:teuthology.orchestra.run.smithi113.stdout:(1/3): kernel-4.18.0-529.el8.x86_64.rpm 8.7 MB/s | 10 MB 00:01 2023-12-21T04:42:59.320 INFO:teuthology.orchestra.run.smithi113.stdout:(2/3): kernel-modules-4.18.0-529.el8.x86_64.rpm 16 MB/s | 36 MB 00:02 2023-12-21T04:42:59.871 INFO:teuthology.orchestra.run.smithi113.stdout:(3/3): kernel-core-4.18.0-529.el8.x86_64.rpm 15 MB/s | 43 MB 00:02 2023-12-21T04:42:59.871 INFO:teuthology.orchestra.run.smithi113.stdout:-------------------------------------------------------------------------------- 2023-12-21T04:42:59.871 INFO:teuthology.orchestra.run.smithi113.stdout:Total 31 MB/s | 89 MB 00:02 2023-12-21T04:43:00.548 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction check 2023-12-21T04:43:00.985 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction check succeeded. 2023-12-21T04:43:00.986 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction test 2023-12-21T04:43:01.737 INFO:teuthology.orchestra.run.smithi064.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-21T04:43:01.737 INFO:teuthology.orchestra.run.smithi064.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-21T04:43:02.044 INFO:teuthology.orchestra.run.smithi064.stdout:Dependencies resolved. 2023-12-21T04:43:02.045 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2023-12-21T04:43:02.045 INFO:teuthology.orchestra.run.smithi064.stdout: Package Architecture Version Repository Size 2023-12-21T04:43:02.045 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2023-12-21T04:43:02.045 INFO:teuthology.orchestra.run.smithi064.stdout:Installing: 2023-12-21T04:43:02.045 INFO:teuthology.orchestra.run.smithi064.stdout: kernel x86_64 4.18.0-529.el8 baseos 10 M 2023-12-21T04:43:02.046 INFO:teuthology.orchestra.run.smithi064.stdout:Installing dependencies: 2023-12-21T04:43:02.046 INFO:teuthology.orchestra.run.smithi064.stdout: kernel-core x86_64 4.18.0-529.el8 baseos 43 M 2023-12-21T04:43:02.046 INFO:teuthology.orchestra.run.smithi064.stdout: kernel-modules x86_64 4.18.0-529.el8 baseos 36 M 2023-12-21T04:43:02.046 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T04:43:02.046 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction Summary 2023-12-21T04:43:02.046 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2023-12-21T04:43:02.046 INFO:teuthology.orchestra.run.smithi064.stdout:Install 3 Packages 2023-12-21T04:43:02.046 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T04:43:02.047 INFO:teuthology.orchestra.run.smithi064.stdout:Total download size: 89 M 2023-12-21T04:43:02.047 INFO:teuthology.orchestra.run.smithi064.stdout:Installed size: 96 M 2023-12-21T04:43:02.047 INFO:teuthology.orchestra.run.smithi064.stdout:Downloading Packages: 2023-12-21T04:43:02.215 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction test succeeded. 2023-12-21T04:43:02.248 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction 2023-12-21T04:43:04.371 INFO:teuthology.orchestra.run.smithi064.stdout:(1/3): kernel-4.18.0-529.el8.x86_64.rpm 5.4 MB/s | 10 MB 00:01 2023-12-21T04:43:05.031 INFO:teuthology.orchestra.run.smithi113.stdout: Preparing : 1/1 2023-12-21T04:43:05.625 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : kernel-core-4.18.0-529.el8.x86_64 1/3 2023-12-21T04:43:07.754 INFO:teuthology.orchestra.run.smithi064.stdout:(2/3): kernel-core-4.18.0-529.el8.x86_64.rpm 8.2 MB/s | 43 MB 00:05 2023-12-21T04:43:08.971 INFO:teuthology.orchestra.run.smithi064.stdout:(3/3): kernel-modules-4.18.0-529.el8.x86_64.rpm 5.5 MB/s | 36 MB 00:06 2023-12-21T04:43:08.972 INFO:teuthology.orchestra.run.smithi064.stdout:-------------------------------------------------------------------------------- 2023-12-21T04:43:08.972 INFO:teuthology.orchestra.run.smithi064.stdout:Total 13 MB/s | 89 MB 00:06 2023-12-21T04:43:09.199 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: kernel-core-4.18.0-529.el8.x86_64 1/3 2023-12-21T04:43:09.591 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : kernel-modules-4.18.0-529.el8.x86_64 2/3 2023-12-21T04:43:09.684 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction check 2023-12-21T04:43:10.149 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction check succeeded. 2023-12-21T04:43:10.150 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction test 2023-12-21T04:43:11.452 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction test succeeded. 2023-12-21T04:43:11.475 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction 2023-12-21T04:43:13.022 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: kernel-modules-4.18.0-529.el8.x86_64 2/3 2023-12-21T04:43:13.312 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : kernel-4.18.0-529.el8.x86_64 3/3 2023-12-21T04:43:14.445 INFO:teuthology.orchestra.run.smithi064.stdout: Preparing : 1/1 2023-12-21T04:43:14.945 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : kernel-core-4.18.0-529.el8.x86_64 1/3 2023-12-21T04:43:18.700 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: kernel-core-4.18.0-529.el8.x86_64 1/3 2023-12-21T04:43:19.353 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : kernel-modules-4.18.0-529.el8.x86_64 2/3 2023-12-21T04:43:23.031 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: kernel-modules-4.18.0-529.el8.x86_64 2/3 2023-12-21T04:43:23.339 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : kernel-4.18.0-529.el8.x86_64 3/3 2023-12-21T04:43:35.262 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: kernel-core-4.18.0-529.el8.x86_64 3/3 2023-12-21T04:43:35.286 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: kernel-modules-4.18.0-529.el8.x86_64 3/3 2023-12-21T04:43:35.613 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: kernel-4.18.0-529.el8.x86_64 3/3 2023-12-21T04:43:35.613 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : kernel-4.18.0-529.el8.x86_64 1/3 2023-12-21T04:43:35.613 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : kernel-core-4.18.0-529.el8.x86_64 2/3 2023-12-21T04:43:36.424 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : kernel-modules-4.18.0-529.el8.x86_64 3/3 2023-12-21T04:43:36.424 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-21T04:43:36.424 INFO:teuthology.orchestra.run.smithi113.stdout:Installed: 2023-12-21T04:43:36.424 INFO:teuthology.orchestra.run.smithi113.stdout: kernel-4.18.0-529.el8.x86_64 kernel-core-4.18.0-529.el8.x86_64 2023-12-21T04:43:36.424 INFO:teuthology.orchestra.run.smithi113.stdout: kernel-modules-4.18.0-529.el8.x86_64 2023-12-21T04:43:36.424 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-21T04:43:36.424 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2023-12-21T04:43:36.575 DEBUG:teuthology.orchestra.run.smithi113:> rpm -q kernel | sort -rV | head -n 1 2023-12-21T04:43:36.794 INFO:teuthology.orchestra.run.smithi113.stdout:kernel-4.18.0-529.el8.x86_64 2023-12-21T04:43:36.794 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-529.el8.x86_64 2023-12-21T04:43:36.794 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-529.el8.x86_64 2023-12-21T04:43:36.794 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-21T04:43:36.794 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-21T04:43:36.795 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-21T04:43:36.795 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi113.front.sepia.ceph.com, path=None, version=distro) 2023-12-21T04:43:36.795 DEBUG:teuthology.orchestra.run.smithi113:> rpm -q kernel | sort -rV | head -n 1 2023-12-21T04:43:37.003 INFO:teuthology.orchestra.run.smithi113.stdout:kernel-4.18.0-529.el8.x86_64 2023-12-21T04:43:37.004 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-529.el8.x86_64 2023-12-21T04:43:37.004 DEBUG:teuthology.orchestra.run.smithi113:> sudo rpm -qi grub2-tools 2023-12-21T04:43:37.038 INFO:teuthology.orchestra.run.smithi113.stdout:Name : grub2-tools 2023-12-21T04:43:37.038 INFO:teuthology.orchestra.run.smithi113.stdout:Epoch : 1 2023-12-21T04:43:37.038 INFO:teuthology.orchestra.run.smithi113.stdout:Version : 2.02 2023-12-21T04:43:37.039 INFO:teuthology.orchestra.run.smithi113.stdout:Release : 129.el8 2023-12-21T04:43:37.039 INFO:teuthology.orchestra.run.smithi113.stdout:Architecture: x86_64 2023-12-21T04:43:37.039 INFO:teuthology.orchestra.run.smithi113.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-21T04:43:37.039 INFO:teuthology.orchestra.run.smithi113.stdout:Group : System Environment/Base 2023-12-21T04:43:37.039 INFO:teuthology.orchestra.run.smithi113.stdout:Size : 9265586 2023-12-21T04:43:37.039 INFO:teuthology.orchestra.run.smithi113.stdout:License : GPLv3+ 2023-12-21T04:43:37.039 INFO:teuthology.orchestra.run.smithi113.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-21T04:43:37.039 INFO:teuthology.orchestra.run.smithi113.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-21T04:43:37.039 INFO:teuthology.orchestra.run.smithi113.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-21T04:43:37.039 INFO:teuthology.orchestra.run.smithi113.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-21T04:43:37.039 INFO:teuthology.orchestra.run.smithi113.stdout:Relocations : (not relocatable) 2023-12-21T04:43:37.039 INFO:teuthology.orchestra.run.smithi113.stdout:Packager : CentOS BuildSystem 2023-12-21T04:43:37.039 INFO:teuthology.orchestra.run.smithi113.stdout:Vendor : CentOS 2023-12-21T04:43:37.039 INFO:teuthology.orchestra.run.smithi113.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-21T04:43:37.039 INFO:teuthology.orchestra.run.smithi113.stdout:Summary : Support tools for GRUB. 2023-12-21T04:43:37.040 INFO:teuthology.orchestra.run.smithi113.stdout:Description : 2023-12-21T04:43:37.040 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-21T04:43:37.040 INFO:teuthology.orchestra.run.smithi113.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-21T04:43:37.040 INFO:teuthology.orchestra.run.smithi113.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-21T04:43:37.040 INFO:teuthology.orchestra.run.smithi113.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-21T04:43:37.040 INFO:teuthology.orchestra.run.smithi113.stdout:hardware devices. 2023-12-21T04:43:37.040 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-21T04:43:37.040 INFO:teuthology.orchestra.run.smithi113.stdout:This subpackage provides tools for support of all platforms. 2023-12-21T04:43:37.040 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-21T04:43:37.040 INFO:teuthology.task.kernel:Updating grub on smithi113 to boot 4.18.0-529.el8.x86_64 2023-12-21T04:43:37.040 DEBUG:teuthology.orchestra.run.smithi113:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-21T04:43:38.718 INFO:teuthology.orchestra.run.smithi113.stderr:Generating grub configuration file ... 2023-12-21T04:43:41.137 INFO:teuthology.orchestra.run.smithi113.stderr:done 2023-12-21T04:43:41.138 DEBUG:teuthology.orchestra.run.smithi113:> mktemp 2023-12-21T04:43:41.209 INFO:teuthology.orchestra.run.smithi113.stdout:/tmp/tmp.cscNrzLRst 2023-12-21T04:43:41.209 DEBUG:teuthology.orchestra.run.smithi113:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.cscNrzLRst 2023-12-21T04:43:41.283 DEBUG:teuthology.orchestra.run.smithi113:> sudo chmod 0666 /tmp/tmp.cscNrzLRst 2023-12-21T04:43:41.421 DEBUG:teuthology.orchestra.remote:smithi113:/tmp/tmp.cscNrzLRst is 6KB 2023-12-21T04:43:41.469 DEBUG:teuthology.orchestra.run.smithi113:> rm -fr /tmp/tmp.cscNrzLRst 2023-12-21T04:43:41.499 DEBUG:teuthology.orchestra.run.smithi113:> sudo /bin/ls /boot/loader/entries || true 2023-12-21T04:43:41.557 INFO:teuthology.orchestra.run.smithi113.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-21T04:43:41.557 INFO:teuthology.orchestra.run.smithi113.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-21T04:43:41.557 INFO:teuthology.orchestra.run.smithi113.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-21T04:43:41.557 INFO:teuthology.orchestra.run.smithi113.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-529.el8.x86_64.conf 2023-12-21T04:43:41.558 DEBUG:teuthology.orchestra.run.smithi113:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-529.el8.x86_64 2023-12-21T04:43:41.691 DEBUG:teuthology.orchestra.run.smithi113:> sudo shutdown -r now 2023-12-21T04:43:46.743 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: kernel-core-4.18.0-529.el8.x86_64 3/3 2023-12-21T04:43:46.769 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: kernel-modules-4.18.0-529.el8.x86_64 3/3 2023-12-21T04:43:47.128 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: kernel-4.18.0-529.el8.x86_64 3/3 2023-12-21T04:43:47.128 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : kernel-4.18.0-529.el8.x86_64 1/3 2023-12-21T04:43:47.128 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : kernel-core-4.18.0-529.el8.x86_64 2/3 2023-12-21T04:43:48.017 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : kernel-modules-4.18.0-529.el8.x86_64 3/3 2023-12-21T04:43:48.018 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T04:43:48.018 INFO:teuthology.orchestra.run.smithi064.stdout:Installed: 2023-12-21T04:43:48.018 INFO:teuthology.orchestra.run.smithi064.stdout: kernel-4.18.0-529.el8.x86_64 kernel-core-4.18.0-529.el8.x86_64 2023-12-21T04:43:48.018 INFO:teuthology.orchestra.run.smithi064.stdout: kernel-modules-4.18.0-529.el8.x86_64 2023-12-21T04:43:48.018 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T04:43:48.018 INFO:teuthology.orchestra.run.smithi064.stdout:Complete! 2023-12-21T04:43:48.187 DEBUG:teuthology.orchestra.run.smithi064:> rpm -q kernel | sort -rV | head -n 1 2023-12-21T04:43:48.409 INFO:teuthology.orchestra.run.smithi064.stdout:kernel-4.18.0-529.el8.x86_64 2023-12-21T04:43:48.410 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-529.el8.x86_64 2023-12-21T04:43:48.410 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-529.el8.x86_64 2023-12-21T04:43:48.410 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-21T04:43:48.410 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-21T04:43:48.411 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-21T04:43:48.411 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi064.front.sepia.ceph.com, path=None, version=distro) 2023-12-21T04:43:48.411 DEBUG:teuthology.orchestra.run.smithi064:> rpm -q kernel | sort -rV | head -n 1 2023-12-21T04:43:48.631 INFO:teuthology.orchestra.run.smithi064.stdout:kernel-4.18.0-529.el8.x86_64 2023-12-21T04:43:48.631 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-529.el8.x86_64 2023-12-21T04:43:48.632 DEBUG:teuthology.orchestra.run.smithi064:> sudo rpm -qi grub2-tools 2023-12-21T04:43:48.667 INFO:teuthology.orchestra.run.smithi064.stdout:Name : grub2-tools 2023-12-21T04:43:48.667 INFO:teuthology.orchestra.run.smithi064.stdout:Epoch : 1 2023-12-21T04:43:48.667 INFO:teuthology.orchestra.run.smithi064.stdout:Version : 2.02 2023-12-21T04:43:48.668 INFO:teuthology.orchestra.run.smithi064.stdout:Release : 129.el8 2023-12-21T04:43:48.668 INFO:teuthology.orchestra.run.smithi064.stdout:Architecture: x86_64 2023-12-21T04:43:48.668 INFO:teuthology.orchestra.run.smithi064.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-21T04:43:48.668 INFO:teuthology.orchestra.run.smithi064.stdout:Group : System Environment/Base 2023-12-21T04:43:48.668 INFO:teuthology.orchestra.run.smithi064.stdout:Size : 9265586 2023-12-21T04:43:48.668 INFO:teuthology.orchestra.run.smithi064.stdout:License : GPLv3+ 2023-12-21T04:43:48.668 INFO:teuthology.orchestra.run.smithi064.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-21T04:43:48.668 INFO:teuthology.orchestra.run.smithi064.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-21T04:43:48.668 INFO:teuthology.orchestra.run.smithi064.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-21T04:43:48.668 INFO:teuthology.orchestra.run.smithi064.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-21T04:43:48.668 INFO:teuthology.orchestra.run.smithi064.stdout:Relocations : (not relocatable) 2023-12-21T04:43:48.668 INFO:teuthology.orchestra.run.smithi064.stdout:Packager : CentOS BuildSystem 2023-12-21T04:43:48.668 INFO:teuthology.orchestra.run.smithi064.stdout:Vendor : CentOS 2023-12-21T04:43:48.668 INFO:teuthology.orchestra.run.smithi064.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-21T04:43:48.669 INFO:teuthology.orchestra.run.smithi064.stdout:Summary : Support tools for GRUB. 2023-12-21T04:43:48.669 INFO:teuthology.orchestra.run.smithi064.stdout:Description : 2023-12-21T04:43:48.669 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T04:43:48.669 INFO:teuthology.orchestra.run.smithi064.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-21T04:43:48.669 INFO:teuthology.orchestra.run.smithi064.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-21T04:43:48.669 INFO:teuthology.orchestra.run.smithi064.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-21T04:43:48.669 INFO:teuthology.orchestra.run.smithi064.stdout:hardware devices. 2023-12-21T04:43:48.669 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T04:43:48.669 INFO:teuthology.orchestra.run.smithi064.stdout:This subpackage provides tools for support of all platforms. 2023-12-21T04:43:48.670 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-21T04:43:48.670 INFO:teuthology.task.kernel:Updating grub on smithi064 to boot 4.18.0-529.el8.x86_64 2023-12-21T04:43:48.670 DEBUG:teuthology.orchestra.run.smithi064:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-21T04:43:50.235 INFO:teuthology.orchestra.run.smithi064.stderr:Generating grub configuration file ... 2023-12-21T04:43:52.497 INFO:teuthology.orchestra.run.smithi064.stderr:done 2023-12-21T04:43:52.498 DEBUG:teuthology.orchestra.run.smithi064:> mktemp 2023-12-21T04:43:52.529 INFO:teuthology.orchestra.run.smithi064.stdout:/tmp/tmp.GfY4Jj9Ow9 2023-12-21T04:43:52.530 DEBUG:teuthology.orchestra.run.smithi064:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.GfY4Jj9Ow9 2023-12-21T04:43:52.602 DEBUG:teuthology.orchestra.run.smithi064:> sudo chmod 0666 /tmp/tmp.GfY4Jj9Ow9 2023-12-21T04:43:52.750 DEBUG:teuthology.orchestra.remote:smithi064:/tmp/tmp.GfY4Jj9Ow9 is 6KB 2023-12-21T04:43:52.797 DEBUG:teuthology.orchestra.run.smithi064:> rm -fr /tmp/tmp.GfY4Jj9Ow9 2023-12-21T04:43:52.815 DEBUG:teuthology.orchestra.run.smithi064:> sudo /bin/ls /boot/loader/entries || true 2023-12-21T04:43:52.892 INFO:teuthology.orchestra.run.smithi064.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-21T04:43:52.892 INFO:teuthology.orchestra.run.smithi064.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-21T04:43:52.892 INFO:teuthology.orchestra.run.smithi064.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-21T04:43:52.892 INFO:teuthology.orchestra.run.smithi064.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-529.el8.x86_64.conf 2023-12-21T04:43:52.893 DEBUG:teuthology.orchestra.run.smithi064:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-529.el8.x86_64 2023-12-21T04:43:53.038 DEBUG:teuthology.orchestra.run.smithi064:> sudo shutdown -r now 2023-12-21T04:44:11.709 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-21T04:44:11.710 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi113.front.sepia.ceph.com' 2023-12-21T04:44:11.711 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi113.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T04:44:23.049 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-21T04:44:23.050 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi064.front.sepia.ceph.com' 2023-12-21T04:44:23.050 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T04:44:41.622 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.64 2023-12-21T04:44:46.225 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.113 2023-12-21T04:44:50.625 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi064.front.sepia.ceph.com' 2023-12-21T04:44:50.626 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T04:44:53.681 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.64 2023-12-21T04:44:55.228 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi113.front.sepia.ceph.com' 2023-12-21T04:44:55.229 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi113.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T04:44:58.289 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.113 2023-12-21T04:45:05.689 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi064.front.sepia.ceph.com' 2023-12-21T04:45:05.690 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T04:45:08.753 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.64 2023-12-21T04:45:10.291 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi113.front.sepia.ceph.com' 2023-12-21T04:45:10.292 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi113.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T04:45:13.361 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.113 2023-12-21T04:45:23.761 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi064.front.sepia.ceph.com' 2023-12-21T04:45:23.762 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T04:45:26.833 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.64 2023-12-21T04:45:28.363 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi113.front.sepia.ceph.com' 2023-12-21T04:45:28.364 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi113.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T04:45:31.442 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.113 2023-12-21T04:45:44.845 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi064.front.sepia.ceph.com' 2023-12-21T04:45:44.846 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T04:45:45.115 DEBUG:teuthology.orchestra.run.smithi064:> true 2023-12-21T04:45:45.421 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi064.front.sepia.ceph.com' 2023-12-21T04:45:45.421 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-529.el8.x86_64"... 2023-12-21T04:45:45.421 DEBUG:teuthology.orchestra.run.smithi064:> uname -r 2023-12-21T04:45:45.441 INFO:teuthology.orchestra.run.smithi064.stdout:4.18.0-529.el8.x86_64 2023-12-21T04:45:45.441 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-529.el8.x86_64 vs 4.18.0-529.el8.x86_64 2023-12-21T04:45:45.441 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-21T04:45:45.441 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-21T04:45:46.444 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-21T04:45:46.444 DEBUG:teuthology.orchestra.run.smithi064:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-21T04:45:46.532 INFO:teuthology.orchestra.run.smithi064.stdout:ttyS1 2023-12-21T04:45:46.549 DEBUG:teuthology.parallel:result is None 2023-12-21T04:45:49.443 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi113.front.sepia.ceph.com' 2023-12-21T04:45:49.443 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi113.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T04:45:49.733 DEBUG:teuthology.orchestra.run.smithi113:> true 2023-12-21T04:45:49.992 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi113.front.sepia.ceph.com' 2023-12-21T04:45:49.992 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-529.el8.x86_64"... 2023-12-21T04:45:49.993 DEBUG:teuthology.orchestra.run.smithi113:> uname -r 2023-12-21T04:45:50.011 INFO:teuthology.orchestra.run.smithi113.stdout:4.18.0-529.el8.x86_64 2023-12-21T04:45:50.011 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-529.el8.x86_64 vs 4.18.0-529.el8.x86_64 2023-12-21T04:45:50.011 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-21T04:45:50.011 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-21T04:45:51.012 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-21T04:45:51.013 DEBUG:teuthology.orchestra.run.smithi113:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-21T04:45:51.090 INFO:teuthology.orchestra.run.smithi113.stdout:ttyS1 2023-12-21T04:45:51.109 DEBUG:teuthology.parallel:result is None 2023-12-21T04:45:51.109 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-21T04:45:51.121 INFO:teuthology.task.internal:Creating test directory... 2023-12-21T04:45:51.121 DEBUG:teuthology.orchestra.run.smithi064:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-21T04:45:51.124 DEBUG:teuthology.orchestra.run.smithi113:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-21T04:45:51.144 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-21T04:45:51.151 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-21T04:45:51.161 INFO:teuthology.task.internal:Creating archive directory... 2023-12-21T04:45:51.161 DEBUG:teuthology.orchestra.run.smithi064:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-21T04:45:51.186 DEBUG:teuthology.orchestra.run.smithi113:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-21T04:45:51.227 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-21T04:45:51.235 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-21T04:45:51.236 DEBUG:teuthology.orchestra.run.smithi064:> 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 2023-12-21T04:45:51.259 DEBUG:teuthology.orchestra.run.smithi113:> 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 2023-12-21T04:45:51.294 INFO:teuthology.orchestra.run.smithi064.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-21T04:45:51.300 INFO:teuthology.orchestra.run.smithi113.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-21T04:45:51.306 INFO:teuthology.orchestra.run.smithi064.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-21T04:45:51.311 INFO:teuthology.orchestra.run.smithi113.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-21T04:45:51.313 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-21T04:45:51.320 INFO:teuthology.task.internal:Configuring sudo... 2023-12-21T04:45:51.320 DEBUG:teuthology.orchestra.run.smithi064:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-21T04:45:51.351 DEBUG:teuthology.orchestra.run.smithi113:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-21T04:45:51.382 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-21T04:45:51.393 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-21T04:45:51.393 DEBUG:teuthology.orchestra.run.smithi064:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-21T04:45:51.424 DEBUG:teuthology.orchestra.run.smithi113:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-21T04:45:51.443 DEBUG:teuthology.orchestra.run.smithi064:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-21T04:45:51.531 DEBUG:teuthology.orchestra.run.smithi064:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-21T04:45:51.582 DEBUG:teuthology.orchestra.run.smithi064:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-21T04:45:51.664 DEBUG:teuthology.orchestra.run.smithi064:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-21T04:45:51.715 DEBUG:teuthology.orchestra.run.smithi064:> set -ex 2023-12-21T04:45:51.715 DEBUG:teuthology.orchestra.run.smithi064:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-21T04:45:51.785 DEBUG:teuthology.orchestra.run.smithi113:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-21T04:45:51.833 DEBUG:teuthology.orchestra.run.smithi113:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-21T04:45:51.898 DEBUG:teuthology.orchestra.run.smithi113:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-21T04:45:51.944 DEBUG:teuthology.orchestra.run.smithi113:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-21T04:45:51.988 DEBUG:teuthology.orchestra.run.smithi113:> set -ex 2023-12-21T04:45:51.988 DEBUG:teuthology.orchestra.run.smithi113:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-21T04:45:52.057 DEBUG:teuthology.orchestra.run.smithi064:> sudo service rsyslog restart 2023-12-21T04:45:52.060 DEBUG:teuthology.orchestra.run.smithi113:> sudo service rsyslog restart 2023-12-21T04:45:52.108 INFO:teuthology.orchestra.run.smithi064.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-21T04:45:52.165 INFO:teuthology.orchestra.run.smithi113.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-21T04:45:52.567 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-21T04:45:52.576 INFO:teuthology.task.internal:Starting timer... 2023-12-21T04:45:52.576 INFO:teuthology.run_tasks:Running task pcp... 2023-12-21T04:45:52.607 INFO:teuthology.run_tasks:Running task selinux... 2023-12-21T04:45:52.615 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-21T04:45:52.615 DEBUG:teuthology.orchestra.run.smithi064:> sudo service auditd rotate 2023-12-21T04:45:52.721 INFO:teuthology.orchestra.run.smithi064.stdout:Rotating logs: 2023-12-21T04:45:52.722 DEBUG:teuthology.orchestra.run.smithi113:> sudo service auditd rotate 2023-12-21T04:45:52.803 INFO:teuthology.orchestra.run.smithi113.stdout:Rotating logs: 2023-12-21T04:45:52.803 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-21T04:45:52.803 DEBUG:teuthology.orchestra.run.smithi064:> /usr/sbin/getenforce 2023-12-21T04:45:52.839 INFO:teuthology.orchestra.run.smithi064.stdout:Permissive 2023-12-21T04:45:52.839 DEBUG:teuthology.orchestra.run.smithi113:> /usr/sbin/getenforce 2023-12-21T04:45:52.896 INFO:teuthology.orchestra.run.smithi113.stdout:Permissive 2023-12-21T04:45:52.896 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi064.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi113.front.sepia.ceph.com': 'permissive'} 2023-12-21T04:45:52.896 DEBUG:teuthology.orchestra.run.smithi064:> 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 2023-12-21T04:45:52.926 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T04:45:52.927 DEBUG:teuthology.orchestra.run.smithi113:> 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 2023-12-21T04:45:52.954 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T04:45:52.954 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-21T04:45:52.955 DEBUG:teuthology.orchestra.run.smithi064:> sudo /usr/sbin/setenforce permissive 2023-12-21T04:45:52.997 DEBUG:teuthology.orchestra.run.smithi113:> sudo /usr/sbin/setenforce permissive 2023-12-21T04:45:53.023 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-21T04:45:53.034 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-12-21T04:45:53.041 INFO:teuthology.repo_utils:Fetching main from origin 2023-12-21T04:45:53.175 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-21T04:45:53.192 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'}]}] 2023-12-21T04:45:53.193 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi064.front.sepia.ceph.com,smithi113.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-21T04:53:28.103 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi064.front.sepia.ceph.com'), Remote(name='ubuntu@smithi113.front.sepia.ceph.com')] 2023-12-21T04:53:28.104 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi064.front.sepia.ceph.com' 2023-12-21T04:53:28.106 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T04:53:28.178 DEBUG:teuthology.orchestra.run.smithi064:> true 2023-12-21T04:53:28.251 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi064.front.sepia.ceph.com' 2023-12-21T04:53:28.251 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi113.front.sepia.ceph.com' 2023-12-21T04:53:28.252 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi113.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T04:53:28.319 DEBUG:teuthology.orchestra.run.smithi113:> true 2023-12-21T04:53:28.390 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi113.front.sepia.ceph.com' 2023-12-21T04:53:28.390 INFO:teuthology.run_tasks:Running task clock... 2023-12-21T04:53:28.401 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-21T04:53:28.401 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-21T04:53:28.402 DEBUG:teuthology.orchestra.run.smithi064:> 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 2023-12-21T04:53:28.404 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-21T04:53:28.405 DEBUG:teuthology.orchestra.run.smithi113:> 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 2023-12-21T04:53:28.435 INFO:teuthology.orchestra.run.smithi064.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-21T04:53:28.451 INFO:teuthology.orchestra.run.smithi064.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-21T04:53:28.464 INFO:teuthology.orchestra.run.smithi113.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-21T04:53:28.479 INFO:teuthology.orchestra.run.smithi113.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-21T04:53:28.518 INFO:teuthology.orchestra.run.smithi064.stderr:sudo: ntpd: command not found 2023-12-21T04:53:28.529 INFO:teuthology.orchestra.run.smithi064.stdout:506 Cannot talk to daemon 2023-12-21T04:53:28.544 INFO:teuthology.orchestra.run.smithi064.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-21T04:53:28.558 INFO:teuthology.orchestra.run.smithi064.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-21T04:53:28.559 INFO:teuthology.orchestra.run.smithi113.stderr:sudo: ntpd: command not found 2023-12-21T04:53:28.570 INFO:teuthology.orchestra.run.smithi113.stdout:506 Cannot talk to daemon 2023-12-21T04:53:28.584 INFO:teuthology.orchestra.run.smithi113.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-21T04:53:28.597 INFO:teuthology.orchestra.run.smithi113.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-21T04:53:28.627 INFO:teuthology.orchestra.run.smithi064.stderr:bash: ntpq: command not found 2023-12-21T04:53:28.631 INFO:teuthology.orchestra.run.smithi064.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-21T04:53:28.631 INFO:teuthology.orchestra.run.smithi064.stdout:=============================================================================== 2023-12-21T04:53:28.631 INFO:teuthology.orchestra.run.smithi064.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-21T04:53:28.631 INFO:teuthology.orchestra.run.smithi064.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-21T04:53:28.631 INFO:teuthology.orchestra.run.smithi064.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-21T04:53:28.631 INFO:teuthology.orchestra.run.smithi064.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-21T04:53:28.663 INFO:teuthology.orchestra.run.smithi113.stderr:bash: ntpq: command not found 2023-12-21T04:53:28.667 INFO:teuthology.orchestra.run.smithi113.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-21T04:53:28.667 INFO:teuthology.orchestra.run.smithi113.stdout:=============================================================================== 2023-12-21T04:53:28.667 INFO:teuthology.orchestra.run.smithi113.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-21T04:53:28.667 INFO:teuthology.orchestra.run.smithi113.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-21T04:53:28.667 INFO:teuthology.orchestra.run.smithi113.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-21T04:53:28.667 INFO:teuthology.orchestra.run.smithi113.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-21T04:53:28.668 INFO:teuthology.run_tasks:Running task pexec... 2023-12-21T04:53:28.677 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-21T04:53:28.677 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi064.front.sepia.ceph.com 2023-12-21T04:53:28.677 DEBUG:teuthology.orchestra.run.smithi064:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-21T04:53:28.678 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi113.front.sepia.ceph.com 2023-12-21T04:53:28.678 DEBUG:teuthology.orchestra.run.smithi113:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-21T04:53:29.578 INFO:teuthology.orchestra.run.smithi113.stdout:Last metadata expiration check: 0:01:45 ago on Thu 21 Dec 2023 04:51:44 AM UTC. 2023-12-21T04:53:29.586 INFO:teuthology.orchestra.run.smithi064.stdout:Last metadata expiration check: 0:01:35 ago on Thu 21 Dec 2023 04:51:54 AM UTC. 2023-12-21T04:53:31.735 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2023-12-21T04:53:31.736 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2023-12-21T04:53:31.736 INFO:teuthology.orchestra.run.smithi113.stdout: Package Architecture Version Repository Size 2023-12-21T04:53:31.737 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2023-12-21T04:53:31.737 INFO:teuthology.orchestra.run.smithi113.stdout:Resetting modules: 2023-12-21T04:53:31.737 INFO:teuthology.orchestra.run.smithi113.stdout: container-tools 2023-12-21T04:53:31.737 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-21T04:53:31.737 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction Summary 2023-12-21T04:53:31.738 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2023-12-21T04:53:31.738 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-21T04:53:31.896 INFO:teuthology.orchestra.run.smithi064.stdout:Dependencies resolved. 2023-12-21T04:53:31.897 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2023-12-21T04:53:31.897 INFO:teuthology.orchestra.run.smithi064.stdout: Package Architecture Version Repository Size 2023-12-21T04:53:31.897 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2023-12-21T04:53:31.897 INFO:teuthology.orchestra.run.smithi064.stdout:Resetting modules: 2023-12-21T04:53:31.897 INFO:teuthology.orchestra.run.smithi064.stdout: container-tools 2023-12-21T04:53:31.897 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T04:53:31.897 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction Summary 2023-12-21T04:53:31.897 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2023-12-21T04:53:31.898 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T04:53:31.978 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2023-12-21T04:53:32.157 INFO:teuthology.orchestra.run.smithi064.stdout:Complete! 2023-12-21T04:53:32.945 INFO:teuthology.orchestra.run.smithi113.stdout:Last metadata expiration check: 0:01:48 ago on Thu 21 Dec 2023 04:51:44 AM UTC. 2023-12-21T04:53:33.171 INFO:teuthology.orchestra.run.smithi064.stdout:Last metadata expiration check: 0:01:39 ago on Thu 21 Dec 2023 04:51:54 AM UTC. 2023-12-21T04:53:35.091 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2023-12-21T04:53:35.276 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2023-12-21T04:53:35.277 INFO:teuthology.orchestra.run.smithi113.stdout: Package Arch Version Repository Size 2023-12-21T04:53:35.277 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2023-12-21T04:53:35.277 INFO:teuthology.orchestra.run.smithi113.stdout:Installing group/module packages: 2023-12-21T04:53:35.277 INFO:teuthology.orchestra.run.smithi113.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-21T04:53:35.277 INFO:teuthology.orchestra.run.smithi113.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-21T04:53:35.277 INFO:teuthology.orchestra.run.smithi113.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-21T04:53:35.277 INFO:teuthology.orchestra.run.smithi113.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-21T04:53:35.277 INFO:teuthology.orchestra.run.smithi113.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-21T04:53:35.277 INFO:teuthology.orchestra.run.smithi113.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-21T04:53:35.277 INFO:teuthology.orchestra.run.smithi113.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-21T04:53:35.277 INFO:teuthology.orchestra.run.smithi113.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-21T04:53:35.277 INFO:teuthology.orchestra.run.smithi113.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-21T04:53:35.277 INFO:teuthology.orchestra.run.smithi113.stdout:Installing dependencies: 2023-12-21T04:53:35.277 INFO:teuthology.orchestra.run.smithi113.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-21T04:53:35.278 INFO:teuthology.orchestra.run.smithi113.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-21T04:53:35.278 INFO:teuthology.orchestra.run.smithi113.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-21T04:53:35.278 INFO:teuthology.orchestra.run.smithi113.stdout:Installing weak dependencies: 2023-12-21T04:53:35.278 INFO:teuthology.orchestra.run.smithi113.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-21T04:53:35.278 INFO:teuthology.orchestra.run.smithi113.stdout:Installing module profiles: 2023-12-21T04:53:35.278 INFO:teuthology.orchestra.run.smithi113.stdout: container-tools/common 2023-12-21T04:53:35.278 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-21T04:53:35.278 INFO:teuthology.orchestra.run.smithi113.stdout:Enabling module streams: 2023-12-21T04:53:35.278 INFO:teuthology.orchestra.run.smithi113.stdout: container-tools rhel8 2023-12-21T04:53:35.278 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-21T04:53:35.278 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction Summary 2023-12-21T04:53:35.278 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2023-12-21T04:53:35.278 INFO:teuthology.orchestra.run.smithi113.stdout:Install 13 Packages 2023-12-21T04:53:35.278 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-21T04:53:35.279 INFO:teuthology.orchestra.run.smithi113.stdout:Total download size: 27 M 2023-12-21T04:53:35.279 INFO:teuthology.orchestra.run.smithi113.stdout:Installed size: 89 M 2023-12-21T04:53:35.279 INFO:teuthology.orchestra.run.smithi113.stdout:Downloading Packages: 2023-12-21T04:53:35.443 INFO:teuthology.orchestra.run.smithi064.stdout:Dependencies resolved. 2023-12-21T04:53:35.643 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2023-12-21T04:53:35.643 INFO:teuthology.orchestra.run.smithi064.stdout: Package Arch Version Repository Size 2023-12-21T04:53:35.643 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2023-12-21T04:53:35.643 INFO:teuthology.orchestra.run.smithi064.stdout:Installing group/module packages: 2023-12-21T04:53:35.643 INFO:teuthology.orchestra.run.smithi064.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-21T04:53:35.643 INFO:teuthology.orchestra.run.smithi064.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-21T04:53:35.643 INFO:teuthology.orchestra.run.smithi064.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-21T04:53:35.644 INFO:teuthology.orchestra.run.smithi064.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-21T04:53:35.644 INFO:teuthology.orchestra.run.smithi064.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-21T04:53:35.644 INFO:teuthology.orchestra.run.smithi064.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-21T04:53:35.644 INFO:teuthology.orchestra.run.smithi064.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-21T04:53:35.644 INFO:teuthology.orchestra.run.smithi064.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-21T04:53:35.644 INFO:teuthology.orchestra.run.smithi064.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-21T04:53:35.644 INFO:teuthology.orchestra.run.smithi064.stdout:Installing dependencies: 2023-12-21T04:53:35.644 INFO:teuthology.orchestra.run.smithi064.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-21T04:53:35.644 INFO:teuthology.orchestra.run.smithi064.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-21T04:53:35.644 INFO:teuthology.orchestra.run.smithi064.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-21T04:53:35.644 INFO:teuthology.orchestra.run.smithi064.stdout:Installing weak dependencies: 2023-12-21T04:53:35.644 INFO:teuthology.orchestra.run.smithi064.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-21T04:53:35.644 INFO:teuthology.orchestra.run.smithi064.stdout:Installing module profiles: 2023-12-21T04:53:35.644 INFO:teuthology.orchestra.run.smithi064.stdout: container-tools/common 2023-12-21T04:53:35.645 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T04:53:35.645 INFO:teuthology.orchestra.run.smithi064.stdout:Enabling module streams: 2023-12-21T04:53:35.645 INFO:teuthology.orchestra.run.smithi064.stdout: container-tools rhel8 2023-12-21T04:53:35.645 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T04:53:35.645 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction Summary 2023-12-21T04:53:35.645 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2023-12-21T04:53:35.645 INFO:teuthology.orchestra.run.smithi064.stdout:Install 13 Packages 2023-12-21T04:53:35.645 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T04:53:35.646 INFO:teuthology.orchestra.run.smithi064.stdout:Total download size: 27 M 2023-12-21T04:53:35.646 INFO:teuthology.orchestra.run.smithi064.stdout:Installed size: 89 M 2023-12-21T04:53:35.646 INFO:teuthology.orchestra.run.smithi064.stdout:Downloading Packages: 2023-12-21T04:53:36.011 INFO:teuthology.orchestra.run.smithi113.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.4 MB/s | 750 kB 00:00 2023-12-21T04:53:36.044 INFO:teuthology.orchestra.run.smithi113.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.8 MB/s | 1.0 MB 00:00 2023-12-21T04:53:36.095 INFO:teuthology.orchestra.run.smithi113.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 455 kB/s | 38 kB 00:00 2023-12-21T04:53:36.153 INFO:teuthology.orchestra.run.smithi113.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 2.2 MB/s | 241 kB 00:00 2023-12-21T04:53:36.207 INFO:teuthology.orchestra.run.smithi064.stdout:(1/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 2.0 MB/s | 1.0 MB 00:00 2023-12-21T04:53:36.233 INFO:teuthology.orchestra.run.smithi064.stdout:(2/13): cockpit-podman-78-1.module_el8+712+4cd1 1.4 MB/s | 750 kB 00:00 2023-12-21T04:53:36.270 INFO:teuthology.orchestra.run.smithi113.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.5 MB/s | 178 kB 00:00 2023-12-21T04:53:36.324 INFO:teuthology.orchestra.run.smithi064.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 325 kB/s | 38 kB 00:00 2023-12-21T04:53:36.366 INFO:teuthology.orchestra.run.smithi064.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 1.8 MB/s | 241 kB 00:00 2023-12-21T04:53:36.396 INFO:teuthology.orchestra.run.smithi113.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 198 kB/s | 25 kB 00:00 2023-12-21T04:53:36.500 INFO:teuthology.orchestra.run.smithi064.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.3 MB/s | 178 kB 00:00 2023-12-21T04:53:36.563 INFO:teuthology.orchestra.run.smithi113.stdout:(7/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 9.0 MB/s | 9.6 MB 00:01 2023-12-21T04:53:36.592 INFO:teuthology.orchestra.run.smithi064.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 271 kB/s | 25 kB 00:00 2023-12-21T04:53:36.630 INFO:teuthology.orchestra.run.smithi113.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 7.3 MB/s | 3.9 MB 00:00 2023-12-21T04:53:36.759 INFO:teuthology.orchestra.run.smithi064.stdout:(7/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 9.0 MB/s | 3.9 MB 00:00 2023-12-21T04:53:36.801 INFO:teuthology.orchestra.run.smithi064.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 450 kB/s | 94 kB 00:00 2023-12-21T04:53:36.863 INFO:teuthology.orchestra.run.smithi113.stdout:(9/13): python3-pyxdg-0.25-16.el8.noarch.rpm 201 kB/s | 94 kB 00:00 2023-12-21T04:53:36.905 INFO:teuthology.orchestra.run.smithi113.stdout:(10/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 9.2 MB/s | 2.5 MB 00:00 2023-12-21T04:53:36.943 INFO:teuthology.orchestra.run.smithi064.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 7.7 MB/s | 9.6 MB 00:01 2023-12-21T04:53:36.964 INFO:teuthology.orchestra.run.smithi113.stdout:(11/13): udica-0.2.6-20.module_el8+712+4cd1bd69 526 kB/s | 53 kB 00:00 2023-12-21T04:53:37.043 INFO:teuthology.orchestra.run.smithi064.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 527 kB/s | 53 kB 00:00 2023-12-21T04:53:37.072 INFO:teuthology.orchestra.run.smithi113.stdout:(12/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 16 MB/s | 8.1 MB 00:00 2023-12-21T04:53:37.098 INFO:teuthology.orchestra.run.smithi113.stdout:(13/13): yajl-2.1.0-12.el8.x86_64.rpm 213 kB/s | 41 kB 00:00 2023-12-21T04:53:37.098 INFO:teuthology.orchestra.run.smithi113.stdout:-------------------------------------------------------------------------------- 2023-12-21T04:53:37.098 INFO:teuthology.orchestra.run.smithi113.stdout:Total 15 MB/s | 27 MB 00:01 2023-12-21T04:53:37.310 INFO:teuthology.orchestra.run.smithi064.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 153 kB/s | 41 kB 00:00 2023-12-21T04:53:37.370 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction check 2023-12-21T04:53:37.391 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction check succeeded. 2023-12-21T04:53:37.391 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction test 2023-12-21T04:53:37.519 INFO:teuthology.orchestra.run.smithi064.stdout:(12/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 3.5 MB/s | 2.5 MB 00:00 2023-12-21T04:53:37.610 INFO:teuthology.orchestra.run.smithi064.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 9.6 MB/s | 8.1 MB 00:00 2023-12-21T04:53:37.611 INFO:teuthology.orchestra.run.smithi064.stdout:-------------------------------------------------------------------------------- 2023-12-21T04:53:37.611 INFO:teuthology.orchestra.run.smithi064.stdout:Total 14 MB/s | 27 MB 00:01 2023-12-21T04:53:37.643 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction test succeeded. 2023-12-21T04:53:37.646 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction 2023-12-21T04:53:37.891 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction check 2023-12-21T04:53:37.914 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction check succeeded. 2023-12-21T04:53:37.914 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction test 2023-12-21T04:53:38.181 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction test succeeded. 2023-12-21T04:53:38.184 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction 2023-12-21T04:53:38.431 INFO:teuthology.orchestra.run.smithi113.stdout: Preparing : 1/1 2023-12-21T04:53:38.691 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-21T04:53:38.843 INFO:teuthology.orchestra.run.smithi064.stdout: Preparing : 1/1 2023-12-21T04:53:38.853 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-21T04:53:39.062 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-21T04:53:39.084 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-21T04:53:39.280 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-21T04:53:39.378 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-21T04:53:39.597 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-21T04:53:39.827 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-21T04:53:39.845 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-21T04:53:40.403 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-21T04:53:40.832 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-21T04:53:41.059 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-21T04:53:41.304 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-21T04:53:41.529 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-21T04:53:41.573 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-21T04:53:41.918 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-21T04:53:41.969 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-21T04:53:42.152 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-21T04:53:42.386 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-21T04:53:42.787 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-21T04:53:42.870 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-21T04:53:43.628 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-21T04:53:43.789 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-21T04:53:43.843 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-21T04:53:44.009 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-21T04:53:44.193 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-21T04:53:44.271 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-21T04:53:44.271 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-21T04:53:44.271 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-21T04:53:44.271 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-21T04:53:44.272 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-21T04:53:44.272 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-21T04:53:44.272 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-21T04:53:44.272 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-21T04:53:44.272 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-21T04:53:44.272 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-21T04:53:44.272 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-21T04:53:44.272 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-21T04:53:44.272 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-21T04:53:44.670 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-21T04:53:44.670 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-21T04:53:44.670 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-21T04:53:44.670 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-21T04:53:44.670 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-21T04:53:44.670 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-21T04:53:44.670 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-21T04:53:44.670 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-21T04:53:44.670 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-21T04:53:44.670 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-21T04:53:44.670 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-21T04:53:44.671 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-21T04:53:44.671 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-21T04:53:45.083 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-21T04:53:45.083 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-21T04:53:45.083 INFO:teuthology.orchestra.run.smithi113.stdout:Installed: 2023-12-21T04:53:45.084 INFO:teuthology.orchestra.run.smithi113.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-21T04:53:45.084 INFO:teuthology.orchestra.run.smithi113.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-21T04:53:45.084 INFO:teuthology.orchestra.run.smithi113.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-21T04:53:45.084 INFO:teuthology.orchestra.run.smithi113.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-21T04:53:45.084 INFO:teuthology.orchestra.run.smithi113.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-21T04:53:45.084 INFO:teuthology.orchestra.run.smithi113.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-21T04:53:45.084 INFO:teuthology.orchestra.run.smithi113.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-21T04:53:45.084 INFO:teuthology.orchestra.run.smithi113.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-21T04:53:45.084 INFO:teuthology.orchestra.run.smithi113.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-21T04:53:45.084 INFO:teuthology.orchestra.run.smithi113.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-21T04:53:45.084 INFO:teuthology.orchestra.run.smithi113.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-21T04:53:45.084 INFO:teuthology.orchestra.run.smithi113.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-21T04:53:45.084 INFO:teuthology.orchestra.run.smithi113.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-21T04:53:45.084 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-21T04:53:45.084 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2023-12-21T04:53:45.333 DEBUG:teuthology.parallel:result is None 2023-12-21T04:53:45.556 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-21T04:53:45.556 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T04:53:45.556 INFO:teuthology.orchestra.run.smithi064.stdout:Installed: 2023-12-21T04:53:45.556 INFO:teuthology.orchestra.run.smithi064.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-21T04:53:45.556 INFO:teuthology.orchestra.run.smithi064.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-21T04:53:45.556 INFO:teuthology.orchestra.run.smithi064.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-21T04:53:45.556 INFO:teuthology.orchestra.run.smithi064.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-21T04:53:45.556 INFO:teuthology.orchestra.run.smithi064.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-21T04:53:45.556 INFO:teuthology.orchestra.run.smithi064.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-21T04:53:45.557 INFO:teuthology.orchestra.run.smithi064.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-21T04:53:45.557 INFO:teuthology.orchestra.run.smithi064.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-21T04:53:45.557 INFO:teuthology.orchestra.run.smithi064.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-21T04:53:45.557 INFO:teuthology.orchestra.run.smithi064.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-21T04:53:45.557 INFO:teuthology.orchestra.run.smithi064.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-21T04:53:45.557 INFO:teuthology.orchestra.run.smithi064.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-21T04:53:45.557 INFO:teuthology.orchestra.run.smithi064.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-21T04:53:45.557 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T04:53:45.557 INFO:teuthology.orchestra.run.smithi064.stdout:Complete! 2023-12-21T04:53:45.818 DEBUG:teuthology.parallel:result is None 2023-12-21T04:53:45.818 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-21T04:53:45.896 INFO:tasks.cephadm:Config: {'add_mons_via_daemon_add': True, 'avoid_pacific_features': True, 'cephadm_branch': 'octopus', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'image': 'docker.io/ceph/ceph:v15', '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': '639f0137318def3e5f393094e5494880043a8f32'} 2023-12-21T04:53:45.897 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v15 2023-12-21T04:53:45.897 INFO:tasks.cephadm:Cluster fsid is ec1bc4d2-9fbc-11ee-95a5-87774f69a715 2023-12-21T04:53:45.897 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-21T04:53:45.897 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-12-21T04:53:45.898 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi064': '172.21.15.64', 'mon.smithi113': '172.21.15.113'} 2023-12-21T04:53:45.898 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-21T04:53:45.898 DEBUG:teuthology.orchestra.run.smithi064:> sudo hostname $(hostname -s) 2023-12-21T04:53:45.926 DEBUG:teuthology.orchestra.run.smithi113:> sudo hostname $(hostname -s) 2023-12-21T04:53:45.957 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref octopus)... 2023-12-21T04:53:45.958 DEBUG:teuthology.orchestra.run.smithi064:> curl --silent https://raw.githubusercontent.com/ceph/ceph/octopus/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-21T04:53:46.197 INFO:teuthology.orchestra.run.smithi064.stdout:-rw-rw-r--. 1 ubuntu ubuntu 223479 Dec 21 04:53 /home/ubuntu/cephtest/cephadm 2023-12-21T04:53:46.198 DEBUG:teuthology.orchestra.run.smithi113:> curl --silent https://raw.githubusercontent.com/ceph/ceph/octopus/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-21T04:53:46.374 INFO:teuthology.orchestra.run.smithi113.stdout:-rw-rw-r--. 1 ubuntu ubuntu 223479 Dec 21 04:53 /home/ubuntu/cephtest/cephadm 2023-12-21T04:53:46.375 DEBUG:teuthology.orchestra.run.smithi064:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-21T04:53:46.395 DEBUG:teuthology.orchestra.run.smithi113:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-21T04:53:46.424 DEBUG:teuthology.orchestra.run.smithi064:> sudo mkdir -p /etc/ceph 2023-12-21T04:53:46.464 DEBUG:teuthology.orchestra.run.smithi113:> sudo mkdir -p /etc/ceph 2023-12-21T04:53:46.492 DEBUG:teuthology.orchestra.run.smithi064:> sudo chmod 777 /etc/ceph 2023-12-21T04:53:46.533 DEBUG:teuthology.orchestra.run.smithi113:> sudo chmod 777 /etc/ceph 2023-12-21T04:53:46.560 INFO:tasks.cephadm:Writing seed config... 2023-12-21T04:53:46.561 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-21T04:53:46.562 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-21T04:53:46.562 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-21T04:53:46.562 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-21T04:53:46.562 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-21T04:53:46.562 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-21T04:53:46.562 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-21T04:53:46.562 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-12-21T04:53:46.563 DEBUG:teuthology.orchestra.run.smithi064:> set -ex 2023-12-21T04:53:46.563 DEBUG:teuthology.orchestra.run.smithi064:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-21T04:53:46.592 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 = ec1bc4d2-9fbc-11ee-95a5-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 2023-12-21T04:53:46.592 DEBUG:teuthology.orchestra.run.smithi064:mon.smithi064> sudo journalctl -f -n 0 -u ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@mon.smithi064.service 2023-12-21T04:53:46.634 INFO:tasks.cephadm:Bootstrapping... 2023-12-21T04:53:46.634 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 -v bootstrap --fsid ec1bc4d2-9fbc-11ee-95a5-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.64 && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-21T04:53:46.662 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:-- Logs begin at Thu 2023-12-21 04:45:14 UTC. -- 2023-12-21T04:53:46.800 INFO:teuthology.orchestra.run.smithi064.stderr:container_init=False 2023-12-21T04:53:46.800 INFO:teuthology.orchestra.run.smithi064.stderr:Verifying podman|docker is present... 2023-12-21T04:53:46.800 INFO:teuthology.orchestra.run.smithi064.stderr:Verifying lvm2 is present... 2023-12-21T04:53:46.800 INFO:teuthology.orchestra.run.smithi064.stderr:Verifying time synchronization is in place... 2023-12-21T04:53:46.800 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: systemctl is-enabled chrony.service 2023-12-21T04:53:46.806 INFO:teuthology.orchestra.run.smithi064.stderr:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-12-21T04:53:46.806 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: systemctl is-active chrony.service 2023-12-21T04:53:46.811 INFO:teuthology.orchestra.run.smithi064.stderr:systemctl: stdout inactive 2023-12-21T04:53:46.811 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: systemctl is-enabled chronyd.service 2023-12-21T04:53:46.816 INFO:teuthology.orchestra.run.smithi064.stderr:systemctl: stdout enabled 2023-12-21T04:53:46.816 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: systemctl is-active chronyd.service 2023-12-21T04:53:46.822 INFO:teuthology.orchestra.run.smithi064.stderr:systemctl: stdout active 2023-12-21T04:53:46.822 INFO:teuthology.orchestra.run.smithi064.stderr:Unit chronyd.service is enabled and running 2023-12-21T04:53:46.822 INFO:teuthology.orchestra.run.smithi064.stderr:Repeating the final host check... 2023-12-21T04:53:46.822 INFO:teuthology.orchestra.run.smithi064.stderr:podman|docker (/bin/podman) is present 2023-12-21T04:53:46.822 INFO:teuthology.orchestra.run.smithi064.stderr:systemctl is present 2023-12-21T04:53:46.822 INFO:teuthology.orchestra.run.smithi064.stderr:lvcreate is present 2023-12-21T04:53:46.822 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: systemctl is-enabled chrony.service 2023-12-21T04:53:46.827 INFO:teuthology.orchestra.run.smithi064.stderr:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-12-21T04:53:46.827 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: systemctl is-active chrony.service 2023-12-21T04:53:46.832 INFO:teuthology.orchestra.run.smithi064.stderr:systemctl: stdout inactive 2023-12-21T04:53:46.832 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: systemctl is-enabled chronyd.service 2023-12-21T04:53:46.838 INFO:teuthology.orchestra.run.smithi064.stderr:systemctl: stdout enabled 2023-12-21T04:53:46.838 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: systemctl is-active chronyd.service 2023-12-21T04:53:46.844 INFO:teuthology.orchestra.run.smithi064.stderr:systemctl: stdout active 2023-12-21T04:53:46.844 INFO:teuthology.orchestra.run.smithi064.stderr:Unit chronyd.service is enabled and running 2023-12-21T04:53:46.844 INFO:teuthology.orchestra.run.smithi064.stderr:Host looks OK 2023-12-21T04:53:46.844 INFO:teuthology.orchestra.run.smithi064.stderr:Cluster fsid: ec1bc4d2-9fbc-11ee-95a5-87774f69a715 2023-12-21T04:53:46.844 INFO:teuthology.orchestra.run.smithi064.stderr:Acquiring lock 140179869258248 on /run/cephadm/ec1bc4d2-9fbc-11ee-95a5-87774f69a715.lock 2023-12-21T04:53:46.844 INFO:teuthology.orchestra.run.smithi064.stderr:Lock 140179869258248 acquired on /run/cephadm/ec1bc4d2-9fbc-11ee-95a5-87774f69a715.lock 2023-12-21T04:53:46.845 INFO:teuthology.orchestra.run.smithi064.stderr:Verifying IP 172.21.15.64 port 3300 ... 2023-12-21T04:53:46.845 INFO:teuthology.orchestra.run.smithi064.stderr:Verifying IP 172.21.15.64 port 6789 ... 2023-12-21T04:53:46.845 INFO:teuthology.orchestra.run.smithi064.stderr:Base mon IP is 172.21.15.64, final addrv is [v2:172.21.15.64:3300,v1:172.21.15.64:6789] 2023-12-21T04:53:46.845 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: /sbin/ip route ls 2023-12-21T04:53:46.847 INFO:teuthology.orchestra.run.smithi064.stderr:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.64 metric 100 2023-12-21T04:53:46.847 INFO:teuthology.orchestra.run.smithi064.stderr:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.64 metric 100 2023-12-21T04:53:46.847 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: /sbin/ip -6 route ls 2023-12-21T04:53:46.849 INFO:teuthology.orchestra.run.smithi064.stderr:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2023-12-21T04:53:46.849 INFO:teuthology.orchestra.run.smithi064.stderr:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-12-21T04:53:46.849 INFO:teuthology.orchestra.run.smithi064.stderr:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1745sec hoplimit 64 pref medium 2023-12-21T04:53:46.849 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: /sbin/ip -6 addr ls 2023-12-21T04:53:46.851 INFO:teuthology.orchestra.run.smithi064.stderr:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-12-21T04:53:46.852 INFO:teuthology.orchestra.run.smithi064.stderr:/sbin/ip: stdout inet6 ::1/128 scope host 2023-12-21T04:53:46.852 INFO:teuthology.orchestra.run.smithi064.stderr:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-12-21T04:53:46.852 INFO:teuthology.orchestra.run.smithi064.stderr:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-12-21T04:53:46.852 INFO:teuthology.orchestra.run.smithi064.stderr:/sbin/ip: stdout inet6 fe80::ec4:7aff:feb6:f8df/64 scope link 2023-12-21T04:53:46.852 INFO:teuthology.orchestra.run.smithi064.stderr:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-12-21T04:53:46.852 INFO:teuthology.orchestra.run.smithi064.stderr:Mon IP 172.21.15.64 is in CIDR network 172.21.0.0/20 2023-12-21T04:53:46.853 INFO:teuthology.orchestra.run.smithi064.stderr:Pulling container image docker.io/ceph/ceph:v15... 2023-12-21T04:53:46.853 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: /bin/podman pull docker.io/ceph/ceph:v15 2023-12-21T04:53:48.378 INFO:teuthology.orchestra.run.smithi064.stderr:/bin/podman: stderr Trying to pull docker.io/ceph/ceph:v15... 2023-12-21T04:53:54.924 INFO:teuthology.orchestra.run.smithi064.stderr:/bin/podman: stderr Getting image source signatures 2023-12-21T04:53:54.930 INFO:teuthology.orchestra.run.smithi064.stderr:/bin/podman: stderr Copying blob sha256:731c3beff4deece7d4e54bc26ecf6d99988b19ea8414524277d83bc5a5d6eb70 2023-12-21T04:53:54.930 INFO:teuthology.orchestra.run.smithi064.stderr:/bin/podman: stderr Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2023-12-21T04:54:06.701 INFO:teuthology.orchestra.run.smithi064.stderr:/bin/podman: stderr Copying config sha256:2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73 2023-12-21T04:54:06.769 INFO:teuthology.orchestra.run.smithi064.stderr:/bin/podman: stderr Writing manifest to image destination 2023-12-21T04:54:07.173 INFO:teuthology.orchestra.run.smithi064.stderr:/bin/podman: stdout 2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73 2023-12-21T04:54:07.192 INFO:teuthology.orchestra.run.smithi064.stderr:Extracting ceph user uid/gid from container image... 2023-12-21T04:54:07.192 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi064 docker.io/ceph/ceph:v15 -c %u %g /var/lib/ceph 2023-12-21T04:54:07.685 INFO:teuthology.orchestra.run.smithi064.stderr:stat: stdout 167 167 2023-12-21T04:54:08.017 INFO:teuthology.orchestra.run.smithi064.stderr:Creating initial keys... 2023-12-21T04:54:08.018 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph-authtool -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi064 docker.io/ceph/ceph:v15 --gen-print-key 2023-12-21T04:54:08.284 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-authtool: stdout AQDwxINlQWQqEBAAYCwMyGkkNvUsjxfgP2b2oA== 2023-12-21T04:54:08.656 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph-authtool -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi064 docker.io/ceph/ceph:v15 --gen-print-key 2023-12-21T04:54:09.105 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-authtool: stdout AQDwxINllIZfNBAAe3ZHMDGBEllmSo2r9DQ0TA== 2023-12-21T04:54:09.637 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph-authtool -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi064 docker.io/ceph/ceph:v15 --gen-print-key 2023-12-21T04:54:09.884 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-authtool: stdout AQDxxINllp74MxAAoVY7kay9n+1qJcsjAPJrCg== 2023-12-21T04:54:10.255 INFO:teuthology.orchestra.run.smithi064.stderr:Creating initial monmap... 2023-12-21T04:54:10.255 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/monmaptool -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi064 -v /tmp/ceph-tmpyjm5r8e9:/tmp/monmap:z docker.io/ceph/ceph:v15 --create --clobber --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 --addv smithi064 [v2:172.21.15.64:3300,v1:172.21.15.64:6789] /tmp/monmap 2023-12-21T04:54:10.501 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-21T04:54:10.501 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to ec1bc4d2-9fbc-11ee-95a5-87774f69a715 2023-12-21T04:54:10.501 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-21T04:54:10.951 INFO:teuthology.orchestra.run.smithi064.stderr:Creating mon... 2023-12-21T04:54:10.952 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph-mon -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi064 -v /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/mon.smithi064:/var/lib/ceph/mon/ceph-smithi064:z -v /tmp/ceph-tmp2tfu7a09:/tmp/keyring:z -v /tmp/ceph-tmpyjm5r8e9:/tmp/monmap:z docker.io/ceph/ceph:v15 --mkfs -i smithi064 --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -c /dev/null --monmap /tmp/monmap --keyring /tmp/keyring --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 2023-12-21T04:54:11.226 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.191+0000 7fd7f77656c0 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-21T04:54:11.251 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 1 imported monmap: 2023-12-21T04:54:11.251 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr epoch 0 2023-12-21T04:54:11.251 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 2023-12-21T04:54:11.251 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr last_changed 2023-12-21T04:54:10.488730+0000 2023-12-21T04:54:11.251 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr created 2023-12-21T04:54:10.488730+0000 2023-12-21T04:54:11.251 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr min_mon_release 0 (unknown) 2023-12-21T04:54:11.251 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.64:3300/0,v1:172.21.15.64:6789/0] mon.smithi064 2023-12-21T04:54:11.251 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr 2023-12-21T04:54:11.251 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 0 /usr/bin/ceph-mon: set fsid to ec1bc4d2-9fbc-11ee-95a5-87774f69a715 2023-12-21T04:54:11.251 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 0 set rocksdb option compression = kNoCompression 2023-12-21T04:54:11.251 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2023-12-21T04:54:11.251 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 0 set rocksdb option write_buffer_size = 33554432 2023-12-21T04:54:11.251 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 0 set rocksdb option compression = kNoCompression 2023-12-21T04:54:11.252 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2023-12-21T04:54:11.252 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 0 set rocksdb option write_buffer_size = 33554432 2023-12-21T04:54:11.252 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: RocksDB version: 6.1.2 2023-12-21T04:54:11.252 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr 2023-12-21T04:54:11.252 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-21T04:54:11.252 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Compile date May 26 2021 2023-12-21T04:54:11.252 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: DB SUMMARY 2023-12-21T04:54:11.252 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr 2023-12-21T04:54:11.252 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi064/store.db dir, Total Num: 0, files: 2023-12-21T04:54:11.252 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr 2023-12-21T04:54:11.252 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi064/store.db: 2023-12-21T04:54:11.252 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr 2023-12-21T04:54:11.252 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.error_if_exists: 0 2023-12-21T04:54:11.252 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.create_if_missing: 1 2023-12-21T04:54:11.252 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.paranoid_checks: 1 2023-12-21T04:54:11.253 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.env: 0x555c8e5121c0 2023-12-21T04:54:11.253 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.info_log: 0x555c8ed953c0 2023-12-21T04:54:11.253 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-21T04:54:11.253 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.statistics: (nil) 2023-12-21T04:54:11.253 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.use_fsync: 0 2023-12-21T04:54:11.253 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.max_log_file_size: 0 2023-12-21T04:54:11.253 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-21T04:54:11.253 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-21T04:54:11.253 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-21T04:54:11.253 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-21T04:54:11.253 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.allow_fallocate: 1 2023-12-21T04:54:11.253 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-21T04:54:11.253 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-21T04:54:11.253 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.use_direct_reads: 0 2023-12-21T04:54:11.254 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-21T04:54:11.254 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.create_missing_column_families: 0 2023-12-21T04:54:11.254 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.db_log_dir: 2023-12-21T04:54:11.254 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi064/store.db 2023-12-21T04:54:11.254 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-21T04:54:11.254 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.max_subcompactions: 1 2023-12-21T04:54:11.254 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.max_background_flushes: -1 2023-12-21T04:54:11.254 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-21T04:54:11.254 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-21T04:54:11.254 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-21T04:54:11.254 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-21T04:54:11.254 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.advise_random_on_open: 1 2023-12-21T04:54:11.254 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-21T04:54:11.254 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.write_buffer_manager: 0x555c8edce660 2023-12-21T04:54:11.254 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-21T04:54:11.255 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-21T04:54:11.255 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-21T04:54:11.255 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-21T04:54:11.255 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.rate_limiter: (nil) 2023-12-21T04:54:11.255 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-21T04:54:11.255 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-21T04:54:11.255 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-21T04:54:11.255 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-21T04:54:11.255 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-21T04:54:11.255 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-21T04:54:11.255 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-21T04:54:11.255 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-21T04:54:11.255 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.row_cache: None 2023-12-21T04:54:11.255 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.wal_filter: None 2023-12-21T04:54:11.255 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-21T04:54:11.256 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-21T04:54:11.256 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.preserve_deletes: 0 2023-12-21T04:54:11.256 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.two_write_queues: 0 2023-12-21T04:54:11.256 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.manual_wal_flush: 0 2023-12-21T04:54:11.256 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.atomic_flush: 0 2023-12-21T04:54:11.256 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-21T04:54:11.256 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.max_background_jobs: 2 2023-12-21T04:54:11.256 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.max_background_compactions: -1 2023-12-21T04:54:11.256 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-21T04:54:11.256 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-21T04:54:11.256 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-21T04:54:11.256 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.max_total_wal_size: 0 2023-12-21T04:54:11.256 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-21T04:54:11.256 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-21T04:54:11.256 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-21T04:54:11.257 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-21T04:54:11.257 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.max_open_files: -1 2023-12-21T04:54:11.257 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.bytes_per_sync: 0 2023-12-21T04:54:11.257 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-21T04:54:11.257 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-21T04:54:11.257 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Compression algorithms supported: 2023-12-21T04:54:11.257 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-21T04:54:11.257 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: kZSTD supported: 0 2023-12-21T04:54:11.257 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: kXpressCompression supported: 0 2023-12-21T04:54:11.257 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-21T04:54:11.257 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: kLZ4Compression supported: 1 2023-12-21T04:54:11.257 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: kBZip2Compression supported: 0 2023-12-21T04:54:11.257 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: kZlibCompression supported: 1 2023-12-21T04:54:11.257 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: kSnappyCompression supported: 1 2023-12-21T04:54:11.257 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.192+0000 7fd7f77656c0 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-21T04:54:11.258 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: [db/db_impl_open.cc:228] Creating manifest 1 2023-12-21T04:54:11.258 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr 2023-12-21T04:54:11.258 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi064/store.db/MANIFEST-000001 2023-12-21T04:54:11.258 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr 2023-12-21T04:54:11.258 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2023-12-21T04:54:11.258 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr 2023-12-21T04:54:11.258 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-21T04:54:11.258 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.merge_operator: 2023-12-21T04:54:11.258 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.compaction_filter: None 2023-12-21T04:54:11.258 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.compaction_filter_factory: None 2023-12-21T04:54:11.258 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-21T04:54:11.258 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-21T04:54:11.258 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x555c8ed2d2b0) 2023-12-21T04:54:11.258 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2023-12-21T04:54:11.259 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 1 2023-12-21T04:54:11.259 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-21T04:54:11.259 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2023-12-21T04:54:11.259 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr index_type: 0 2023-12-21T04:54:11.259 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2023-12-21T04:54:11.259 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2023-12-21T04:54:11.259 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr hash_index_allow_collision: 1 2023-12-21T04:54:11.259 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr checksum: 1 2023-12-21T04:54:11.259 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr no_block_cache: 0 2023-12-21T04:54:11.259 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr block_cache: 0x555c8ed62510 2023-12-21T04:54:11.259 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2023-12-21T04:54:11.259 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr block_cache_options: 2023-12-21T04:54:11.259 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr capacity : 536870912 2023-12-21T04:54:11.259 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2023-12-21T04:54:11.259 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2023-12-21T04:54:11.259 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2023-12-21T04:54:11.260 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2023-12-21T04:54:11.260 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2023-12-21T04:54:11.260 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr block_size: 4096 2023-12-21T04:54:11.260 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2023-12-21T04:54:11.260 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2023-12-21T04:54:11.260 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2023-12-21T04:54:11.260 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2023-12-21T04:54:11.260 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr partition_filters: 0 2023-12-21T04:54:11.260 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2023-12-21T04:54:11.260 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr filter_policy: rocksdb.BuiltinBloomFilter 2023-12-21T04:54:11.260 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2023-12-21T04:54:11.260 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr verify_compression: 0 2023-12-21T04:54:11.260 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2023-12-21T04:54:11.260 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr format_version: 2 2023-12-21T04:54:11.260 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2023-12-21T04:54:11.261 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr block_align: 0 2023-12-21T04:54:11.261 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr 2023-12-21T04:54:11.261 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-21T04:54:11.261 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-21T04:54:11.261 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.compression: NoCompression 2023-12-21T04:54:11.261 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-21T04:54:11.261 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-21T04:54:11.261 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-21T04:54:11.261 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.num_levels: 7 2023-12-21T04:54:11.261 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-21T04:54:11.261 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-21T04:54:11.261 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-21T04:54:11.261 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-21T04:54:11.261 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-21T04:54:11.262 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-21T04:54:11.262 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-21T04:54:11.262 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-21T04:54:11.262 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-21T04:54:11.262 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.compression_opts.level: 32767 2023-12-21T04:54:11.262 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-21T04:54:11.262 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-21T04:54:11.262 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-21T04:54:11.262 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.compression_opts.enabled: false 2023-12-21T04:54:11.262 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-21T04:54:11.262 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-21T04:54:11.262 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-21T04:54:11.262 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-21T04:54:11.262 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-21T04:54:11.263 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-21T04:54:11.263 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-21T04:54:11.263 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-21T04:54:11.263 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-21T04:54:11.263 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-21T04:54:11.263 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-21T04:54:11.263 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-21T04:54:11.263 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-21T04:54:11.263 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-21T04:54:11.263 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-21T04:54:11.263 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-21T04:54:11.263 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-21T04:54:11.263 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.arena_block_size: 4194304 2023-12-21T04:54:11.263 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-21T04:54:11.263 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-21T04:54:11.264 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-21T04:54:11.264 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-21T04:54:11.264 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-21T04:54:11.264 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-21T04:54:11.264 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-21T04:54:11.264 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-21T04:54:11.264 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-21T04:54:11.264 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-21T04:54:11.264 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-21T04:54:11.264 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-21T04:54:11.264 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-21T04:54:11.264 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-21T04:54:11.264 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.table_properties_collectors: 2023-12-21T04:54:11.264 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.inplace_update_support: 0 2023-12-21T04:54:11.264 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-21T04:54:11.265 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-21T04:54:11.265 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-21T04:54:11.265 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-21T04:54:11.265 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.bloom_locality: 0 2023-12-21T04:54:11.265 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.max_successive_merges: 0 2023-12-21T04:54:11.265 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-21T04:54:11.265 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-21T04:54:11.265 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.force_consistency_checks: 0 2023-12-21T04:54:11.265 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-21T04:54:11.265 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.193+0000 7fd7f77656c0 4 rocksdb: Options.ttl: 0 2023-12-21T04:54:11.265 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.194+0000 7fd7f77656c0 4 rocksdb: [db/version_set.cc:3757] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi064/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 2023-12-21T04:54:11.265 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr 2023-12-21T04:54:11.265 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.194+0000 7fd7f77656c0 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 0 2023-12-21T04:54:11.265 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr 2023-12-21T04:54:11.266 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.196+0000 7fd7f77656c0 4 rocksdb: DB pointer 0x555c8f98e400 2023-12-21T04:54:11.266 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.196+0000 7fd7e064c700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2023-12-21T04:54:11.266 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.196+0000 7fd7e064c700 4 rocksdb: [db/db_impl.cc:778] 2023-12-21T04:54:11.266 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr ** DB Stats ** 2023-12-21T04:54:11.266 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2023-12-21T04:54:11.266 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-21T04:54:11.266 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-21T04:54:11.266 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-21T04:54:11.266 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-21T04:54:11.266 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-21T04:54:11.266 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-21T04:54:11.266 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr 2023-12-21T04:54:11.266 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2023-12-21T04:54:11.266 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr 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 2023-12-21T04:54:11.266 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T04:54:11.267 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr 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 2023-12-21T04:54:11.267 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr 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 2023-12-21T04:54:11.267 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr 2023-12-21T04:54:11.267 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2023-12-21T04:54:11.267 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr 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 2023-12-21T04:54:11.267 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T04:54:11.267 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2023-12-21T04:54:11.267 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2023-12-21T04:54:11.267 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2023-12-21T04:54:11.267 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2023-12-21T04:54:11.267 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2023-12-21T04:54:11.267 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2023-12-21T04:54:11.267 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T04:54:11.267 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T04:54:11.268 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr 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 2023-12-21T04:54:11.268 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr 2023-12-21T04:54:11.268 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2023-12-21T04:54:11.268 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr 2023-12-21T04:54:11.268 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2023-12-21T04:54:11.268 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr 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 2023-12-21T04:54:11.268 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T04:54:11.268 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr 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 2023-12-21T04:54:11.268 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr 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 2023-12-21T04:54:11.268 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr 2023-12-21T04:54:11.268 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2023-12-21T04:54:11.268 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr 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 2023-12-21T04:54:11.268 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T04:54:11.268 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2023-12-21T04:54:11.268 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2023-12-21T04:54:11.269 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2023-12-21T04:54:11.269 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2023-12-21T04:54:11.269 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2023-12-21T04:54:11.269 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2023-12-21T04:54:11.269 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T04:54:11.269 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T04:54:11.269 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr 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 2023-12-21T04:54:11.269 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr 2023-12-21T04:54:11.269 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2023-12-21T04:54:11.269 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr 2023-12-21T04:54:11.269 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.197+0000 7fd7f77656c0 4 rocksdb: [db/db_impl.cc:390] Shutdown: canceling all background work 2023-12-21T04:54:11.269 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.198+0000 7fd7f77656c0 4 rocksdb: [db/db_impl.cc:563] Shutdown complete 2023-12-21T04:54:11.269 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-21T04:54:11.198+0000 7fd7f77656c0 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi064 for mon.smithi064 2023-12-21T04:54:11.563 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715 2023-12-21T04:54:11.567 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: systemctl disable ceph.target 2023-12-21T04:54:11.658 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: systemctl enable ceph.target 2023-12-21T04:54:11.664 INFO:teuthology.orchestra.run.smithi064.stderr:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-12-21T04:54:11.744 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: systemctl start ceph.target 2023-12-21T04:54:11.751 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: systemctl enable ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715.target 2023-12-21T04:54:11.757 INFO:teuthology.orchestra.run.smithi064.stderr:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715.target → /etc/systemd/system/ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715.target. 2023-12-21T04:54:11.757 INFO:teuthology.orchestra.run.smithi064.stderr:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715.target → /etc/systemd/system/ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715.target. 2023-12-21T04:54:11.839 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715.target 2023-12-21T04:54:11.860 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: systemctl daemon-reload 2023-12-21T04:54:11.947 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: systemctl stop ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@mon.smithi064 2023-12-21T04:54:11.973 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: systemctl reset-failed ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@mon.smithi064 2023-12-21T04:54:11.978 INFO:teuthology.orchestra.run.smithi064.stderr:systemctl: stderr Failed to reset failed state of unit ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@mon.smithi064.service: Unit ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@mon.smithi064.service not loaded. 2023-12-21T04:54:11.978 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: systemctl enable ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@mon.smithi064 2023-12-21T04:54:11.984 INFO:teuthology.orchestra.run.smithi064.stderr:systemctl: stderr Created symlink /etc/systemd/system/ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715.target.wants/ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@mon.smithi064.service → /etc/systemd/system/ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@.service. 2023-12-21T04:54:12.063 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@mon.smithi064 2023-12-21T04:54:12.330 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: systemctl is-enabled firewalld.service 2023-12-21T04:54:12.338 INFO:teuthology.orchestra.run.smithi064.stderr:systemctl: stdout disabled 2023-12-21T04:54:12.338 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: systemctl is-active firewalld.service 2023-12-21T04:54:12.345 INFO:teuthology.orchestra.run.smithi064.stderr:systemctl: stdout inactive 2023-12-21T04:54:12.345 INFO:teuthology.orchestra.run.smithi064.stderr:firewalld.service is not enabled 2023-12-21T04:54:12.345 INFO:teuthology.orchestra.run.smithi064.stderr:Not possible to enable service . firewalld.service is not available 2023-12-21T04:54:12.345 INFO:teuthology.orchestra.run.smithi064.stderr:Not possible to open ports <[]>. firewalld.service is not available 2023-12-21T04:54:12.346 INFO:teuthology.orchestra.run.smithi064.stderr:Waiting for mon to start... 2023-12-21T04:54:12.346 INFO:teuthology.orchestra.run.smithi064.stderr:Waiting for mon... 2023-12-21T04:54:12.346 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi064 -v /var/lib/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/mon.smithi064:/var/lib/ceph/mon/ceph-smithi064:z -v /tmp/ceph-tmpajps_uft:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpb9_fvs78:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 status 2023-12-21T04:54:12.787 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout cluster: 2023-12-21T04:54:12.788 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout id: ec1bc4d2-9fbc-11ee-95a5-87774f69a715 2023-12-21T04:54:12.788 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout health: HEALTH_OK 2023-12-21T04:54:12.788 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout 2023-12-21T04:54:12.788 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout services: 2023-12-21T04:54:12.788 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout mon: 1 daemons, quorum smithi064 (age 0.433031s) 2023-12-21T04:54:12.788 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout mgr: no daemons active 2023-12-21T04:54:12.788 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2023-12-21T04:54:12.788 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout 2023-12-21T04:54:12.788 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout data: 2023-12-21T04:54:12.788 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2023-12-21T04:54:12.788 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2023-12-21T04:54:12.788 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2023-12-21T04:54:12.789 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout pgs: 2023-12-21T04:54:12.789 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout 2023-12-21T04:54:12.802 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Dec 21 04:54:12 smithi064 bash[106903]: f66678a9ba3ae4067b616e8b33a255c126ac28be1d5baf4a5f87f56e960cb469 2023-12-21T04:54:12.802 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Dec 21 04:54:12 smithi064 systemd[1]: Started Ceph mon.smithi064 for ec1bc4d2-9fbc-11ee-95a5-87774f69a715. 2023-12-21T04:54:13.161 INFO:teuthology.orchestra.run.smithi064.stderr:mon is available 2023-12-21T04:54:13.161 INFO:teuthology.orchestra.run.smithi064.stderr:Assimilating anything we can from ceph.conf... 2023-12-21T04:54:13.161 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi064 -v /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpajps_uft:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpb9_fvs78:/etc/ceph/ceph.conf:z -v /var/lib/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/mon.smithi064:/var/lib/ceph/mon/ceph-smithi064:z docker.io/ceph/ceph:v15 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi064/config 2023-12-21T04:54:13.623 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout 2023-12-21T04:54:13.623 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout [global] 2023-12-21T04:54:13.623 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout fsid = ec1bc4d2-9fbc-11ee-95a5-87774f69a715 2023-12-21T04:54:13.623 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.64:3300,v1:172.21.15.64:6789] 2023-12-21T04:54:13.623 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-12-21T04:54:13.623 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-12-21T04:54:13.623 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-12-21T04:54:13.623 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-12-21T04:54:13.623 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout 2023-12-21T04:54:13.624 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout [mgr] 2023-12-21T04:54:13.624 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-12-21T04:54:13.624 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout 2023-12-21T04:54:13.624 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout [osd] 2023-12-21T04:54:13.624 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-12-21T04:54:13.624 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout osd_memory_target_autotune = true 2023-12-21T04:54:13.624 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-12-21T04:54:13.961 INFO:teuthology.orchestra.run.smithi064.stderr:Generating new minimal ceph.conf... 2023-12-21T04:54:13.961 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi064 -v /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpajps_uft:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpb9_fvs78:/etc/ceph/ceph.conf:z -v /var/lib/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/mon.smithi064:/var/lib/ceph/mon/ceph-smithi064:z docker.io/ceph/ceph:v15 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi064/config 2023-12-21T04:54:14.895 INFO:teuthology.orchestra.run.smithi064.stderr:Restarting the monitor... 2023-12-21T04:54:14.895 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: systemctl restart ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@mon.smithi064 2023-12-21T04:54:15.302 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Dec 21 04:54:14 smithi064 systemd[1]: Stopping Ceph mon.smithi064 for ec1bc4d2-9fbc-11ee-95a5-87774f69a715... 2023-12-21T04:54:15.655 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Dec 21 04:54:15 smithi064 podman[107232]: ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715-mon.smithi064 2023-12-21T04:54:15.656 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Dec 21 04:54:15 smithi064 systemd[1]: ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@mon.smithi064.service: Succeeded. 2023-12-21T04:54:15.656 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Dec 21 04:54:15 smithi064 systemd[1]: Stopped Ceph mon.smithi064 for ec1bc4d2-9fbc-11ee-95a5-87774f69a715. 2023-12-21T04:54:15.656 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Dec 21 04:54:15 smithi064 systemd[1]: Starting Ceph mon.smithi064 for ec1bc4d2-9fbc-11ee-95a5-87774f69a715... 2023-12-21T04:54:15.737 INFO:teuthology.orchestra.run.smithi064.stderr:Setting mon public_network... 2023-12-21T04:54:15.737 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi064 -v /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpajps_uft:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpb9_fvs78:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 config set mon public_network 172.21.0.0/20 2023-12-21T04:54:16.052 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Dec 21 04:54:15 smithi064 bash[107310]: 85ec4a095c6ce36410f6bb429b1626d0c61b4c725bb90c92c612e3533700a3cd 2023-12-21T04:54:16.052 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Dec 21 04:54:15 smithi064 systemd[1]: Started Ceph mon.smithi064 for ec1bc4d2-9fbc-11ee-95a5-87774f69a715. 2023-12-21T04:54:16.478 INFO:teuthology.orchestra.run.smithi064.stderr:Creating mgr... 2023-12-21T04:54:16.478 INFO:teuthology.orchestra.run.smithi064.stderr:Verifying port 9283 ... 2023-12-21T04:54:16.480 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: systemctl daemon-reload 2023-12-21T04:54:16.582 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: systemctl stop ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@mgr.smithi064.skpyci 2023-12-21T04:54:16.608 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: systemctl reset-failed ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@mgr.smithi064.skpyci 2023-12-21T04:54:16.612 INFO:teuthology.orchestra.run.smithi064.stderr:systemctl: stderr Failed to reset failed state of unit ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@mgr.smithi064.skpyci.service: Unit ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@mgr.smithi064.skpyci.service not loaded. 2023-12-21T04:54:16.613 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: systemctl enable ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@mgr.smithi064.skpyci 2023-12-21T04:54:16.618 INFO:teuthology.orchestra.run.smithi064.stderr:systemctl: stderr Created symlink /etc/systemd/system/ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715.target.wants/ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@mgr.smithi064.skpyci.service → /etc/systemd/system/ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@.service. 2023-12-21T04:54:16.712 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@mgr.smithi064.skpyci 2023-12-21T04:54:17.054 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: systemctl is-enabled firewalld.service 2023-12-21T04:54:17.062 INFO:teuthology.orchestra.run.smithi064.stderr:systemctl: stdout disabled 2023-12-21T04:54:17.062 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: systemctl is-active firewalld.service 2023-12-21T04:54:17.071 INFO:teuthology.orchestra.run.smithi064.stderr:systemctl: stdout inactive 2023-12-21T04:54:17.071 INFO:teuthology.orchestra.run.smithi064.stderr:firewalld.service is not enabled 2023-12-21T04:54:17.071 INFO:teuthology.orchestra.run.smithi064.stderr:Not possible to enable service . firewalld.service is not available 2023-12-21T04:54:17.071 INFO:teuthology.orchestra.run.smithi064.stderr:Not possible to open ports <[]>. firewalld.service is not available 2023-12-21T04:54:17.071 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: systemctl is-enabled firewalld.service 2023-12-21T04:54:17.077 INFO:teuthology.orchestra.run.smithi064.stderr:systemctl: stdout disabled 2023-12-21T04:54:17.078 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: systemctl is-active firewalld.service 2023-12-21T04:54:17.085 INFO:teuthology.orchestra.run.smithi064.stderr:systemctl: stdout inactive 2023-12-21T04:54:17.086 INFO:teuthology.orchestra.run.smithi064.stderr:firewalld.service is not enabled 2023-12-21T04:54:17.086 INFO:teuthology.orchestra.run.smithi064.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-12-21T04:54:17.086 INFO:teuthology.orchestra.run.smithi064.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-21T04:54:17.087 INFO:teuthology.orchestra.run.smithi064.stderr:Wrote config to /etc/ceph/ceph.conf 2023-12-21T04:54:17.087 INFO:teuthology.orchestra.run.smithi064.stderr:Waiting for mgr to start... 2023-12-21T04:54:17.087 INFO:teuthology.orchestra.run.smithi064.stderr:Waiting for mgr... 2023-12-21T04:54:17.087 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi064 -v /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpajps_uft:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpb9_fvs78:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 status -f json-pretty 2023-12-21T04:54:17.536 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout 2023-12-21T04:54:17.536 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:17.536 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "fsid": "ec1bc4d2-9fbc-11ee-95a5-87774f69a715", 2023-12-21T04:54:17.536 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "health": { 2023-12-21T04:54:17.536 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-12-21T04:54:17.536 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "checks": {}, 2023-12-21T04:54:17.537 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "mutes": [] 2023-12-21T04:54:17.537 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:17.537 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "election_epoch": 5, 2023-12-21T04:54:17.537 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "quorum": [ 2023-12-21T04:54:17.537 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout 0 2023-12-21T04:54:17.537 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:17.537 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "quorum_names": [ 2023-12-21T04:54:17.537 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "smithi064" 2023-12-21T04:54:17.537 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:17.537 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "quorum_age": 1, 2023-12-21T04:54:17.537 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "monmap": { 2023-12-21T04:54:17.537 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-12-21T04:54:17.537 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min_mon_release_name": "octopus", 2023-12-21T04:54:17.537 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "num_mons": 1 2023-12-21T04:54:17.538 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:17.538 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "osdmap": { 2023-12-21T04:54:17.538 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-12-21T04:54:17.538 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "num_osds": 0, 2023-12-21T04:54:17.538 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-12-21T04:54:17.538 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-12-21T04:54:17.538 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-12-21T04:54:17.538 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-12-21T04:54:17.538 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-12-21T04:54:17.541 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:17.541 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "pgmap": { 2023-12-21T04:54:17.541 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-12-21T04:54:17.541 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "num_pgs": 0, 2023-12-21T04:54:17.541 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "num_pools": 0, 2023-12-21T04:54:17.541 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "num_objects": 0, 2023-12-21T04:54:17.541 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "data_bytes": 0, 2023-12-21T04:54:17.542 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "bytes_used": 0, 2023-12-21T04:54:17.542 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-12-21T04:54:17.542 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "bytes_total": 0 2023-12-21T04:54:17.542 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:17.542 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "fsmap": { 2023-12-21T04:54:17.542 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-12-21T04:54:17.542 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "by_rank": [], 2023-12-21T04:54:17.542 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "up:standby": 0 2023-12-21T04:54:17.542 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:17.542 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "mgrmap": { 2023-12-21T04:54:17.542 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "available": false, 2023-12-21T04:54:17.542 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "num_standbys": 0, 2023-12-21T04:54:17.542 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "modules": [ 2023-12-21T04:54:17.542 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "iostat", 2023-12-21T04:54:17.542 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "restful" 2023-12-21T04:54:17.543 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:17.543 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "services": {} 2023-12-21T04:54:17.543 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:17.543 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "servicemap": { 2023-12-21T04:54:17.543 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-12-21T04:54:17.543 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "modified": "2023-12-21T04:54:12.353948+0000", 2023-12-21T04:54:17.543 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "services": {} 2023-12-21T04:54:17.543 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:17.543 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "progress_events": {} 2023-12-21T04:54:17.543 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:17.919 INFO:teuthology.orchestra.run.smithi064.stderr:mgr not available, waiting (1/10)... 2023-12-21T04:54:18.921 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi064 -v /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpajps_uft:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpb9_fvs78:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 status -f json-pretty 2023-12-21T04:54:19.338 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout 2023-12-21T04:54:19.338 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:19.338 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "fsid": "ec1bc4d2-9fbc-11ee-95a5-87774f69a715", 2023-12-21T04:54:19.338 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "health": { 2023-12-21T04:54:19.338 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-12-21T04:54:19.339 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "checks": {}, 2023-12-21T04:54:19.339 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "mutes": [] 2023-12-21T04:54:19.339 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:19.339 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "election_epoch": 5, 2023-12-21T04:54:19.339 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "quorum": [ 2023-12-21T04:54:19.339 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout 0 2023-12-21T04:54:19.339 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:19.339 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "quorum_names": [ 2023-12-21T04:54:19.339 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "smithi064" 2023-12-21T04:54:19.339 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:19.339 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "quorum_age": 3, 2023-12-21T04:54:19.339 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "monmap": { 2023-12-21T04:54:19.339 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-12-21T04:54:19.340 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min_mon_release_name": "octopus", 2023-12-21T04:54:19.340 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "num_mons": 1 2023-12-21T04:54:19.340 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:19.340 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "osdmap": { 2023-12-21T04:54:19.340 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-12-21T04:54:19.340 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "num_osds": 0, 2023-12-21T04:54:19.340 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-12-21T04:54:19.340 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-12-21T04:54:19.340 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-12-21T04:54:19.340 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-12-21T04:54:19.340 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-12-21T04:54:19.341 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:19.341 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "pgmap": { 2023-12-21T04:54:19.341 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-12-21T04:54:19.341 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "num_pgs": 0, 2023-12-21T04:54:19.341 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "num_pools": 0, 2023-12-21T04:54:19.341 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "num_objects": 0, 2023-12-21T04:54:19.341 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "data_bytes": 0, 2023-12-21T04:54:19.342 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "bytes_used": 0, 2023-12-21T04:54:19.342 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-12-21T04:54:19.342 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "bytes_total": 0 2023-12-21T04:54:19.342 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:19.342 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "fsmap": { 2023-12-21T04:54:19.342 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-12-21T04:54:19.342 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "by_rank": [], 2023-12-21T04:54:19.343 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "up:standby": 0 2023-12-21T04:54:19.343 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:19.343 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "mgrmap": { 2023-12-21T04:54:19.343 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "available": false, 2023-12-21T04:54:19.343 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "num_standbys": 0, 2023-12-21T04:54:19.343 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "modules": [ 2023-12-21T04:54:19.344 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "iostat", 2023-12-21T04:54:19.344 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "restful" 2023-12-21T04:54:19.344 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:19.344 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "services": {} 2023-12-21T04:54:19.344 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:19.344 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "servicemap": { 2023-12-21T04:54:19.344 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-12-21T04:54:19.345 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "modified": "2023-12-21T04:54:12.353948+0000", 2023-12-21T04:54:19.345 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "services": {} 2023-12-21T04:54:19.345 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:19.345 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "progress_events": {} 2023-12-21T04:54:19.345 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:19.685 INFO:teuthology.orchestra.run.smithi064.stderr:mgr not available, waiting (2/10)... 2023-12-21T04:54:20.686 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi064 -v /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpajps_uft:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpb9_fvs78:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 status -f json-pretty 2023-12-21T04:54:21.104 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout 2023-12-21T04:54:21.104 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:21.104 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "fsid": "ec1bc4d2-9fbc-11ee-95a5-87774f69a715", 2023-12-21T04:54:21.105 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "health": { 2023-12-21T04:54:21.105 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-12-21T04:54:21.105 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "checks": {}, 2023-12-21T04:54:21.105 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "mutes": [] 2023-12-21T04:54:21.105 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:21.105 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "election_epoch": 5, 2023-12-21T04:54:21.105 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "quorum": [ 2023-12-21T04:54:21.105 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout 0 2023-12-21T04:54:21.105 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:21.105 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "quorum_names": [ 2023-12-21T04:54:21.105 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "smithi064" 2023-12-21T04:54:21.105 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:21.105 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "quorum_age": 5, 2023-12-21T04:54:21.105 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "monmap": { 2023-12-21T04:54:21.106 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-12-21T04:54:21.106 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min_mon_release_name": "octopus", 2023-12-21T04:54:21.106 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "num_mons": 1 2023-12-21T04:54:21.106 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:21.106 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "osdmap": { 2023-12-21T04:54:21.106 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-12-21T04:54:21.106 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "num_osds": 0, 2023-12-21T04:54:21.106 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-12-21T04:54:21.106 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-12-21T04:54:21.106 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-12-21T04:54:21.109 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-12-21T04:54:21.109 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-12-21T04:54:21.112 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:21.112 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "pgmap": { 2023-12-21T04:54:21.112 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-12-21T04:54:21.113 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "num_pgs": 0, 2023-12-21T04:54:21.113 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "num_pools": 0, 2023-12-21T04:54:21.113 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "num_objects": 0, 2023-12-21T04:54:21.113 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "data_bytes": 0, 2023-12-21T04:54:21.113 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "bytes_used": 0, 2023-12-21T04:54:21.113 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-12-21T04:54:21.113 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "bytes_total": 0 2023-12-21T04:54:21.113 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:21.113 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "fsmap": { 2023-12-21T04:54:21.113 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-12-21T04:54:21.113 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "by_rank": [], 2023-12-21T04:54:21.113 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "up:standby": 0 2023-12-21T04:54:21.113 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:21.113 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "mgrmap": { 2023-12-21T04:54:21.114 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "available": false, 2023-12-21T04:54:21.114 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "num_standbys": 0, 2023-12-21T04:54:21.114 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "modules": [ 2023-12-21T04:54:21.114 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "iostat", 2023-12-21T04:54:21.114 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "restful" 2023-12-21T04:54:21.114 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:21.114 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "services": {} 2023-12-21T04:54:21.114 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:21.114 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "servicemap": { 2023-12-21T04:54:21.114 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-12-21T04:54:21.114 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "modified": "2023-12-21T04:54:12.353948+0000", 2023-12-21T04:54:21.114 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "services": {} 2023-12-21T04:54:21.114 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:21.114 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "progress_events": {} 2023-12-21T04:54:21.114 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:21.435 INFO:teuthology.orchestra.run.smithi064.stderr:mgr not available, waiting (3/10)... 2023-12-21T04:54:22.436 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi064 -v /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpajps_uft:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpb9_fvs78:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 status -f json-pretty 2023-12-21T04:54:22.990 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout 2023-12-21T04:54:22.990 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:22.990 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "fsid": "ec1bc4d2-9fbc-11ee-95a5-87774f69a715", 2023-12-21T04:54:22.990 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "health": { 2023-12-21T04:54:22.990 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-12-21T04:54:22.990 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "checks": {}, 2023-12-21T04:54:22.991 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "mutes": [] 2023-12-21T04:54:22.991 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:22.991 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "election_epoch": 5, 2023-12-21T04:54:22.991 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "quorum": [ 2023-12-21T04:54:22.991 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout 0 2023-12-21T04:54:22.991 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:22.991 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "quorum_names": [ 2023-12-21T04:54:22.991 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "smithi064" 2023-12-21T04:54:22.991 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:22.991 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "quorum_age": 7, 2023-12-21T04:54:22.991 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "monmap": { 2023-12-21T04:54:22.991 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-12-21T04:54:22.991 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min_mon_release_name": "octopus", 2023-12-21T04:54:22.991 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "num_mons": 1 2023-12-21T04:54:22.991 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:22.992 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "osdmap": { 2023-12-21T04:54:22.992 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-12-21T04:54:22.992 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "num_osds": 0, 2023-12-21T04:54:22.992 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-12-21T04:54:22.992 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-12-21T04:54:22.992 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-12-21T04:54:22.992 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-12-21T04:54:22.992 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-12-21T04:54:22.992 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:22.992 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "pgmap": { 2023-12-21T04:54:22.992 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-12-21T04:54:22.992 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "num_pgs": 0, 2023-12-21T04:54:22.992 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "num_pools": 0, 2023-12-21T04:54:22.992 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "num_objects": 0, 2023-12-21T04:54:22.992 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "data_bytes": 0, 2023-12-21T04:54:22.992 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "bytes_used": 0, 2023-12-21T04:54:22.993 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-12-21T04:54:22.993 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "bytes_total": 0 2023-12-21T04:54:22.993 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:22.993 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "fsmap": { 2023-12-21T04:54:22.993 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-12-21T04:54:22.993 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "by_rank": [], 2023-12-21T04:54:22.993 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "up:standby": 0 2023-12-21T04:54:22.993 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:22.993 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "mgrmap": { 2023-12-21T04:54:22.993 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "available": true, 2023-12-21T04:54:22.993 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "num_standbys": 0, 2023-12-21T04:54:22.993 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "modules": [ 2023-12-21T04:54:22.993 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "iostat", 2023-12-21T04:54:22.993 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "restful" 2023-12-21T04:54:22.994 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:22.994 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "services": {} 2023-12-21T04:54:22.994 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:22.994 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "servicemap": { 2023-12-21T04:54:22.994 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-12-21T04:54:22.994 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "modified": "2023-12-21T04:54:12.353948+0000", 2023-12-21T04:54:22.994 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "services": {} 2023-12-21T04:54:22.994 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:22.994 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "progress_events": {} 2023-12-21T04:54:22.994 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:23.334 INFO:teuthology.orchestra.run.smithi064.stderr:mgr is available 2023-12-21T04:54:23.335 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi064 -v /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpajps_uft:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpb9_fvs78:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 config-key set mgr/cephadm/ssh_user root 2023-12-21T04:54:23.904 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stderr set mgr/cephadm/ssh_user 2023-12-21T04:54:24.276 INFO:teuthology.orchestra.run.smithi064.stderr:Enabling cephadm module... 2023-12-21T04:54:24.276 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi064 -v /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpajps_uft:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpb9_fvs78:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 mgr module enable cephadm 2023-12-21T04:54:25.268 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi064 -v /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpajps_uft:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpb9_fvs78:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 mgr dump 2023-12-21T04:54:26.052 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:26.052 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "epoch": 5, 2023-12-21T04:54:26.052 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "active_gid": 14100, 2023-12-21T04:54:26.052 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "active_name": "smithi064.skpyci", 2023-12-21T04:54:26.053 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "active_addrs": { 2023-12-21T04:54:26.053 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "addrvec": [ 2023-12-21T04:54:26.053 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:26.053 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "v2", 2023-12-21T04:54:26.053 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.64:6800", 2023-12-21T04:54:26.053 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "nonce": 3635026347 2023-12-21T04:54:26.053 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.053 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:26.053 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "v1", 2023-12-21T04:54:26.053 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.64:6801", 2023-12-21T04:54:26.053 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "nonce": 3635026347 2023-12-21T04:54:26.053 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:26.054 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ] 2023-12-21T04:54:26.054 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.054 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "active_addr": "172.21.15.64:6801/3635026347", 2023-12-21T04:54:26.054 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "active_change": "2023-12-21T04:54:20.912858+0000", 2023-12-21T04:54:26.054 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "active_mgr_features": 4540138292840890367, 2023-12-21T04:54:26.054 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "available": true, 2023-12-21T04:54:26.054 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "standbys": [], 2023-12-21T04:54:26.054 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "modules": [ 2023-12-21T04:54:26.054 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "cephadm", 2023-12-21T04:54:26.054 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "iostat", 2023-12-21T04:54:26.054 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "restful" 2023-12-21T04:54:26.054 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:26.054 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "available_modules": [ 2023-12-21T04:54:26.054 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:26.054 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "alerts", 2023-12-21T04:54:26.055 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-21T04:54:26.055 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-21T04:54:26.055 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-21T04:54:26.055 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "interval": { 2023-12-21T04:54:26.055 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "interval", 2023-12-21T04:54:26.055 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-21T04:54:26.055 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.055 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.055 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "60", 2023-12-21T04:54:26.055 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.055 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.055 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.056 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "How frequently to reexamine health status", 2023-12-21T04:54:26.056 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.056 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.056 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.056 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.056 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-21T04:54:26.056 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-21T04:54:26.056 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.056 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.056 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.056 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.056 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.056 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.056 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:26.057 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:26.057 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:26.057 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:26.057 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:26.057 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:26.057 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:26.057 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:26.057 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.057 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.057 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.057 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.057 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.057 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-21T04:54:26.058 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-21T04:54:26.058 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.058 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.058 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.058 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.058 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.058 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.058 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.058 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.058 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.058 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.059 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.059 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.059 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-21T04:54:26.059 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-21T04:54:26.059 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.059 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.059 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.059 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-21T04:54:26.059 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.059 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.059 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:26.060 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:26.060 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:26.060 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:26.060 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:26.060 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:26.060 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:26.060 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:26.060 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.060 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.060 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.060 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.060 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.061 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-21T04:54:26.061 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-21T04:54:26.061 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.061 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.061 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.061 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.061 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.061 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.061 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.061 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.061 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.061 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.061 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.062 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.062 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "smtp_destination": { 2023-12-21T04:54:26.062 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "smtp_destination", 2023-12-21T04:54:26.062 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.062 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.062 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.062 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.062 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.062 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.062 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.062 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "Email address to send alerts to", 2023-12-21T04:54:26.062 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.062 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.063 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.063 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.063 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "smtp_from_name": { 2023-12-21T04:54:26.063 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "smtp_from_name", 2023-12-21T04:54:26.063 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.063 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.063 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.063 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "Ceph", 2023-12-21T04:54:26.063 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.063 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.063 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.063 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "Email From: name", 2023-12-21T04:54:26.063 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.064 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.064 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.064 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.064 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "smtp_host": { 2023-12-21T04:54:26.064 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "smtp_host", 2023-12-21T04:54:26.064 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.064 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.064 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.064 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.064 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.065 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.065 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.065 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "SMTP server", 2023-12-21T04:54:26.065 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.065 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.065 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.065 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.065 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "smtp_password": { 2023-12-21T04:54:26.065 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "smtp_password", 2023-12-21T04:54:26.065 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.065 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.065 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.066 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.066 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.066 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.066 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.066 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "Password to authenticate with", 2023-12-21T04:54:26.066 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.066 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.066 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.066 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.066 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "smtp_port": { 2023-12-21T04:54:26.066 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "smtp_port", 2023-12-21T04:54:26.066 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-21T04:54:26.066 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.067 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.067 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "465", 2023-12-21T04:54:26.067 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.067 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.067 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.067 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "SMTP port", 2023-12-21T04:54:26.067 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.067 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.067 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.067 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.067 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "smtp_sender": { 2023-12-21T04:54:26.068 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "smtp_sender", 2023-12-21T04:54:26.068 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.068 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.068 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.068 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.068 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.068 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.068 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.068 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "SMTP envelope sender", 2023-12-21T04:54:26.068 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.068 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.068 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.069 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.069 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "smtp_ssl": { 2023-12-21T04:54:26.069 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "smtp_ssl", 2023-12-21T04:54:26.069 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.069 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.069 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.069 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-21T04:54:26.069 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.069 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.069 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.069 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "Use SSL to connect to SMTP server", 2023-12-21T04:54:26.069 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.069 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.070 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.070 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.070 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "smtp_user": { 2023-12-21T04:54:26.070 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "smtp_user", 2023-12-21T04:54:26.070 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.070 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.070 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.070 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.070 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.070 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.070 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.071 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "User to authenticate as", 2023-12-21T04:54:26.071 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.071 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.071 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.071 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:26.071 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:26.071 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.071 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:26.071 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "balancer", 2023-12-21T04:54:26.071 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-21T04:54:26.071 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-21T04:54:26.071 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-21T04:54:26.071 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "active": { 2023-12-21T04:54:26.072 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "active", 2023-12-21T04:54:26.072 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.072 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.072 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.072 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.072 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.072 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.072 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.072 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "automatically balance PGs across cluster", 2023-12-21T04:54:26.072 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.072 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.072 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.072 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.072 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "begin_time": { 2023-12-21T04:54:26.073 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "begin_time", 2023-12-21T04:54:26.073 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.073 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.073 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.073 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "0000", 2023-12-21T04:54:26.073 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.073 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.073 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.073 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "beginning time of day to automatically balance", 2023-12-21T04:54:26.073 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "This is a time of day in the format HHMM.", 2023-12-21T04:54:26.073 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.074 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.074 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.074 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "begin_weekday": { 2023-12-21T04:54:26.074 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "begin_weekday", 2023-12-21T04:54:26.074 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "uint", 2023-12-21T04:54:26.074 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.074 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.074 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "0", 2023-12-21T04:54:26.074 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "0", 2023-12-21T04:54:26.074 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "7", 2023-12-21T04:54:26.074 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.074 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "Restrict automatic balancing to this day of the week or later", 2023-12-21T04:54:26.074 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2023-12-21T04:54:26.075 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.075 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.075 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.075 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "crush_compat_max_iterations": { 2023-12-21T04:54:26.075 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "crush_compat_max_iterations", 2023-12-21T04:54:26.075 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "uint", 2023-12-21T04:54:26.075 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.075 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.075 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "25", 2023-12-21T04:54:26.075 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "1", 2023-12-21T04:54:26.075 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "250", 2023-12-21T04:54:26.075 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.076 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "maximum number of iterations to attempt optimization", 2023-12-21T04:54:26.076 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.076 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.076 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.076 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.076 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "crush_compat_metrics": { 2023-12-21T04:54:26.076 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "crush_compat_metrics", 2023-12-21T04:54:26.076 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.076 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.076 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.076 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "pgs,objects,bytes", 2023-12-21T04:54:26.077 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.077 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.077 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.077 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "metrics with which to calculate OSD utilization", 2023-12-21T04:54:26.077 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.", 2023-12-21T04:54:26.077 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.077 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.077 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.077 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "crush_compat_step": { 2023-12-21T04:54:26.077 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "crush_compat_step", 2023-12-21T04:54:26.077 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "float", 2023-12-21T04:54:26.078 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.078 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.078 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "0.5", 2023-12-21T04:54:26.078 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "0.001", 2023-12-21T04:54:26.078 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "0.999", 2023-12-21T04:54:26.078 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.078 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "aggressiveness of optimization", 2023-12-21T04:54:26.078 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": ".99 is very aggressive, .01 is less aggressive", 2023-12-21T04:54:26.078 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.078 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.078 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.078 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "end_time": { 2023-12-21T04:54:26.078 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "end_time", 2023-12-21T04:54:26.078 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.079 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.079 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.079 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "2400", 2023-12-21T04:54:26.079 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.079 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.079 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.079 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "ending time of day to automatically balance", 2023-12-21T04:54:26.079 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "This is a time of day in the format HHMM.", 2023-12-21T04:54:26.079 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.079 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.079 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.079 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "end_weekday": { 2023-12-21T04:54:26.079 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "end_weekday", 2023-12-21T04:54:26.079 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "uint", 2023-12-21T04:54:26.079 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.079 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.080 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "7", 2023-12-21T04:54:26.080 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "0", 2023-12-21T04:54:26.080 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "7", 2023-12-21T04:54:26.080 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.080 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "Restrict automatic balancing to days of the week earlier than this", 2023-12-21T04:54:26.080 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2023-12-21T04:54:26.080 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.080 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.080 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.080 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-21T04:54:26.080 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-21T04:54:26.080 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.080 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.080 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.080 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.081 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.081 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.081 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:26.081 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:26.081 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:26.081 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:26.081 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:26.081 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:26.081 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:26.081 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:26.081 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.081 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.081 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.081 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.081 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.082 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-21T04:54:26.082 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-21T04:54:26.082 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.082 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.082 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.082 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.082 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.082 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.082 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.082 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.082 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.082 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.082 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.082 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.082 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-21T04:54:26.082 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-21T04:54:26.083 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.083 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.083 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.083 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-21T04:54:26.083 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.083 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.083 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:26.083 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:26.083 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:26.083 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:26.083 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:26.083 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:26.083 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:26.084 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:26.084 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.084 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.084 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.084 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.084 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.084 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-21T04:54:26.084 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-21T04:54:26.084 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.084 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.084 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.084 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.084 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.084 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.085 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.085 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.085 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.085 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.085 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.085 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.085 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min_score": { 2023-12-21T04:54:26.085 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "min_score", 2023-12-21T04:54:26.085 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "float", 2023-12-21T04:54:26.085 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.085 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.085 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "0", 2023-12-21T04:54:26.085 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.085 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.086 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.086 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "minimum score, below which no optimization is attempted", 2023-12-21T04:54:26.086 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.086 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.086 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.086 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.086 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "mode": { 2023-12-21T04:54:26.086 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "mode", 2023-12-21T04:54:26.086 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.086 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.086 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.086 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "none", 2023-12-21T04:54:26.086 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.086 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.086 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:26.086 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "crush-compat", 2023-12-21T04:54:26.087 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "none", 2023-12-21T04:54:26.087 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "upmap" 2023-12-21T04:54:26.087 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:26.087 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "Balancer mode", 2023-12-21T04:54:26.087 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.087 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.087 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.087 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.087 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "pool_ids": { 2023-12-21T04:54:26.087 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "pool_ids", 2023-12-21T04:54:26.087 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.087 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.087 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.087 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.087 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.088 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.088 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.088 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "pools which the automatic balancing will be limited to", 2023-12-21T04:54:26.088 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.088 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.088 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.088 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.088 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2023-12-21T04:54:26.088 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2023-12-21T04:54:26.088 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-21T04:54:26.088 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.088 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.088 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "60", 2023-12-21T04:54:26.088 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.089 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.089 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.089 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "how frequently to wake up and attempt optimization", 2023-12-21T04:54:26.089 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.089 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.089 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.089 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.089 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "upmap_max_deviation": { 2023-12-21T04:54:26.089 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "upmap_max_deviation", 2023-12-21T04:54:26.089 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-21T04:54:26.089 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.089 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.089 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "5", 2023-12-21T04:54:26.089 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "1", 2023-12-21T04:54:26.090 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.090 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.090 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "deviation below which no optimization is attempted", 2023-12-21T04:54:26.090 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "If the number of PGs are within this count then no optimization is attempted", 2023-12-21T04:54:26.090 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.090 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.090 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.090 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "upmap_max_optimizations": { 2023-12-21T04:54:26.090 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "upmap_max_optimizations", 2023-12-21T04:54:26.090 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "uint", 2023-12-21T04:54:26.090 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.090 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.090 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "10", 2023-12-21T04:54:26.090 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.090 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.091 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.091 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "maximum upmap optimizations to make per attempt", 2023-12-21T04:54:26.091 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.091 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.091 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.091 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:26.091 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:26.091 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.091 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:26.091 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "cephadm", 2023-12-21T04:54:26.091 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-21T04:54:26.091 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-21T04:54:26.091 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-21T04:54:26.091 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "allow_ptrace": { 2023-12-21T04:54:26.091 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "allow_ptrace", 2023-12-21T04:54:26.092 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.092 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.092 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.092 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.092 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.092 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.092 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.092 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "allow SYS_PTRACE capability on ceph containers", 2023-12-21T04:54:26.092 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "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.", 2023-12-21T04:54:26.092 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.092 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.092 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.092 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "config_dashboard": { 2023-12-21T04:54:26.092 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "config_dashboard", 2023-12-21T04:54:26.092 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.092 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.093 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.093 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-21T04:54:26.093 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.093 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.093 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.093 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "manage configs like API endpoints in Dashboard.", 2023-12-21T04:54:26.093 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.093 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.093 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.093 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.093 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "container_image_alertmanager": { 2023-12-21T04:54:26.093 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "container_image_alertmanager", 2023-12-21T04:54:26.093 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.093 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.094 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.094 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/alertmanager:v0.20.0", 2023-12-21T04:54:26.094 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.094 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.094 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.094 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2023-12-21T04:54:26.094 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.094 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.094 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.094 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.094 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "container_image_base": { 2023-12-21T04:54:26.094 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "container_image_base", 2023-12-21T04:54:26.094 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.095 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.095 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.095 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/ceph/ceph", 2023-12-21T04:54:26.095 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.095 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.095 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.095 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "Container image name, without the tag", 2023-12-21T04:54:26.095 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.095 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.095 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.095 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.095 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "container_image_grafana": { 2023-12-21T04:54:26.095 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "container_image_grafana", 2023-12-21T04:54:26.095 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.096 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.096 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.096 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/ceph/ceph-grafana:6.7.4", 2023-12-21T04:54:26.096 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.096 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.096 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.096 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2023-12-21T04:54:26.096 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.096 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.096 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.096 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.096 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "container_image_node_exporter": { 2023-12-21T04:54:26.096 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "container_image_node_exporter", 2023-12-21T04:54:26.096 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.096 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.097 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.097 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/node-exporter:v0.18.1", 2023-12-21T04:54:26.097 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.097 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.097 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.097 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2023-12-21T04:54:26.097 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.097 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.097 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.097 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.097 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "container_image_prometheus": { 2023-12-21T04:54:26.097 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "container_image_prometheus", 2023-12-21T04:54:26.097 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.097 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.098 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.098 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/prometheus:v2.18.1", 2023-12-21T04:54:26.098 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.098 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.098 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.098 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2023-12-21T04:54:26.098 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.098 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.098 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.098 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.098 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "container_init": { 2023-12-21T04:54:26.098 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "container_init", 2023-12-21T04:54:26.098 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.098 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.099 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.099 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.099 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.099 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.099 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.099 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "Run podman/docker with `--init`", 2023-12-21T04:54:26.099 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.099 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.099 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.099 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.099 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "daemon_cache_timeout": { 2023-12-21T04:54:26.099 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "daemon_cache_timeout", 2023-12-21T04:54:26.099 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-21T04:54:26.099 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.099 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.099 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "600", 2023-12-21T04:54:26.100 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.100 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.100 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.100 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache service (daemon) inventory", 2023-12-21T04:54:26.100 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.100 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.100 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.100 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.100 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "device_cache_timeout": { 2023-12-21T04:54:26.100 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "device_cache_timeout", 2023-12-21T04:54:26.100 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-21T04:54:26.100 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.100 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.100 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "1800", 2023-12-21T04:54:26.101 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.101 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.101 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.101 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache device inventory", 2023-12-21T04:54:26.101 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.101 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.101 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.101 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.101 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "facts_cache_timeout": { 2023-12-21T04:54:26.101 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "facts_cache_timeout", 2023-12-21T04:54:26.101 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-21T04:54:26.101 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.102 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.102 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "60", 2023-12-21T04:54:26.102 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.102 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.102 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.102 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache host facts data", 2023-12-21T04:54:26.102 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.102 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.102 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.102 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.102 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "host_check_interval": { 2023-12-21T04:54:26.102 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "host_check_interval", 2023-12-21T04:54:26.102 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-21T04:54:26.102 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.102 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.103 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "600", 2023-12-21T04:54:26.103 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.103 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.103 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.103 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "how frequently to perform a host check", 2023-12-21T04:54:26.103 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.103 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.103 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.103 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.103 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-21T04:54:26.103 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-21T04:54:26.103 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.103 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.103 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.103 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.104 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.104 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.104 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:26.104 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:26.104 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:26.104 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:26.104 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:26.104 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:26.104 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:26.104 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:26.104 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.104 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.104 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.104 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.104 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.105 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-21T04:54:26.105 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-21T04:54:26.105 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.105 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.105 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.105 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-21T04:54:26.105 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.105 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.105 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.105 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "log to the \"cephadm\" cluster log channel\"", 2023-12-21T04:54:26.105 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.105 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.105 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.105 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.105 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-21T04:54:26.106 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-21T04:54:26.106 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.106 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.106 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.106 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-21T04:54:26.106 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.106 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.106 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:26.106 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:26.106 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:26.106 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:26.106 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:26.106 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:26.106 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:26.106 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:26.107 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.107 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.107 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.107 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.107 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.107 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-21T04:54:26.107 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-21T04:54:26.107 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.107 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.107 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.107 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.107 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.107 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.107 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.108 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.108 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.108 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.108 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.108 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.108 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "manage_etc_ceph_ceph_conf": { 2023-12-21T04:54:26.108 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "manage_etc_ceph_ceph_conf", 2023-12-21T04:54:26.108 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.108 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.108 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.108 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.108 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.108 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.108 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.109 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "Manage and own /etc/ceph/ceph.conf on the hosts.", 2023-12-21T04:54:26.109 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.109 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.109 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.109 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.109 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "migration_current": { 2023-12-21T04:54:26.109 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "migration_current", 2023-12-21T04:54:26.109 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-21T04:54:26.109 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.109 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.109 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-12-21T04:54:26.109 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.109 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.109 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.109 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "internal - do not modify", 2023-12-21T04:54:26.110 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.110 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.110 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.110 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.110 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "mode": { 2023-12-21T04:54:26.110 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "mode", 2023-12-21T04:54:26.110 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.110 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.110 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.110 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "root", 2023-12-21T04:54:26.110 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.110 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.110 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:26.110 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "cephadm-package", 2023-12-21T04:54:26.110 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "root" 2023-12-21T04:54:26.110 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:26.111 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "mode for remote execution of cephadm", 2023-12-21T04:54:26.111 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.111 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.111 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.111 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.111 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "prometheus_alerts_path": { 2023-12-21T04:54:26.111 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "prometheus_alerts_path", 2023-12-21T04:54:26.111 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.111 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.111 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.111 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "/etc/prometheus/ceph/ceph_default_alerts.yml", 2023-12-21T04:54:26.111 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.111 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.111 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.112 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "location of alerts to include in prometheus deployments", 2023-12-21T04:54:26.112 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.112 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.112 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.112 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.112 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "registry_password": { 2023-12-21T04:54:26.112 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "registry_password", 2023-12-21T04:54:26.112 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.112 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.112 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.112 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-12-21T04:54:26.112 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.112 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.112 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.113 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "Custom repository password", 2023-12-21T04:54:26.113 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.113 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.113 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.113 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.113 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "registry_url": { 2023-12-21T04:54:26.113 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "registry_url", 2023-12-21T04:54:26.113 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.113 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.113 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.113 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-12-21T04:54:26.113 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.113 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.114 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.114 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "Custom repository url", 2023-12-21T04:54:26.114 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.114 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.114 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.114 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.114 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "registry_username": { 2023-12-21T04:54:26.114 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "registry_username", 2023-12-21T04:54:26.114 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.114 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.114 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.114 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-12-21T04:54:26.114 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.114 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.114 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.114 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "Custom repository username", 2023-12-21T04:54:26.114 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.115 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.115 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.115 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.115 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "ssh_config_file": { 2023-12-21T04:54:26.115 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "ssh_config_file", 2023-12-21T04:54:26.115 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.115 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.115 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.115 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-12-21T04:54:26.115 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.115 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.115 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.115 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "customized SSH config file to connect to managed hosts", 2023-12-21T04:54:26.115 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.115 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.115 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.116 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.116 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "use_repo_digest": { 2023-12-21T04:54:26.116 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "use_repo_digest", 2023-12-21T04:54:26.116 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.116 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.116 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.116 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.116 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.116 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.116 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.116 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "Automatically convert image tags to image digest. Make sure all daemons use the same image", 2023-12-21T04:54:26.116 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.116 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.116 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.117 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.117 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warn_on_failed_host_check": { 2023-12-21T04:54:26.117 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "warn_on_failed_host_check", 2023-12-21T04:54:26.117 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.117 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.117 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.117 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-21T04:54:26.117 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.117 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.117 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.117 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if the host check fails", 2023-12-21T04:54:26.117 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.117 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.117 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.117 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.118 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warn_on_stray_daemons": { 2023-12-21T04:54:26.118 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "warn_on_stray_daemons", 2023-12-21T04:54:26.118 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.118 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.118 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.118 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-21T04:54:26.118 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.118 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.118 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.118 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if daemons are detected that are not managed by cephadm", 2023-12-21T04:54:26.118 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.118 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.118 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.118 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.118 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warn_on_stray_hosts": { 2023-12-21T04:54:26.119 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "warn_on_stray_hosts", 2023-12-21T04:54:26.119 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.119 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.119 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.119 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-21T04:54:26.119 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.119 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.119 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.119 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if daemons are detected on a host that is not managed by cephadm", 2023-12-21T04:54:26.119 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.119 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.119 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.119 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:26.119 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:26.120 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.120 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:26.120 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "crash", 2023-12-21T04:54:26.120 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-21T04:54:26.120 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-21T04:54:26.120 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-21T04:54:26.120 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-21T04:54:26.120 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-21T04:54:26.120 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.120 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.120 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.120 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.120 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.120 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.120 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:26.120 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:26.121 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:26.121 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:26.121 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:26.121 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:26.121 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:26.121 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:26.121 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.121 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.121 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.121 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.121 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.121 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-21T04:54:26.121 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-21T04:54:26.121 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.122 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.122 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.122 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.122 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.122 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.122 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.122 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.122 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.122 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.122 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.122 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.122 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-21T04:54:26.122 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-21T04:54:26.122 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.122 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.123 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.123 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-21T04:54:26.123 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.123 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.123 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:26.123 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:26.123 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:26.123 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:26.123 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:26.123 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:26.123 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:26.123 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:26.123 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.123 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.123 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.124 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.124 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.124 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-21T04:54:26.124 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-21T04:54:26.124 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.124 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.124 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.124 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.124 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.124 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.124 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.124 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.124 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.125 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.125 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.125 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.125 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "retain_interval": { 2023-12-21T04:54:26.125 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "retain_interval", 2023-12-21T04:54:26.125 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-21T04:54:26.125 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.125 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.125 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "31536000", 2023-12-21T04:54:26.125 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.125 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.125 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.125 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "how long to retain crashes before pruning them", 2023-12-21T04:54:26.125 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.126 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.126 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.126 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.126 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warn_recent_interval": { 2023-12-21T04:54:26.126 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "warn_recent_interval", 2023-12-21T04:54:26.126 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-21T04:54:26.126 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.126 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.126 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "1209600", 2023-12-21T04:54:26.126 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.126 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.126 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.126 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "time interval in which to warn about recent crashes", 2023-12-21T04:54:26.126 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.126 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.126 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.127 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:26.127 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:26.127 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.127 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:26.127 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "dashboard", 2023-12-21T04:54:26.127 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-21T04:54:26.127 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-21T04:54:26.127 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-21T04:54:26.127 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "ACCOUNT_LOCKOUT_ATTEMPTS": { 2023-12-21T04:54:26.127 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "ACCOUNT_LOCKOUT_ATTEMPTS", 2023-12-21T04:54:26.127 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-21T04:54:26.127 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.128 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.128 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "10", 2023-12-21T04:54:26.128 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.128 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.128 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.128 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.128 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.128 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.128 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.128 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.128 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "ALERTMANAGER_API_HOST": { 2023-12-21T04:54:26.128 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "ALERTMANAGER_API_HOST", 2023-12-21T04:54:26.128 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.128 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.128 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.129 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.129 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.129 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.129 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.129 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.129 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.129 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.129 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.129 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.129 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "ALERTMANAGER_API_SSL_VERIFY": { 2023-12-21T04:54:26.129 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "ALERTMANAGER_API_SSL_VERIFY", 2023-12-21T04:54:26.129 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.130 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.130 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.130 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-21T04:54:26.130 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.130 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.130 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.130 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.130 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.130 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.130 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.130 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.130 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "AUDIT_API_ENABLED": { 2023-12-21T04:54:26.130 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "AUDIT_API_ENABLED", 2023-12-21T04:54:26.130 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.130 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.131 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.131 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.131 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.131 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.131 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.131 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.131 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.131 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.131 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.131 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.131 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "AUDIT_API_LOG_PAYLOAD": { 2023-12-21T04:54:26.131 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "AUDIT_API_LOG_PAYLOAD", 2023-12-21T04:54:26.131 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.131 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.131 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.132 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-21T04:54:26.132 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.132 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.132 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.132 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.132 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.132 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.132 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.132 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.132 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "ENABLE_BROWSABLE_API": { 2023-12-21T04:54:26.132 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "ENABLE_BROWSABLE_API", 2023-12-21T04:54:26.132 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.132 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.132 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.132 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-21T04:54:26.133 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.133 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.133 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.133 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.133 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.133 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.133 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.133 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.133 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_cephfs": { 2023-12-21T04:54:26.133 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_cephfs", 2023-12-21T04:54:26.133 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.133 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.133 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.133 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-21T04:54:26.134 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.134 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.134 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.134 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.134 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.134 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.134 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.134 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.134 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_iscsi": { 2023-12-21T04:54:26.134 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_iscsi", 2023-12-21T04:54:26.134 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.134 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.134 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.134 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-21T04:54:26.134 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.135 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.135 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.135 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.135 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.135 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.135 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.135 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.135 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_mirroring": { 2023-12-21T04:54:26.135 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_mirroring", 2023-12-21T04:54:26.135 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.135 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.135 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.135 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-21T04:54:26.135 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.135 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.135 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.136 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.136 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.136 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.136 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.136 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.136 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_nfs": { 2023-12-21T04:54:26.136 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_nfs", 2023-12-21T04:54:26.136 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.136 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.136 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.136 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-21T04:54:26.136 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.136 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.136 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.136 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.137 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.137 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.137 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.137 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.137 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_rbd": { 2023-12-21T04:54:26.137 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_rbd", 2023-12-21T04:54:26.137 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.137 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.137 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.137 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-21T04:54:26.137 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.137 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.137 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.138 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.138 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.138 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.138 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.138 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.138 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_rgw": { 2023-12-21T04:54:26.138 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_rgw", 2023-12-21T04:54:26.138 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.138 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.138 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.138 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-21T04:54:26.138 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.138 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.138 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.138 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.139 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.139 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.139 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.139 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.139 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE": { 2023-12-21T04:54:26.139 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE", 2023-12-21T04:54:26.139 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.139 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.139 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.139 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.139 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.139 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.139 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.140 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.140 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.140 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.140 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.140 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.140 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "GRAFANA_API_PASSWORD": { 2023-12-21T04:54:26.140 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_PASSWORD", 2023-12-21T04:54:26.140 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.140 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.140 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.140 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2023-12-21T04:54:26.140 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.140 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.140 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.140 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.141 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.141 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.141 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.141 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.141 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "GRAFANA_API_SSL_VERIFY": { 2023-12-21T04:54:26.141 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_SSL_VERIFY", 2023-12-21T04:54:26.141 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.141 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.141 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.141 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-21T04:54:26.141 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.141 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.141 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.141 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.141 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.142 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.142 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.142 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.142 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "GRAFANA_API_URL": { 2023-12-21T04:54:26.142 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_URL", 2023-12-21T04:54:26.142 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.142 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.142 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.142 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.142 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.142 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.142 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.142 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.143 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.143 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.143 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.143 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.143 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "GRAFANA_API_USERNAME": { 2023-12-21T04:54:26.143 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_USERNAME", 2023-12-21T04:54:26.143 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.143 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.143 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.143 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2023-12-21T04:54:26.143 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.143 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.143 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.143 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.143 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.144 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.144 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.144 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.144 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "GRAFANA_FRONTEND_API_URL": { 2023-12-21T04:54:26.144 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_FRONTEND_API_URL", 2023-12-21T04:54:26.144 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.144 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.144 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.144 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.144 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.144 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.144 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.144 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.144 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.144 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.144 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.145 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.145 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "GRAFANA_UPDATE_DASHBOARDS": { 2023-12-21T04:54:26.145 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_UPDATE_DASHBOARDS", 2023-12-21T04:54:26.145 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.145 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.145 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.145 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.145 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.145 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.145 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.145 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.145 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.145 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.145 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.145 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.146 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "ISCSI_API_SSL_VERIFICATION": { 2023-12-21T04:54:26.146 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "ISCSI_API_SSL_VERIFICATION", 2023-12-21T04:54:26.146 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.146 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.146 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.146 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-21T04:54:26.146 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.146 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.146 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.146 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.146 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.146 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.146 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.146 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.146 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "PROMETHEUS_API_HOST": { 2023-12-21T04:54:26.147 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "PROMETHEUS_API_HOST", 2023-12-21T04:54:26.147 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.147 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.147 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.147 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.147 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.147 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.147 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.147 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.147 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.147 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.147 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.147 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.147 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "PROMETHEUS_API_SSL_VERIFY": { 2023-12-21T04:54:26.147 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "PROMETHEUS_API_SSL_VERIFY", 2023-12-21T04:54:26.148 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.148 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.148 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.148 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-21T04:54:26.148 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.148 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.148 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.148 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.148 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.148 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.148 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.148 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.149 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_COMPLEXITY_ENABLED": { 2023-12-21T04:54:26.149 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_COMPLEXITY_ENABLED", 2023-12-21T04:54:26.149 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.149 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.149 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.149 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.149 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.149 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.149 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.149 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.149 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.149 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.149 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.149 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.150 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED": { 2023-12-21T04:54:26.150 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED", 2023-12-21T04:54:26.150 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.150 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.150 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.150 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.150 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.150 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.150 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.150 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.150 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.150 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.150 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.150 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.151 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_LENGTH_ENABLED": { 2023-12-21T04:54:26.151 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_LENGTH_ENABLED", 2023-12-21T04:54:26.151 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.151 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.151 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.151 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-21T04:54:26.151 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.151 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.151 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.151 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.151 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.151 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.151 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.151 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.151 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_OLDPWD_ENABLED": { 2023-12-21T04:54:26.152 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_OLDPWD_ENABLED", 2023-12-21T04:54:26.152 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.152 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.152 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.152 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-21T04:54:26.152 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.152 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.152 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.152 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.152 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.152 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.152 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.152 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.152 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED": { 2023-12-21T04:54:26.152 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED", 2023-12-21T04:54:26.153 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.153 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.153 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.153 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.153 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.153 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.153 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.153 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.153 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.153 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.153 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.153 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.153 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED": { 2023-12-21T04:54:26.154 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED", 2023-12-21T04:54:26.154 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.154 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.154 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.154 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.154 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.154 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.154 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.154 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.154 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.154 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.154 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.154 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.154 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_USERNAME_ENABLED": { 2023-12-21T04:54:26.154 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_USERNAME_ENABLED", 2023-12-21T04:54:26.155 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.155 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.155 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.155 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.155 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.155 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.155 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.155 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.155 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.155 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.155 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.155 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.155 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "PWD_POLICY_ENABLED": { 2023-12-21T04:54:26.155 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_ENABLED", 2023-12-21T04:54:26.155 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.156 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.156 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.156 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-21T04:54:26.156 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.156 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.156 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.156 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.156 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.156 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.156 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.156 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.156 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "PWD_POLICY_EXCLUSION_LIST": { 2023-12-21T04:54:26.156 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_EXCLUSION_LIST", 2023-12-21T04:54:26.156 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.157 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.157 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.157 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps", 2023-12-21T04:54:26.157 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.157 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.157 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.157 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.157 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.157 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.157 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.157 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.157 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "PWD_POLICY_MIN_COMPLEXITY": { 2023-12-21T04:54:26.157 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_MIN_COMPLEXITY", 2023-12-21T04:54:26.157 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-21T04:54:26.157 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.158 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.158 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "10", 2023-12-21T04:54:26.158 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.158 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.158 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.158 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.158 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.158 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.158 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.158 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.158 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "PWD_POLICY_MIN_LENGTH": { 2023-12-21T04:54:26.158 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_MIN_LENGTH", 2023-12-21T04:54:26.158 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-21T04:54:26.158 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.158 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.159 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "8", 2023-12-21T04:54:26.159 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.159 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.159 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.159 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.159 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.159 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.159 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.159 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.159 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "REST_REQUESTS_TIMEOUT": { 2023-12-21T04:54:26.159 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "REST_REQUESTS_TIMEOUT", 2023-12-21T04:54:26.159 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-21T04:54:26.159 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.159 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.160 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "45", 2023-12-21T04:54:26.160 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.160 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.160 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.160 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.160 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.160 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.160 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.160 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.160 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "RGW_API_ACCESS_KEY": { 2023-12-21T04:54:26.160 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "RGW_API_ACCESS_KEY", 2023-12-21T04:54:26.160 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.160 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.160 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.161 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.161 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.161 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.161 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.161 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.161 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.161 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.161 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.161 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.161 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "RGW_API_ADMIN_RESOURCE": { 2023-12-21T04:54:26.161 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "RGW_API_ADMIN_RESOURCE", 2023-12-21T04:54:26.161 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.161 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.162 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.162 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2023-12-21T04:54:26.162 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.162 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.162 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.162 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.162 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.162 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.162 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.162 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.162 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "RGW_API_HOST": { 2023-12-21T04:54:26.162 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "RGW_API_HOST", 2023-12-21T04:54:26.162 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.162 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.163 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.163 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.163 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.163 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.163 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.163 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.163 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.163 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.163 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.163 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.163 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "RGW_API_PORT": { 2023-12-21T04:54:26.163 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "RGW_API_PORT", 2023-12-21T04:54:26.163 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-21T04:54:26.163 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.163 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.164 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "80", 2023-12-21T04:54:26.164 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.164 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.164 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.164 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.164 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.164 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.164 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.164 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.164 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "RGW_API_SCHEME": { 2023-12-21T04:54:26.164 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SCHEME", 2023-12-21T04:54:26.164 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.164 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.164 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.164 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "http", 2023-12-21T04:54:26.164 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.165 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.165 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.165 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.165 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.165 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.165 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.165 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.165 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "RGW_API_SECRET_KEY": { 2023-12-21T04:54:26.165 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SECRET_KEY", 2023-12-21T04:54:26.165 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.165 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.165 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.165 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.166 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.166 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.166 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.166 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.166 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.166 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.166 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.166 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.166 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "RGW_API_SSL_VERIFY": { 2023-12-21T04:54:26.166 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SSL_VERIFY", 2023-12-21T04:54:26.166 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.166 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.166 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.166 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-21T04:54:26.167 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.167 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.167 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.167 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.167 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.167 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.167 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.167 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.167 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "RGW_API_USER_ID": { 2023-12-21T04:54:26.167 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "RGW_API_USER_ID", 2023-12-21T04:54:26.167 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.167 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.167 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.167 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.167 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.168 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.168 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.168 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.168 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.168 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.168 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.168 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.168 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_SPAN": { 2023-12-21T04:54:26.168 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_SPAN", 2023-12-21T04:54:26.168 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-21T04:54:26.168 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.168 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.168 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "0", 2023-12-21T04:54:26.168 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.169 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.169 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.169 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.169 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.169 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.169 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.169 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.169 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_WARNING_1": { 2023-12-21T04:54:26.169 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_WARNING_1", 2023-12-21T04:54:26.169 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-21T04:54:26.169 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.169 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.169 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "10", 2023-12-21T04:54:26.169 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.170 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.170 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.170 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.170 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.170 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.170 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.170 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.170 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_WARNING_2": { 2023-12-21T04:54:26.170 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_WARNING_2", 2023-12-21T04:54:26.170 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-21T04:54:26.170 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.170 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.170 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "5", 2023-12-21T04:54:26.170 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.170 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.171 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.171 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.171 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.171 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.171 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.171 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.171 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "crt_file": { 2023-12-21T04:54:26.171 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "crt_file", 2023-12-21T04:54:26.171 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.171 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.171 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.171 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.171 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.171 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.171 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.172 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.172 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.172 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.172 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.172 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.172 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug": { 2023-12-21T04:54:26.172 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "debug", 2023-12-21T04:54:26.172 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.172 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.172 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.172 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.172 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.172 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.172 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.172 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "Enable/disable debug options", 2023-12-21T04:54:26.172 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.173 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.173 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.173 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.173 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "jwt_token_ttl": { 2023-12-21T04:54:26.173 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "jwt_token_ttl", 2023-12-21T04:54:26.173 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-21T04:54:26.173 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.173 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.173 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "28800", 2023-12-21T04:54:26.173 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.173 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.173 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.173 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.173 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.173 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.174 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.174 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.174 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "key_file": { 2023-12-21T04:54:26.174 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "key_file", 2023-12-21T04:54:26.174 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.174 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.174 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.174 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.174 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.174 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.174 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.174 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.174 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.174 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.175 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.175 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.175 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-21T04:54:26.175 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-21T04:54:26.175 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.175 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.175 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.175 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.175 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.175 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.175 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:26.175 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:26.175 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:26.175 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:26.175 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:26.175 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:26.176 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:26.176 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:26.176 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.176 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.176 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.176 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.176 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.176 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-21T04:54:26.176 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-21T04:54:26.176 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.176 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.176 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.176 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.176 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.176 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.176 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.176 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.177 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.177 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.177 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.177 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.177 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-21T04:54:26.177 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-21T04:54:26.177 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.177 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.177 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.177 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-21T04:54:26.177 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.177 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.177 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:26.177 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:26.177 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:26.178 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:26.178 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:26.178 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:26.178 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:26.178 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:26.178 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.178 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.178 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.178 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.178 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.178 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-21T04:54:26.178 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-21T04:54:26.178 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.178 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.178 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.179 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.179 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.179 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.179 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.179 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.179 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.179 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.179 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.179 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.179 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "server_addr": { 2023-12-21T04:54:26.179 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2023-12-21T04:54:26.179 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.179 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.179 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.179 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "::", 2023-12-21T04:54:26.179 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.180 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.180 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.180 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.180 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.180 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.180 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.180 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.180 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "server_port": { 2023-12-21T04:54:26.180 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "server_port", 2023-12-21T04:54:26.180 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-21T04:54:26.180 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.180 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.180 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "8080", 2023-12-21T04:54:26.180 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.180 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.181 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.181 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.181 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.181 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.181 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.181 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.181 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "ssl": { 2023-12-21T04:54:26.181 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "ssl", 2023-12-21T04:54:26.181 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.181 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.181 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.181 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-21T04:54:26.181 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.181 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.182 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.182 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.182 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.182 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.182 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.182 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.182 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "ssl_server_port": { 2023-12-21T04:54:26.182 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "ssl_server_port", 2023-12-21T04:54:26.182 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-21T04:54:26.182 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.182 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.182 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "8443", 2023-12-21T04:54:26.182 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.182 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.183 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.183 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.183 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.183 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.183 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.183 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.183 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "standby_behaviour": { 2023-12-21T04:54:26.183 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "standby_behaviour", 2023-12-21T04:54:26.183 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.183 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.183 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.183 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "redirect", 2023-12-21T04:54:26.183 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.183 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.183 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:26.184 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:26.184 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "redirect" 2023-12-21T04:54:26.184 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:26.184 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.184 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.184 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.184 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.184 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.184 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "standby_error_status_code": { 2023-12-21T04:54:26.184 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "standby_error_status_code", 2023-12-21T04:54:26.184 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-21T04:54:26.184 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.184 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.184 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "500", 2023-12-21T04:54:26.185 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "400", 2023-12-21T04:54:26.185 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "599", 2023-12-21T04:54:26.185 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.185 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.185 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.185 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.185 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.185 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.185 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "url_prefix": { 2023-12-21T04:54:26.185 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "url_prefix", 2023-12-21T04:54:26.185 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.185 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.185 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.185 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.185 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.186 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.186 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.186 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.186 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.186 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.186 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.186 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:26.186 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:26.186 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.186 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:26.186 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "devicehealth", 2023-12-21T04:54:26.186 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-21T04:54:26.186 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-21T04:54:26.186 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-21T04:54:26.186 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enable_monitoring": { 2023-12-21T04:54:26.187 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "enable_monitoring", 2023-12-21T04:54:26.187 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.187 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.187 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.187 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-21T04:54:26.187 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.187 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.187 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.187 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "monitor device health metrics", 2023-12-21T04:54:26.187 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.187 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.187 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.187 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.187 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-21T04:54:26.188 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-21T04:54:26.188 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.188 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.188 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.188 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.188 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.188 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.188 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:26.188 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:26.188 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:26.188 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:26.188 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:26.188 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:26.188 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:26.189 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:26.189 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.189 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.189 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.189 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.189 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.189 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-21T04:54:26.189 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-21T04:54:26.189 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.189 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.189 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.189 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.189 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.190 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.190 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.190 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.190 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.190 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.190 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.190 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.190 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-21T04:54:26.190 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-21T04:54:26.190 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.190 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.190 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.190 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-21T04:54:26.190 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.191 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.191 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:26.191 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:26.191 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:26.191 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:26.191 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:26.191 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:26.191 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:26.191 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:26.191 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.191 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.191 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.191 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.191 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.192 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-21T04:54:26.192 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-21T04:54:26.192 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.192 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.192 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.192 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.192 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.192 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.192 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.192 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.192 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.192 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.192 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.192 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.192 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "mark_out_threshold": { 2023-12-21T04:54:26.192 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "mark_out_threshold", 2023-12-21T04:54:26.193 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-21T04:54:26.193 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.193 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.193 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "2419200", 2023-12-21T04:54:26.193 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.193 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.193 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.193 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "automatically mark OSD if it may fail before this long", 2023-12-21T04:54:26.193 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.193 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.193 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.193 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.193 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "pool_name": { 2023-12-21T04:54:26.193 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "pool_name", 2023-12-21T04:54:26.194 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.194 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.194 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.194 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "device_health_metrics", 2023-12-21T04:54:26.194 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.194 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.194 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.194 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "name of pool in which to store device health metrics", 2023-12-21T04:54:26.194 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.194 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.194 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.194 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.194 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "retention_period": { 2023-12-21T04:54:26.194 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "retention_period", 2023-12-21T04:54:26.194 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-21T04:54:26.195 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.195 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.195 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "15552000", 2023-12-21T04:54:26.195 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.195 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.195 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.195 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "how long to retain device health metrics", 2023-12-21T04:54:26.195 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.195 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.195 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.195 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.195 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "scrape_frequency": { 2023-12-21T04:54:26.195 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "scrape_frequency", 2023-12-21T04:54:26.195 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-21T04:54:26.195 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.196 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.196 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "86400", 2023-12-21T04:54:26.196 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.196 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.196 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.196 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "how frequently to scrape device health metrics", 2023-12-21T04:54:26.196 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.196 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.196 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.196 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.196 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "self_heal": { 2023-12-21T04:54:26.196 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "self_heal", 2023-12-21T04:54:26.196 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.196 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.196 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.196 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-21T04:54:26.197 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.197 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.197 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.197 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "preemptively heal cluster around devices that may fail", 2023-12-21T04:54:26.197 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.197 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.197 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.197 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.197 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2023-12-21T04:54:26.197 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2023-12-21T04:54:26.197 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-21T04:54:26.197 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.197 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.197 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "600", 2023-12-21T04:54:26.198 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.198 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.198 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.198 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "how frequently to wake up and check device health", 2023-12-21T04:54:26.198 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.198 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.198 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.198 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.198 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warn_threshold": { 2023-12-21T04:54:26.198 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "warn_threshold", 2023-12-21T04:54:26.198 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-21T04:54:26.198 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.198 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.198 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "7257600", 2023-12-21T04:54:26.198 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.199 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.199 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.199 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "raise health warning if OSD may fail before this long", 2023-12-21T04:54:26.199 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.199 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.199 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.199 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:26.199 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:26.199 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.199 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:26.199 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "diskprediction_local", 2023-12-21T04:54:26.199 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-21T04:54:26.199 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-21T04:54:26.199 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-21T04:54:26.199 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-21T04:54:26.200 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-21T04:54:26.200 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.200 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.200 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.200 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.200 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.200 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.200 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:26.200 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:26.200 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:26.200 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:26.200 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:26.200 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:26.200 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:26.201 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:26.201 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.201 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.201 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.201 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.201 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.201 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-21T04:54:26.201 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-21T04:54:26.201 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.201 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.201 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.201 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.201 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.201 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.202 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.202 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.202 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.202 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.202 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.202 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.202 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-21T04:54:26.202 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-21T04:54:26.202 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.202 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.202 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.202 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-21T04:54:26.202 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.202 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.202 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:26.203 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:26.203 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:26.203 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:26.203 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:26.203 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:26.203 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:26.203 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:26.203 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.203 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.203 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.203 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.203 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.203 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-21T04:54:26.203 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-21T04:54:26.204 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.204 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.204 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.204 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.204 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.204 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.204 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.204 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.204 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.204 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.204 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.204 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.204 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "predict_interval": { 2023-12-21T04:54:26.204 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "predict_interval", 2023-12-21T04:54:26.205 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.205 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.205 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.205 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "86400", 2023-12-21T04:54:26.205 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.205 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.205 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.205 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.205 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.205 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.205 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.205 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.205 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "predictor_model": { 2023-12-21T04:54:26.205 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "predictor_model", 2023-12-21T04:54:26.206 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.206 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.206 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.206 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "prophetstor", 2023-12-21T04:54:26.206 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.206 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.206 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.206 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.206 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.206 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.206 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.206 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.206 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2023-12-21T04:54:26.206 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2023-12-21T04:54:26.206 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.207 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.207 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.207 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "600", 2023-12-21T04:54:26.207 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.207 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.207 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.207 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.207 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.207 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.207 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.207 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:26.207 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:26.207 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.207 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:26.207 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "influx", 2023-12-21T04:54:26.207 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "can_run": false, 2023-12-21T04:54:26.208 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error_string": "influxdb python module not found", 2023-12-21T04:54:26.208 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-21T04:54:26.208 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "batch_size": { 2023-12-21T04:54:26.208 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "batch_size", 2023-12-21T04:54:26.208 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.208 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.208 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.208 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "5000", 2023-12-21T04:54:26.208 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.208 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.208 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.208 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.208 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.208 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.209 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.209 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.209 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "database": { 2023-12-21T04:54:26.209 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "database", 2023-12-21T04:54:26.209 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.209 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.209 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.209 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "ceph", 2023-12-21T04:54:26.209 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.209 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.209 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.209 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.209 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.210 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.210 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.210 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.210 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "hostname": { 2023-12-21T04:54:26.210 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "hostname", 2023-12-21T04:54:26.210 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.210 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.210 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.210 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-12-21T04:54:26.210 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.210 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.210 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.210 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.210 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.210 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.211 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.211 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.211 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "interval": { 2023-12-21T04:54:26.211 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "interval", 2023-12-21T04:54:26.211 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.211 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.211 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.211 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "30", 2023-12-21T04:54:26.211 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.211 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.211 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.211 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.211 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.211 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.212 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.212 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.212 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-21T04:54:26.212 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-21T04:54:26.212 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.212 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.212 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.212 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.212 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.212 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.212 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:26.212 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:26.212 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:26.212 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:26.212 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:26.213 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:26.213 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:26.213 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:26.213 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.213 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.213 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.213 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.213 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.213 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-21T04:54:26.213 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-21T04:54:26.213 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.213 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.213 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.213 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.214 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.214 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.214 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.214 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.214 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.214 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.214 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.214 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.214 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-21T04:54:26.214 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-21T04:54:26.214 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.214 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.214 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.214 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-21T04:54:26.214 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.214 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.215 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:26.215 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:26.215 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:26.215 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:26.215 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:26.215 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:26.215 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:26.215 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:26.215 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.215 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.215 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.215 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.215 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.215 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-21T04:54:26.215 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-21T04:54:26.215 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.215 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.216 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.216 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.216 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.216 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.216 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.216 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.216 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.216 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.216 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.216 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.216 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "password": { 2023-12-21T04:54:26.216 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "password", 2023-12-21T04:54:26.216 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.216 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.216 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.216 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-12-21T04:54:26.216 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.217 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.217 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.217 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.217 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.217 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.217 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.217 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.217 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "port": { 2023-12-21T04:54:26.217 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "port", 2023-12-21T04:54:26.217 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.217 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.217 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.217 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "8086", 2023-12-21T04:54:26.217 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.217 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.218 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.218 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.218 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.218 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.218 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.218 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.218 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "ssl": { 2023-12-21T04:54:26.218 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "ssl", 2023-12-21T04:54:26.218 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.218 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.218 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.218 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "false", 2023-12-21T04:54:26.218 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.219 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.219 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.219 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.219 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.219 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.219 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.219 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.219 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "threads": { 2023-12-21T04:54:26.219 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "threads", 2023-12-21T04:54:26.219 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.219 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.219 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.219 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "5", 2023-12-21T04:54:26.219 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.219 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.219 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.220 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.220 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.220 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.220 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.220 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.220 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "username": { 2023-12-21T04:54:26.220 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "username", 2023-12-21T04:54:26.220 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.220 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.220 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.220 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-12-21T04:54:26.220 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.220 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.220 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.221 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.221 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.221 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.221 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.221 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.221 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "verify_ssl": { 2023-12-21T04:54:26.221 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "verify_ssl", 2023-12-21T04:54:26.221 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.221 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.221 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.221 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "true", 2023-12-21T04:54:26.221 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.221 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.222 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.222 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.222 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.222 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.222 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.222 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:26.222 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:26.222 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.222 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:26.222 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "insights", 2023-12-21T04:54:26.222 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-21T04:54:26.222 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-21T04:54:26.222 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-21T04:54:26.222 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-21T04:54:26.222 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-21T04:54:26.223 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.223 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.223 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.223 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.223 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.223 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.223 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:26.223 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:26.223 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:26.223 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:26.223 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:26.223 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:26.223 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:26.223 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:26.224 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.224 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.224 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.224 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.224 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.224 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-21T04:54:26.224 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-21T04:54:26.224 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.224 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.224 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.224 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.224 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.224 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.224 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.224 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.225 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.225 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.225 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.225 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.225 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-21T04:54:26.225 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-21T04:54:26.225 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.225 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.225 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.225 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-21T04:54:26.225 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.225 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.225 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:26.226 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:26.226 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:26.226 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:26.226 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:26.226 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:26.226 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:26.226 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:26.226 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.226 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.226 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.226 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.226 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.226 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-21T04:54:26.226 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-21T04:54:26.227 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.227 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.227 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.227 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.227 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.227 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.227 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.227 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.227 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.227 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.227 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.227 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:26.227 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:26.227 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.228 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:26.228 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "iostat", 2023-12-21T04:54:26.228 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-21T04:54:26.228 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-21T04:54:26.228 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-21T04:54:26.228 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-21T04:54:26.228 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-21T04:54:26.228 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.228 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.228 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.228 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.228 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.228 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.228 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:26.228 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:26.229 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:26.229 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:26.229 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:26.229 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:26.229 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:26.229 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:26.229 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.229 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.229 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.229 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.229 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.229 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-21T04:54:26.229 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-21T04:54:26.229 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.229 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.230 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.230 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.230 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.230 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.230 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.230 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.230 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.230 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.230 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.230 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.230 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-21T04:54:26.230 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-21T04:54:26.231 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.231 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.231 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.231 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-21T04:54:26.231 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.231 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.231 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:26.231 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:26.231 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:26.231 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:26.231 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:26.232 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:26.232 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:26.232 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:26.232 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.232 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.232 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.232 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.232 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.232 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-21T04:54:26.232 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-21T04:54:26.232 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.232 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.232 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.232 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.232 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.232 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.232 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.233 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.233 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.233 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.233 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.233 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:26.233 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:26.233 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.233 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:26.233 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "k8sevents", 2023-12-21T04:54:26.233 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-21T04:54:26.233 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-21T04:54:26.233 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-21T04:54:26.233 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "ceph_event_retention_days": { 2023-12-21T04:54:26.233 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "ceph_event_retention_days", 2023-12-21T04:54:26.234 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-21T04:54:26.234 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.234 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.234 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "7", 2023-12-21T04:54:26.234 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.234 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.234 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.234 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "Days to hold ceph event information within local cache", 2023-12-21T04:54:26.234 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.234 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.234 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.234 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.234 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "config_check_secs": { 2023-12-21T04:54:26.234 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "config_check_secs", 2023-12-21T04:54:26.234 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-21T04:54:26.234 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.234 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.235 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "10", 2023-12-21T04:54:26.235 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "10", 2023-12-21T04:54:26.235 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.235 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.235 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "interval (secs) to check for cluster configuration changes", 2023-12-21T04:54:26.235 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.235 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.235 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.235 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.235 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-21T04:54:26.235 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-21T04:54:26.235 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.235 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.235 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.235 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.236 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.236 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.236 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:26.236 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:26.236 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:26.236 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:26.236 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:26.236 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:26.236 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:26.236 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:26.236 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.236 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.236 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.236 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.236 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.236 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-21T04:54:26.236 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-21T04:54:26.236 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.237 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.237 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.237 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.237 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.237 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.237 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.237 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.237 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.237 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.237 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.237 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.237 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-21T04:54:26.237 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-21T04:54:26.237 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.237 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.238 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.238 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-21T04:54:26.238 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.238 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.238 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:26.238 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:26.238 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:26.238 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:26.238 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:26.238 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:26.238 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:26.238 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:26.238 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.238 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.238 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.238 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.238 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.239 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-21T04:54:26.239 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-21T04:54:26.239 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.239 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.239 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.239 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.239 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.239 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.239 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.239 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.239 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.239 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.239 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.239 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:26.239 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:26.240 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.240 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:26.240 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "localpool", 2023-12-21T04:54:26.240 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-21T04:54:26.240 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-21T04:54:26.240 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-21T04:54:26.240 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "failure_domain": { 2023-12-21T04:54:26.240 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "failure_domain", 2023-12-21T04:54:26.240 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.240 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.240 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.240 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "host", 2023-12-21T04:54:26.240 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.240 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.241 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.241 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "failure domain for any created local pool", 2023-12-21T04:54:26.241 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.241 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.241 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.241 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.241 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-21T04:54:26.241 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-21T04:54:26.241 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.241 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.241 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.241 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.241 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.241 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.242 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:26.242 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:26.242 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:26.242 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:26.242 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:26.242 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:26.242 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:26.242 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:26.242 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.242 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.242 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.242 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.242 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.242 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-21T04:54:26.243 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-21T04:54:26.243 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.243 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.243 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.243 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.243 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.243 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.243 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.243 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.243 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.243 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.243 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.243 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.243 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-21T04:54:26.244 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-21T04:54:26.244 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.244 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.244 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.244 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-21T04:54:26.244 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.244 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.244 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:26.244 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:26.244 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:26.244 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:26.244 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:26.244 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:26.244 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:26.244 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:26.245 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.245 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.245 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.245 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.245 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.245 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-21T04:54:26.245 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-21T04:54:26.245 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.245 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.245 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.245 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.245 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.245 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.245 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.245 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.246 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.246 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.246 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.246 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.246 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min_size": { 2023-12-21T04:54:26.246 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "min_size", 2023-12-21T04:54:26.246 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-21T04:54:26.246 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.246 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.246 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.246 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.246 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.246 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.246 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "default min_size for any created local pool", 2023-12-21T04:54:26.246 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.246 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.247 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.247 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.247 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "num_rep": { 2023-12-21T04:54:26.247 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "num_rep", 2023-12-21T04:54:26.247 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-21T04:54:26.247 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.247 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.247 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "3", 2023-12-21T04:54:26.247 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.247 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.247 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.247 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "default replica count for any created local pool", 2023-12-21T04:54:26.247 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.247 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.247 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.247 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.248 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "pg_num": { 2023-12-21T04:54:26.248 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "pg_num", 2023-12-21T04:54:26.248 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-21T04:54:26.248 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.248 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.248 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "128", 2023-12-21T04:54:26.248 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.248 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.248 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.248 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "default pg_num for any created local pool", 2023-12-21T04:54:26.248 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.248 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.248 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.248 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.248 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "prefix": { 2023-12-21T04:54:26.248 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "prefix", 2023-12-21T04:54:26.249 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.249 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.249 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.249 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.249 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.249 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.249 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.249 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "name prefix for any created local pool", 2023-12-21T04:54:26.249 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.249 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.249 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.249 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.249 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "subtree": { 2023-12-21T04:54:26.249 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "subtree", 2023-12-21T04:54:26.249 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.250 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.250 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.250 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "rack", 2023-12-21T04:54:26.250 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.250 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.250 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.250 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "CRUSH level for which to create a local pool", 2023-12-21T04:54:26.250 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.250 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.250 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.250 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:26.250 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:26.250 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.250 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:26.251 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "orchestrator", 2023-12-21T04:54:26.251 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-21T04:54:26.251 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-21T04:54:26.251 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-21T04:54:26.251 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-21T04:54:26.251 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-21T04:54:26.251 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.251 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.251 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.251 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.251 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.251 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.251 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:26.251 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:26.251 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:26.252 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:26.252 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:26.252 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:26.252 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:26.252 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:26.252 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.252 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.252 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.252 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.252 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.252 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-21T04:54:26.252 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-21T04:54:26.252 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.253 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.253 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.253 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.253 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.253 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.253 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.253 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.253 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.253 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.253 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.253 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.253 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-21T04:54:26.253 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-21T04:54:26.254 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.254 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.254 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.254 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-21T04:54:26.254 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.254 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.254 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:26.254 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:26.254 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:26.254 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:26.254 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:26.254 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:26.254 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:26.254 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:26.255 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.255 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.255 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.255 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.255 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.255 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-21T04:54:26.255 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-21T04:54:26.255 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.255 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.255 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.255 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.255 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.255 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.255 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.255 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.255 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.256 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.256 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.256 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.256 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "orchestrator": { 2023-12-21T04:54:26.256 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "orchestrator", 2023-12-21T04:54:26.256 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.256 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.256 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.256 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-12-21T04:54:26.256 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.256 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.256 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:26.256 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "cephadm", 2023-12-21T04:54:26.256 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "rook", 2023-12-21T04:54:26.256 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "test_orchestrator" 2023-12-21T04:54:26.256 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:26.257 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "Orchestrator backend", 2023-12-21T04:54:26.257 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.257 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.257 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.257 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:26.257 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:26.257 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.257 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:26.257 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "osd_support", 2023-12-21T04:54:26.257 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-21T04:54:26.257 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-21T04:54:26.257 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-21T04:54:26.258 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-21T04:54:26.258 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-21T04:54:26.258 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.258 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.258 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.258 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.258 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.258 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.258 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:26.258 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:26.258 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:26.258 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:26.258 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:26.258 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:26.258 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:26.258 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:26.258 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.259 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.259 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.259 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.259 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.259 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-21T04:54:26.259 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-21T04:54:26.259 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.259 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.259 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.259 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.259 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.259 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.259 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.259 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.259 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.259 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.260 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.260 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.260 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-21T04:54:26.260 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-21T04:54:26.260 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.260 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.260 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.260 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-21T04:54:26.260 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.260 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.260 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:26.260 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:26.260 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:26.260 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:26.260 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:26.260 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:26.261 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:26.261 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:26.261 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.261 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.261 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.261 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.261 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.261 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-21T04:54:26.261 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-21T04:54:26.261 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.261 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.261 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.261 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.261 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.261 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.262 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.262 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.262 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.262 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.262 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.262 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:26.262 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:26.262 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.262 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:26.262 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "pg_autoscaler", 2023-12-21T04:54:26.262 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-21T04:54:26.262 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-21T04:54:26.262 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-21T04:54:26.262 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-21T04:54:26.263 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-21T04:54:26.263 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.263 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.263 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.263 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.263 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.263 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.263 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:26.263 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:26.263 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:26.263 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:26.263 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:26.263 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:26.263 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:26.263 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:26.263 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.264 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.264 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.264 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.264 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.264 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-21T04:54:26.264 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-21T04:54:26.264 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.264 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.264 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.264 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.264 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.264 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.264 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.264 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.264 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.265 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.265 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.265 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.265 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-21T04:54:26.265 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-21T04:54:26.265 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.265 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.265 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.265 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-21T04:54:26.265 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.265 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.265 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:26.265 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:26.265 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:26.265 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:26.265 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:26.266 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:26.266 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:26.266 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:26.266 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.266 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.266 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.266 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.266 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.266 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-21T04:54:26.266 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-21T04:54:26.266 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.266 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.266 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.266 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.266 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.266 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.266 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.267 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.267 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.267 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.267 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.267 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.267 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2023-12-21T04:54:26.267 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2023-12-21T04:54:26.267 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.267 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.267 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.267 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "60", 2023-12-21T04:54:26.267 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.267 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.267 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.267 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.267 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.268 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.268 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.268 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:26.268 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:26.268 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.268 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:26.268 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "progress", 2023-12-21T04:54:26.268 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-21T04:54:26.268 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-21T04:54:26.268 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-21T04:54:26.268 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enabled": { 2023-12-21T04:54:26.268 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "enabled", 2023-12-21T04:54:26.268 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.268 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.268 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.268 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-21T04:54:26.268 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.268 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.269 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.269 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.269 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.269 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.269 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.269 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.269 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-21T04:54:26.269 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-21T04:54:26.269 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.269 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.269 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.269 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.269 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.269 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.269 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:26.270 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:26.270 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:26.270 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:26.270 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:26.270 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:26.270 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:26.270 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:26.270 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.270 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.270 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.270 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.270 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.270 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-21T04:54:26.270 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-21T04:54:26.270 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.270 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.271 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.271 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.271 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.271 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.271 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.271 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.271 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.271 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.271 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.271 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.271 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-21T04:54:26.271 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-21T04:54:26.271 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.271 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.271 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.271 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-21T04:54:26.272 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.272 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.272 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:26.272 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:26.272 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:26.272 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:26.272 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:26.272 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:26.272 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:26.272 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:26.272 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.272 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.272 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.272 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.272 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.272 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-21T04:54:26.272 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-21T04:54:26.273 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.273 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.273 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.273 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.273 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.273 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.273 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.273 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.273 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.273 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.273 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.273 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.273 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max_completed_events": { 2023-12-21T04:54:26.273 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "max_completed_events", 2023-12-21T04:54:26.273 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-21T04:54:26.274 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.274 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.274 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "50", 2023-12-21T04:54:26.274 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.274 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.274 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.274 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "number of past completed events to remember", 2023-12-21T04:54:26.274 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.274 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.274 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.274 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.274 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "persist_interval": { 2023-12-21T04:54:26.274 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "persist_interval", 2023-12-21T04:54:26.274 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-21T04:54:26.274 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.274 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.275 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "5", 2023-12-21T04:54:26.275 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.275 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.275 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.275 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "how frequently to persist completed events", 2023-12-21T04:54:26.275 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.275 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.275 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.275 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:26.275 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:26.275 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.275 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:26.275 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "prometheus", 2023-12-21T04:54:26.275 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-21T04:54:26.275 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-21T04:54:26.275 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-21T04:54:26.275 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-21T04:54:26.276 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-21T04:54:26.276 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.276 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.276 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.276 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.276 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.276 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.276 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:26.276 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:26.276 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:26.276 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:26.276 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:26.276 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:26.276 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:26.276 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:26.276 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.277 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.277 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.277 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.277 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.277 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-21T04:54:26.277 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-21T04:54:26.277 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.277 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.277 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.277 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.277 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.277 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.277 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.277 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.277 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.278 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.278 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.278 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.278 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-21T04:54:26.278 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-21T04:54:26.278 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.278 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.278 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.278 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-21T04:54:26.278 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.278 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.278 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:26.278 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:26.278 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:26.279 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:26.279 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:26.279 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:26.279 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:26.279 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:26.279 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.279 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.279 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.279 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.279 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.279 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-21T04:54:26.279 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-21T04:54:26.279 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.279 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.279 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.279 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.279 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.280 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.280 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.280 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.280 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.280 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.280 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.280 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.280 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "rbd_stats_pools": { 2023-12-21T04:54:26.280 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "rbd_stats_pools", 2023-12-21T04:54:26.280 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.280 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.280 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.280 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.280 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.281 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.281 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.281 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.281 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.281 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.281 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.281 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.388 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "rbd_stats_pools_refresh_interval": { 2023-12-21T04:54:26.388 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "rbd_stats_pools_refresh_interval", 2023-12-21T04:54:26.388 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-21T04:54:26.388 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.388 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.388 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "300", 2023-12-21T04:54:26.388 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.389 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.389 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.389 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.389 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.389 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.389 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.389 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.389 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "scrape_interval": { 2023-12-21T04:54:26.389 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "scrape_interval", 2023-12-21T04:54:26.389 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.389 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.389 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.389 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.389 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.389 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.390 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.390 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.390 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.390 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.390 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.390 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.390 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "server_addr": { 2023-12-21T04:54:26.390 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2023-12-21T04:54:26.390 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.390 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.390 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.390 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.390 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.391 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.391 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.391 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.391 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.391 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.391 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.391 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.391 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "server_port": { 2023-12-21T04:54:26.391 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "server_port", 2023-12-21T04:54:26.391 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.391 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.391 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.391 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.391 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.392 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.392 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.392 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.392 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.392 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.392 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.392 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.392 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "stale_cache_strategy": { 2023-12-21T04:54:26.392 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "stale_cache_strategy", 2023-12-21T04:54:26.392 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.392 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.392 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.392 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.392 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.392 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.393 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.393 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.393 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.393 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.393 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.393 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:26.393 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:26.393 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.393 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:26.393 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "rbd_support", 2023-12-21T04:54:26.393 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-21T04:54:26.393 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-21T04:54:26.393 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-21T04:54:26.394 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-21T04:54:26.394 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-21T04:54:26.394 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.394 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.394 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.394 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.394 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.394 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.394 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:26.394 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:26.394 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:26.394 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:26.394 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:26.394 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:26.394 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:26.395 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:26.395 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.395 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.395 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.395 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.395 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.395 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-21T04:54:26.395 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-21T04:54:26.395 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.395 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.395 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.395 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.395 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.395 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.395 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.396 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.396 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.396 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.396 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.396 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.396 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-21T04:54:26.396 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-21T04:54:26.396 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.396 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.396 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.396 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-21T04:54:26.396 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.396 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.396 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:26.396 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:26.397 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:26.397 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:26.397 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:26.397 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:26.397 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:26.397 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:26.397 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.397 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.397 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.397 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.397 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.397 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-21T04:54:26.397 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-21T04:54:26.397 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.398 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.398 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.398 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.398 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.398 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.398 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.398 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.398 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.398 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.398 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.398 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.398 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max_concurrent_snap_create": { 2023-12-21T04:54:26.398 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "max_concurrent_snap_create", 2023-12-21T04:54:26.398 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-21T04:54:26.399 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.399 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.399 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "10", 2023-12-21T04:54:26.399 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.399 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.399 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.399 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.399 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.399 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.399 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.399 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.399 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "mirror_snapshot_schedule": { 2023-12-21T04:54:26.399 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "mirror_snapshot_schedule", 2023-12-21T04:54:26.399 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.400 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.400 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.400 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.400 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.400 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.400 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.400 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.400 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.400 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.400 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.400 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.400 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "trash_purge_schedule": { 2023-12-21T04:54:26.400 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "trash_purge_schedule", 2023-12-21T04:54:26.401 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.401 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.401 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.401 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.401 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.401 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.401 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.401 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.401 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.401 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.401 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.401 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:26.401 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:26.401 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.401 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:26.402 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "restful", 2023-12-21T04:54:26.402 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-21T04:54:26.402 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-21T04:54:26.402 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-21T04:54:26.402 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "key_file": { 2023-12-21T04:54:26.402 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "key_file", 2023-12-21T04:54:26.402 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.402 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.402 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.402 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.402 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.402 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.402 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.402 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.402 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.402 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.403 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.403 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.403 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-21T04:54:26.403 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-21T04:54:26.403 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.403 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.403 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.403 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.403 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.403 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.403 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:26.403 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:26.403 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:26.403 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:26.403 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:26.403 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:26.404 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:26.404 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:26.404 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.404 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.404 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.404 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.404 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.404 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-21T04:54:26.404 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-21T04:54:26.404 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.404 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.404 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.404 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.404 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.404 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.404 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.405 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.405 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.405 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.405 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.405 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.405 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-21T04:54:26.405 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-21T04:54:26.405 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.405 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.405 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.405 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-21T04:54:26.405 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.405 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.406 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:26.406 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:26.406 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:26.406 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:26.406 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:26.406 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:26.406 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:26.406 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:26.406 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.406 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.406 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.406 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.406 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.406 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-21T04:54:26.406 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-21T04:54:26.406 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.407 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.407 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.407 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.407 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.407 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.407 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.407 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.407 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.407 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.407 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.407 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.407 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "server_addr": { 2023-12-21T04:54:26.407 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2023-12-21T04:54:26.407 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.408 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.408 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.408 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.408 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.408 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.408 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.408 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.408 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.408 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.408 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.408 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.408 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "server_port": { 2023-12-21T04:54:26.408 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "server_port", 2023-12-21T04:54:26.409 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.409 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.409 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.409 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.409 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.409 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.409 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.409 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.409 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.409 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.409 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.409 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:26.409 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:26.410 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.410 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:26.410 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "rook", 2023-12-21T04:54:26.410 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-21T04:54:26.410 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-21T04:54:26.410 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-21T04:54:26.410 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-21T04:54:26.410 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-21T04:54:26.410 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.410 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.410 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.410 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.410 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.410 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.411 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:26.411 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:26.411 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:26.411 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:26.411 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:26.411 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:26.411 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:26.411 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:26.411 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.411 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.411 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.411 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.412 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.412 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-21T04:54:26.412 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-21T04:54:26.412 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.412 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.412 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.412 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.412 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.412 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.412 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.412 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.412 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.412 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.413 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.413 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.413 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-21T04:54:26.413 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-21T04:54:26.413 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.413 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.413 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.413 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-21T04:54:26.413 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.413 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.413 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:26.413 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:26.413 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:26.414 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:26.414 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:26.414 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:26.414 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:26.414 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:26.414 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.414 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.414 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.414 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.414 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.414 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-21T04:54:26.414 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-21T04:54:26.414 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.415 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.415 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.415 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.415 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.415 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.415 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.415 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.415 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.415 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.415 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.415 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:26.415 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:26.415 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.416 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:26.416 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "selftest", 2023-12-21T04:54:26.416 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-21T04:54:26.416 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-21T04:54:26.416 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-21T04:54:26.416 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-21T04:54:26.416 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-21T04:54:26.416 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.416 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.416 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.416 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.416 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.416 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.416 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:26.416 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:26.416 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:26.416 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:26.417 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:26.417 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:26.417 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:26.417 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:26.417 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.417 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.417 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.417 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.417 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.417 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-21T04:54:26.417 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-21T04:54:26.417 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.417 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.417 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.417 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.418 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.418 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.418 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.418 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.418 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.418 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.418 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.418 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.418 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-21T04:54:26.418 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-21T04:54:26.418 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.418 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.418 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.418 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-21T04:54:26.419 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.419 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.419 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:26.419 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:26.419 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:26.419 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:26.419 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:26.419 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:26.419 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:26.419 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:26.419 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.419 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.419 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.420 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.420 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.420 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-21T04:54:26.420 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-21T04:54:26.420 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.420 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.420 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.420 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.420 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.420 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.420 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.420 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.421 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.421 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.421 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.421 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.421 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "roption1": { 2023-12-21T04:54:26.421 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "roption1", 2023-12-21T04:54:26.421 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.421 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.421 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.421 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.421 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.421 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.421 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.422 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.422 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.422 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.422 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.422 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.422 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "roption2": { 2023-12-21T04:54:26.422 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "roption2", 2023-12-21T04:54:26.422 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.422 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.422 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.422 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "xyz", 2023-12-21T04:54:26.422 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.423 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.423 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.423 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.423 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.423 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.423 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.423 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.423 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "rwoption1": { 2023-12-21T04:54:26.423 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "rwoption1", 2023-12-21T04:54:26.423 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.423 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.423 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.423 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.424 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.424 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.424 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.424 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.424 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.424 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.424 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.424 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.424 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "rwoption2": { 2023-12-21T04:54:26.424 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "rwoption2", 2023-12-21T04:54:26.424 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-21T04:54:26.424 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.424 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.424 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.424 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.424 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.424 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.425 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.425 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.425 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.425 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.425 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.425 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "rwoption3": { 2023-12-21T04:54:26.425 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "rwoption3", 2023-12-21T04:54:26.425 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "float", 2023-12-21T04:54:26.425 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.425 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.425 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.425 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.425 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.425 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.426 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.426 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.426 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.426 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.426 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.426 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "rwoption4": { 2023-12-21T04:54:26.426 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "rwoption4", 2023-12-21T04:54:26.426 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.426 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.426 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.426 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.426 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.426 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.427 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.427 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.427 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.427 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.427 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.427 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.427 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "rwoption5": { 2023-12-21T04:54:26.427 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "rwoption5", 2023-12-21T04:54:26.427 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.427 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.427 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.427 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.428 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.428 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.428 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.428 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.428 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.428 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.428 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.428 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.428 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "rwoption6": { 2023-12-21T04:54:26.428 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "rwoption6", 2023-12-21T04:54:26.428 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.428 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.429 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.429 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-21T04:54:26.429 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.429 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.429 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.429 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.429 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.429 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.429 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.429 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.429 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "testkey": { 2023-12-21T04:54:26.429 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "testkey", 2023-12-21T04:54:26.429 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.429 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.430 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.430 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.430 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.430 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.430 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.430 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.430 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.430 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.430 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.430 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.430 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "testlkey": { 2023-12-21T04:54:26.430 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "testlkey", 2023-12-21T04:54:26.430 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.430 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.430 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.431 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.431 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.431 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.431 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.431 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.431 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.431 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.431 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.431 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.431 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "testnewline": { 2023-12-21T04:54:26.431 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "testnewline", 2023-12-21T04:54:26.431 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.431 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.432 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.432 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.432 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.432 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.432 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.432 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.432 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.432 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.432 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.432 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:26.432 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:26.432 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.433 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:26.433 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "status", 2023-12-21T04:54:26.433 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-21T04:54:26.433 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-21T04:54:26.433 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-21T04:54:26.433 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-21T04:54:26.433 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-21T04:54:26.433 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.433 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.433 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.433 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.433 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.433 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.434 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:26.434 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:26.434 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:26.434 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:26.434 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:26.434 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:26.434 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:26.434 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:26.434 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.434 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.434 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.434 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.434 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.434 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-21T04:54:26.435 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-21T04:54:26.435 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.435 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.435 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.435 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.435 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.435 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.435 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.435 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.435 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.435 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.435 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.435 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.436 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-21T04:54:26.436 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-21T04:54:26.436 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.436 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.436 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.436 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-21T04:54:26.436 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.436 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.436 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:26.436 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:26.436 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:26.436 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:26.436 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:26.436 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:26.437 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:26.437 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:26.437 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.437 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.437 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.437 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.437 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.437 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-21T04:54:26.437 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-21T04:54:26.437 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.437 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.437 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.437 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.437 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.438 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.438 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.438 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.438 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.438 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.438 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.438 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:26.438 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:26.438 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.438 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:26.438 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "telegraf", 2023-12-21T04:54:26.438 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-21T04:54:26.438 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-21T04:54:26.438 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-21T04:54:26.439 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "address": { 2023-12-21T04:54:26.439 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "address", 2023-12-21T04:54:26.439 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.439 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.439 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.439 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "unixgram:///tmp/telegraf.sock", 2023-12-21T04:54:26.439 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.439 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.439 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.439 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.439 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.439 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.439 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.439 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.439 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "interval": { 2023-12-21T04:54:26.439 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "interval", 2023-12-21T04:54:26.440 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-21T04:54:26.440 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.440 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.440 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "15", 2023-12-21T04:54:26.440 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.440 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.440 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.440 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.440 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.440 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.440 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.440 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.440 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-21T04:54:26.441 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-21T04:54:26.441 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.441 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.441 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.441 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.441 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.441 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.441 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:26.441 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:26.441 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:26.441 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:26.442 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:26.442 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:26.442 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:26.442 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:26.442 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.442 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.442 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.442 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.442 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.442 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-21T04:54:26.442 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-21T04:54:26.442 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.442 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.442 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.443 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.443 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.443 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.443 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.443 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.443 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.443 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.443 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.443 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.443 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-21T04:54:26.443 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-21T04:54:26.443 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.443 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.443 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.444 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-21T04:54:26.444 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.444 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.444 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:26.444 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:26.444 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:26.444 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:26.444 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:26.444 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:26.444 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:26.444 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:26.444 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.444 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.444 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.444 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.445 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.445 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-21T04:54:26.445 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-21T04:54:26.445 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.445 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.445 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.445 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.445 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.445 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.445 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.445 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.445 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.445 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.445 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.446 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:26.446 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:26.446 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.446 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:26.446 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "telemetry", 2023-12-21T04:54:26.446 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-21T04:54:26.446 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-21T04:54:26.446 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-21T04:54:26.446 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "channel_basic": { 2023-12-21T04:54:26.446 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "channel_basic", 2023-12-21T04:54:26.446 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.446 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.446 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.446 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-21T04:54:26.446 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.446 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.447 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.447 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "Share basic cluster information (size, version)", 2023-12-21T04:54:26.447 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.448 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.448 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.448 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.448 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "channel_crash": { 2023-12-21T04:54:26.448 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "channel_crash", 2023-12-21T04:54:26.448 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.448 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.448 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.449 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-21T04:54:26.449 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.449 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.449 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.449 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.449 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.449 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.449 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.449 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.449 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "channel_device": { 2023-12-21T04:54:26.449 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "channel_device", 2023-12-21T04:54:26.449 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.449 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.450 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.450 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-21T04:54:26.450 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.450 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.450 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.450 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.450 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.450 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.450 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.450 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.450 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "channel_ident": { 2023-12-21T04:54:26.450 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "channel_ident", 2023-12-21T04:54:26.450 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.450 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.450 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.450 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.451 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.451 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.451 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.451 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.451 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.451 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.451 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.451 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.451 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "contact": { 2023-12-21T04:54:26.451 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "contact", 2023-12-21T04:54:26.451 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.451 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.451 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.451 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-12-21T04:54:26.451 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.451 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.452 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.452 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.452 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.452 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.452 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.452 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.452 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "description": { 2023-12-21T04:54:26.452 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "description", 2023-12-21T04:54:26.452 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.452 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.452 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.452 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-12-21T04:54:26.452 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.452 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.452 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.452 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.453 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.453 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.453 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.453 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.453 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "device_url": { 2023-12-21T04:54:26.453 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "device_url", 2023-12-21T04:54:26.453 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.453 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.453 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.453 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "https://telemetry.ceph.com/device", 2023-12-21T04:54:26.453 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.453 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.453 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.454 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.454 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.454 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.454 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.454 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.454 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enabled": { 2023-12-21T04:54:26.454 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "enabled", 2023-12-21T04:54:26.454 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.454 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.454 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.454 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.454 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.454 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.454 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.455 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.455 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.455 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.455 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.455 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.455 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "interval": { 2023-12-21T04:54:26.455 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "interval", 2023-12-21T04:54:26.455 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-21T04:54:26.455 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.455 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.455 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "24", 2023-12-21T04:54:26.455 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "8", 2023-12-21T04:54:26.455 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.455 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.455 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.455 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.455 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.456 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.456 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.456 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "last_opt_revision": { 2023-12-21T04:54:26.456 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "last_opt_revision", 2023-12-21T04:54:26.456 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-21T04:54:26.456 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.456 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.456 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "1", 2023-12-21T04:54:26.456 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.456 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.456 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.456 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.456 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.456 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.456 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.456 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.456 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "leaderboard": { 2023-12-21T04:54:26.457 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "leaderboard", 2023-12-21T04:54:26.457 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.457 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.457 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.457 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.457 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.457 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.457 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.457 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.457 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.457 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.457 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.457 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.457 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-21T04:54:26.457 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-21T04:54:26.457 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.458 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.458 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.458 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.458 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.458 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.458 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:26.458 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:26.458 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:26.458 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:26.458 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:26.458 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:26.458 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:26.458 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:26.458 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.458 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.459 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.459 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.459 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.459 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-21T04:54:26.459 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-21T04:54:26.459 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.459 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.459 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.459 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.459 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.459 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.459 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.459 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.459 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.459 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.460 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.460 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.460 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-21T04:54:26.460 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-21T04:54:26.460 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.460 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.460 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.460 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-21T04:54:26.460 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.460 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.460 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:26.460 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:26.460 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:26.460 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:26.460 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:26.461 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:26.461 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:26.461 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:26.461 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.461 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.461 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.461 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.461 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.461 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-21T04:54:26.461 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-21T04:54:26.461 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.461 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.461 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.461 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.462 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.462 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.462 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.462 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.462 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.462 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.462 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.462 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.462 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "organization": { 2023-12-21T04:54:26.462 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "organization", 2023-12-21T04:54:26.462 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.462 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.462 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.462 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-12-21T04:54:26.463 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.463 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.463 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.463 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.463 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.463 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.463 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.463 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.463 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "proxy": { 2023-12-21T04:54:26.463 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "proxy", 2023-12-21T04:54:26.463 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.463 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.463 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.464 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-12-21T04:54:26.464 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.464 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.464 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.464 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.464 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.464 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.464 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.464 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.464 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "url": { 2023-12-21T04:54:26.464 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "url", 2023-12-21T04:54:26.464 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.464 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.464 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.464 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "https://telemetry.ceph.com/report", 2023-12-21T04:54:26.464 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.465 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.465 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.465 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.465 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.465 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.465 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.465 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:26.465 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:26.465 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.465 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:26.465 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "test_orchestrator", 2023-12-21T04:54:26.465 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-21T04:54:26.465 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-21T04:54:26.465 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-21T04:54:26.466 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-21T04:54:26.466 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-21T04:54:26.466 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.466 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.466 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.466 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.466 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.466 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.466 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:26.466 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:26.466 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:26.466 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:26.466 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:26.466 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:26.466 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:26.467 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:26.467 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.467 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.467 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.467 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.467 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.467 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-21T04:54:26.467 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-21T04:54:26.467 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.467 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.467 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.467 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.467 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.467 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.467 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.468 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.468 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.468 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.468 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.468 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.468 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-21T04:54:26.468 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-21T04:54:26.468 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.468 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.468 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.468 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-21T04:54:26.468 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.468 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.468 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:26.468 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:26.468 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:26.469 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:26.469 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:26.469 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:26.469 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:26.469 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:26.469 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.469 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.469 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.469 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.469 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.469 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-21T04:54:26.469 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-21T04:54:26.469 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.469 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.470 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.470 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.470 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.470 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.470 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.470 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.470 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.470 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.470 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.470 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:26.470 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:26.470 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.470 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:26.470 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "volumes", 2023-12-21T04:54:26.470 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-21T04:54:26.471 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-21T04:54:26.471 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-21T04:54:26.471 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-21T04:54:26.471 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-21T04:54:26.471 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.471 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.471 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.471 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.471 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.471 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.471 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:26.471 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:26.471 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:26.472 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:26.472 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:26.472 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:26.472 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:26.472 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:26.472 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.472 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.472 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.472 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.472 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.472 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-21T04:54:26.472 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-21T04:54:26.472 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.472 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.472 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.473 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.473 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.473 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.473 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.473 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.473 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.473 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.473 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.473 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.473 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-21T04:54:26.473 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-21T04:54:26.473 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.473 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.473 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.474 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-21T04:54:26.474 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.474 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.474 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:26.474 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:26.474 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:26.474 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:26.474 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:26.474 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:26.474 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:26.474 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:26.474 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.474 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.474 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.474 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.475 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.475 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-21T04:54:26.475 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-21T04:54:26.475 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.475 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.475 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.475 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.475 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.475 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.475 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.475 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.475 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.475 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.475 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.475 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.476 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max_concurrent_clones": { 2023-12-21T04:54:26.476 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "max_concurrent_clones", 2023-12-21T04:54:26.476 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-21T04:54:26.476 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.476 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.476 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "4", 2023-12-21T04:54:26.476 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.476 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.476 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.476 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "Number of asynchronous cloner threads", 2023-12-21T04:54:26.476 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.476 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.476 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.476 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:26.477 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:26.477 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.477 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:26.477 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "zabbix", 2023-12-21T04:54:26.477 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-21T04:54:26.477 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-21T04:54:26.477 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-21T04:54:26.477 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "discovery_interval": { 2023-12-21T04:54:26.477 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "discovery_interval", 2023-12-21T04:54:26.477 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.477 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.477 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.477 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "100", 2023-12-21T04:54:26.477 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.477 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.478 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.478 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.478 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.478 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.478 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.478 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.478 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "identifier": { 2023-12-21T04:54:26.478 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "identifier", 2023-12-21T04:54:26.478 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.478 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.478 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.478 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.478 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.478 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.479 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.479 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.479 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.479 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.479 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.479 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.479 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "interval": { 2023-12-21T04:54:26.479 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "interval", 2023-12-21T04:54:26.479 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-21T04:54:26.479 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.479 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.479 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "60", 2023-12-21T04:54:26.479 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.479 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.479 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.480 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.480 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.480 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.480 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.480 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.480 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-21T04:54:26.480 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-21T04:54:26.480 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.480 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.480 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.480 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:26.480 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.480 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.481 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:26.481 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:26.481 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:26.481 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:26.481 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:26.481 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:26.481 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:26.481 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:26.481 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.481 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.481 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.481 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.481 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.482 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-21T04:54:26.482 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-21T04:54:26.482 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.482 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.482 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.482 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.482 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.482 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.482 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.482 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.482 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.482 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.482 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.482 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.482 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-21T04:54:26.483 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-21T04:54:26.483 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.483 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.483 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.483 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-21T04:54:26.483 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.483 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.483 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:26.483 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:26.483 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:26.483 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:26.483 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:26.483 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:26.483 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:26.484 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:26.484 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.484 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.484 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.484 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.484 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.484 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-21T04:54:26.484 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-21T04:54:26.484 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:26.484 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.484 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:26.484 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:26.484 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.485 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.485 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.485 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.485 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.485 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.485 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.485 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.485 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "zabbix_host": { 2023-12-21T04:54:26.485 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "zabbix_host", 2023-12-21T04:54:26.485 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.485 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.485 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.485 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-12-21T04:54:26.485 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.486 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.486 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.486 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.486 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.486 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.486 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.486 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.486 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "zabbix_port": { 2023-12-21T04:54:26.486 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "zabbix_port", 2023-12-21T04:54:26.486 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-21T04:54:26.486 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.486 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.486 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "10051", 2023-12-21T04:54:26.486 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.487 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.487 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.487 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.487 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.487 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.487 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.487 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.487 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "zabbix_sender": { 2023-12-21T04:54:26.487 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "zabbix_sender", 2023-12-21T04:54:26.487 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:26.487 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:26.487 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:26.487 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "/usr/bin/zabbix_sender", 2023-12-21T04:54:26.487 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:26.488 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:26.488 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:26.488 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:26.488 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:26.488 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:26.488 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:26.488 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:26.488 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:26.488 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:26.488 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:26.488 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "services": {}, 2023-12-21T04:54:26.488 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "always_on_modules": { 2023-12-21T04:54:26.488 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "nautilus": [ 2023-12-21T04:54:26.488 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "balancer", 2023-12-21T04:54:26.488 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "crash", 2023-12-21T04:54:26.488 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "devicehealth", 2023-12-21T04:54:26.489 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "orchestrator_cli", 2023-12-21T04:54:26.489 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "progress", 2023-12-21T04:54:26.489 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "rbd_support", 2023-12-21T04:54:26.489 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "status", 2023-12-21T04:54:26.489 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "volumes" 2023-12-21T04:54:26.489 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:26.489 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "octopus": [ 2023-12-21T04:54:26.489 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "balancer", 2023-12-21T04:54:26.489 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "crash", 2023-12-21T04:54:26.489 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "devicehealth", 2023-12-21T04:54:26.489 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "orchestrator", 2023-12-21T04:54:26.489 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "pg_autoscaler", 2023-12-21T04:54:26.489 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "progress", 2023-12-21T04:54:26.489 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "rbd_support", 2023-12-21T04:54:26.489 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "status", 2023-12-21T04:54:26.490 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "telemetry", 2023-12-21T04:54:26.490 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "volumes" 2023-12-21T04:54:26.490 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:26.490 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "last_failure_osd_epoch": 0, 2023-12-21T04:54:26.490 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "active_clients": [ 2023-12-21T04:54:26.490 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:26.490 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "addrvec": [ 2023-12-21T04:54:26.490 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:26.490 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "v2", 2023-12-21T04:54:26.490 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.64:0", 2023-12-21T04:54:26.490 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "nonce": 1272986159 2023-12-21T04:54:26.490 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:26.490 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ] 2023-12-21T04:54:26.490 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:26.491 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:26.491 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "addrvec": [ 2023-12-21T04:54:26.491 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:26.491 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "v2", 2023-12-21T04:54:26.491 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.64:0", 2023-12-21T04:54:26.491 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "nonce": 638174712 2023-12-21T04:54:26.491 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:26.491 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ] 2023-12-21T04:54:26.491 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:26.491 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ] 2023-12-21T04:54:26.491 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:26.491 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:26.491 INFO:teuthology.orchestra.run.smithi064.stderr:Waiting for the mgr to restart... 2023-12-21T04:54:26.491 INFO:teuthology.orchestra.run.smithi064.stderr:Waiting for Mgr epoch 5... 2023-12-21T04:54:26.491 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi064 -v /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpajps_uft:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpb9_fvs78:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 tell mgr mgr_status 2023-12-21T04:54:29.953 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:29.953 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2023-12-21T04:54:29.953 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "initialized": true 2023-12-21T04:54:29.953 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:31.399 INFO:teuthology.orchestra.run.smithi064.stderr:Mgr epoch 5 is available 2023-12-21T04:54:31.399 INFO:teuthology.orchestra.run.smithi064.stderr:Setting orchestrator backend to cephadm... 2023-12-21T04:54:31.399 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi064 -v /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpajps_uft:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpb9_fvs78:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch set backend cephadm 2023-12-21T04:54:34.217 INFO:teuthology.orchestra.run.smithi064.stderr:Generating ssh key... 2023-12-21T04:54:34.217 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi064 -v /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpajps_uft:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpb9_fvs78:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 cephadm generate-key 2023-12-21T04:54:37.516 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi064 -v /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpajps_uft:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpb9_fvs78:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 cephadm get-pub-key 2023-12-21T04:54:38.525 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/gST4zd9au3VKc2EUyPHVdZwu++DjArpww55zFD7FbT/WXG4I83pngoaqivIaw/eTb8S3uO1xFlubD+XYpEzLWwMFBfi+MkUgMj62hM2yUkJ0hoYsgtKMro0yJeYTGVcWXCKP3A0onBZjbWcXdecu6mhtWYXn0c86zYfbYPKvYVIzH/9Y1rm4n7FfLfIGF8zX/VVSb/ZRzKdVoax0rzlpdfSyXXUVdUBEEjOuKXmfedLC7as9dv9RbfjylgJqotwI5mPnnTJYB+wJOcqX9zZSNDKbggElDjiSBSu0NHvmQr0DuiJ9tVz5JJvPL+UR4yqR99zCTEsLzU5v32xKAZQSSLsCT8R2cP++PwgBGNCD1lREsK3vaQAHH+vrYt/7YdIxnYUA8Wy1WO7rR4U4d52E23xfZBoqDSCqLin04ptxkNpeA41HQ/hxz2NwkW21G4rvG5itY7yGkfbGVfUmYO4SGz8Pd+OFdQp4/5rYjJQSKIvEHTxifQBbjd6CeFtlPQk= ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715 2023-12-21T04:54:40.537 INFO:teuthology.orchestra.run.smithi064.stderr:Wrote public SSH key to to /home/ubuntu/cephtest/ceph.pub 2023-12-21T04:54:40.537 INFO:teuthology.orchestra.run.smithi064.stderr:Adding key to root@localhost's authorized_keys... 2023-12-21T04:54:40.538 INFO:teuthology.orchestra.run.smithi064.stderr:Adding host smithi064... 2023-12-21T04:54:40.538 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi064 -v /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpajps_uft:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpb9_fvs78:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch host add smithi064 2023-12-21T04:54:41.930 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout Added host 'smithi064' 2023-12-21T04:54:42.232 INFO:teuthology.orchestra.run.smithi064.stderr:Deploying mon service with default placement... 2023-12-21T04:54:42.232 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi064 -v /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpajps_uft:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpb9_fvs78:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply mon 2023-12-21T04:54:42.805 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout Scheduled mon update... 2023-12-21T04:54:43.165 INFO:teuthology.orchestra.run.smithi064.stderr:Deploying mgr service with default placement... 2023-12-21T04:54:43.165 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi064 -v /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpajps_uft:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpb9_fvs78:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply mgr 2023-12-21T04:54:43.695 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout Scheduled mgr update... 2023-12-21T04:54:44.090 INFO:teuthology.orchestra.run.smithi064.stderr:Deploying crash service with default placement... 2023-12-21T04:54:44.091 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi064 -v /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpajps_uft:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpb9_fvs78:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply crash 2023-12-21T04:54:44.599 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout Scheduled crash update... 2023-12-21T04:54:44.940 INFO:teuthology.orchestra.run.smithi064.stderr:Enabling mgr prometheus module... 2023-12-21T04:54:44.940 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi064 -v /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpajps_uft:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpb9_fvs78:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 mgr module enable prometheus 2023-12-21T04:54:46.324 INFO:teuthology.orchestra.run.smithi064.stderr:Deploying prometheus service with default placement... 2023-12-21T04:54:46.325 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi064 -v /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpajps_uft:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpb9_fvs78:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply prometheus 2023-12-21T04:54:50.889 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout Scheduled prometheus update... 2023-12-21T04:54:51.233 INFO:teuthology.orchestra.run.smithi064.stderr:Deploying grafana service with default placement... 2023-12-21T04:54:51.234 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi064 -v /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpajps_uft:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpb9_fvs78:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply grafana 2023-12-21T04:54:51.983 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout Scheduled grafana update... 2023-12-21T04:54:52.322 INFO:teuthology.orchestra.run.smithi064.stderr:Deploying node-exporter service with default placement... 2023-12-21T04:54:52.322 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi064 -v /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpajps_uft:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpb9_fvs78:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply node-exporter 2023-12-21T04:54:52.859 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout Scheduled node-exporter update... 2023-12-21T04:54:53.205 INFO:teuthology.orchestra.run.smithi064.stderr:Deploying alertmanager service with default placement... 2023-12-21T04:54:53.205 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi064 -v /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpajps_uft:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpb9_fvs78:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply alertmanager 2023-12-21T04:54:53.705 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout Scheduled alertmanager update... 2023-12-21T04:54:54.039 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi064 -v /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpajps_uft:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpb9_fvs78:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 config set mgr mgr/cephadm/container_init False --force 2023-12-21T04:54:54.872 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi064 -v /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpajps_uft:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpb9_fvs78:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 config set mgr mgr/dashboard/ssl_server_port 8443 2023-12-21T04:54:55.739 INFO:teuthology.orchestra.run.smithi064.stderr:Enabling the dashboard module... 2023-12-21T04:54:55.739 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi064 -v /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpajps_uft:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpb9_fvs78:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 mgr module enable dashboard 2023-12-21T04:54:57.089 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi064 -v /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpajps_uft:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpb9_fvs78:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 mgr dump 2023-12-21T04:54:57.636 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:57.636 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "epoch": 13, 2023-12-21T04:54:57.637 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "active_gid": 14144, 2023-12-21T04:54:57.637 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "active_name": "smithi064.skpyci", 2023-12-21T04:54:57.637 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "active_addrs": { 2023-12-21T04:54:57.637 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "addrvec": [ 2023-12-21T04:54:57.637 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:57.637 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "v2", 2023-12-21T04:54:57.639 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.64:6800", 2023-12-21T04:54:57.639 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "nonce": 2909601249 2023-12-21T04:54:57.639 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.639 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:57.639 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "v1", 2023-12-21T04:54:57.639 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.64:6801", 2023-12-21T04:54:57.639 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "nonce": 2909601249 2023-12-21T04:54:57.639 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:57.639 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ] 2023-12-21T04:54:57.639 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.639 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "active_addr": "172.21.15.64:6801/2909601249", 2023-12-21T04:54:57.639 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "active_change": "2023-12-21T04:54:49.825539+0000", 2023-12-21T04:54:57.639 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "active_mgr_features": 4540138292840890367, 2023-12-21T04:54:57.639 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "available": true, 2023-12-21T04:54:57.640 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "standbys": [], 2023-12-21T04:54:57.640 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "modules": [ 2023-12-21T04:54:57.640 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "cephadm", 2023-12-21T04:54:57.640 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "dashboard", 2023-12-21T04:54:57.646 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "iostat", 2023-12-21T04:54:57.646 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "prometheus", 2023-12-21T04:54:57.646 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "restful" 2023-12-21T04:54:57.646 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:57.646 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "available_modules": [ 2023-12-21T04:54:57.646 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:57.646 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "alerts", 2023-12-21T04:54:57.646 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-21T04:54:57.646 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-21T04:54:57.647 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-21T04:54:57.647 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "interval": { 2023-12-21T04:54:57.647 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "interval", 2023-12-21T04:54:57.647 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-21T04:54:57.647 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.647 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.647 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "60", 2023-12-21T04:54:57.647 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.647 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.647 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.647 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "How frequently to reexamine health status", 2023-12-21T04:54:57.647 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.647 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.647 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.647 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.647 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-21T04:54:57.648 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-21T04:54:57.648 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.648 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.648 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.648 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:57.648 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.648 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.648 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:57.648 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:57.648 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:57.648 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:57.648 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:57.648 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:57.648 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:57.648 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:57.649 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.649 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.649 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.649 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.649 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.649 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-21T04:54:57.649 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-21T04:54:57.649 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:57.649 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.649 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.649 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:57.649 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.649 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.649 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.649 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.650 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.650 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.650 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.650 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.650 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-21T04:54:57.650 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-21T04:54:57.650 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.650 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.650 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.650 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-21T04:54:57.650 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.650 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.650 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:57.650 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:57.650 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:57.650 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:57.663 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:57.663 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:57.663 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:57.663 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:57.664 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.664 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.664 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.664 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.664 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.664 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-21T04:54:57.664 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-21T04:54:57.664 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:57.664 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.664 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.664 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:57.664 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.664 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.664 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.664 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.665 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.665 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.665 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.665 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.665 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "smtp_destination": { 2023-12-21T04:54:57.665 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "smtp_destination", 2023-12-21T04:54:57.665 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.665 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.665 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.665 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:57.666 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.666 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.666 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.666 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "Email address to send alerts to", 2023-12-21T04:54:57.666 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.666 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.666 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.666 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.666 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "smtp_from_name": { 2023-12-21T04:54:57.666 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "smtp_from_name", 2023-12-21T04:54:57.666 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.666 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.666 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.666 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "Ceph", 2023-12-21T04:54:57.666 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.666 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.667 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.667 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "Email From: name", 2023-12-21T04:54:57.667 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.667 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.667 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.667 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.667 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "smtp_host": { 2023-12-21T04:54:57.667 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "smtp_host", 2023-12-21T04:54:57.667 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.667 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.667 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.668 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:57.668 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.668 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.668 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.668 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "SMTP server", 2023-12-21T04:54:57.668 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.668 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.668 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.668 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.668 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "smtp_password": { 2023-12-21T04:54:57.668 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "smtp_password", 2023-12-21T04:54:57.668 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.668 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.668 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.668 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:57.669 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.669 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.669 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.669 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "Password to authenticate with", 2023-12-21T04:54:57.669 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.669 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.669 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.669 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.669 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "smtp_port": { 2023-12-21T04:54:57.669 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "smtp_port", 2023-12-21T04:54:57.669 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-21T04:54:57.669 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.669 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.669 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "465", 2023-12-21T04:54:57.669 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.670 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.670 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.670 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "SMTP port", 2023-12-21T04:54:57.670 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.670 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.670 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.670 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.670 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "smtp_sender": { 2023-12-21T04:54:57.670 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "smtp_sender", 2023-12-21T04:54:57.670 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.670 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.670 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.670 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:57.670 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.670 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.671 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.671 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "SMTP envelope sender", 2023-12-21T04:54:57.671 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.671 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.671 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.671 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.671 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "smtp_ssl": { 2023-12-21T04:54:57.671 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "smtp_ssl", 2023-12-21T04:54:57.671 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:57.671 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.671 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.671 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-21T04:54:57.671 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.671 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.671 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.671 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "Use SSL to connect to SMTP server", 2023-12-21T04:54:57.672 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.672 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.672 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.672 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.672 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "smtp_user": { 2023-12-21T04:54:57.672 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "smtp_user", 2023-12-21T04:54:57.672 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.672 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.672 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.672 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:57.672 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.672 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.672 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.672 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "User to authenticate as", 2023-12-21T04:54:57.672 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.673 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.673 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.673 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:57.673 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:57.673 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.673 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:57.673 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "balancer", 2023-12-21T04:54:57.673 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-21T04:54:57.673 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-21T04:54:57.673 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-21T04:54:57.673 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "active": { 2023-12-21T04:54:57.673 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "active", 2023-12-21T04:54:57.673 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:57.673 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.673 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.674 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:57.674 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.674 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.674 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.674 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "automatically balance PGs across cluster", 2023-12-21T04:54:57.847 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.847 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.847 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.847 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.847 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "begin_time": { 2023-12-21T04:54:57.847 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "begin_time", 2023-12-21T04:54:57.847 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.847 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.847 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.848 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "0000", 2023-12-21T04:54:57.848 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.848 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.848 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.848 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "beginning time of day to automatically balance", 2023-12-21T04:54:57.848 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "This is a time of day in the format HHMM.", 2023-12-21T04:54:57.848 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.848 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.848 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.848 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "begin_weekday": { 2023-12-21T04:54:57.848 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "begin_weekday", 2023-12-21T04:54:57.848 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "uint", 2023-12-21T04:54:57.848 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.848 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.848 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "0", 2023-12-21T04:54:57.848 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "0", 2023-12-21T04:54:57.848 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "7", 2023-12-21T04:54:57.849 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.849 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "Restrict automatic balancing to this day of the week or later", 2023-12-21T04:54:57.849 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2023-12-21T04:54:57.849 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.849 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.849 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.849 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "crush_compat_max_iterations": { 2023-12-21T04:54:57.849 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "crush_compat_max_iterations", 2023-12-21T04:54:57.849 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "uint", 2023-12-21T04:54:57.849 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.849 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.849 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "25", 2023-12-21T04:54:57.849 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "1", 2023-12-21T04:54:57.849 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "250", 2023-12-21T04:54:57.850 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.850 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "maximum number of iterations to attempt optimization", 2023-12-21T04:54:57.850 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.850 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.850 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.850 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.850 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "crush_compat_metrics": { 2023-12-21T04:54:57.850 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "crush_compat_metrics", 2023-12-21T04:54:57.850 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.850 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.850 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.850 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "pgs,objects,bytes", 2023-12-21T04:54:57.850 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.850 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.850 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.850 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "metrics with which to calculate OSD utilization", 2023-12-21T04:54:57.851 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.", 2023-12-21T04:54:57.851 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.851 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.851 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.851 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "crush_compat_step": { 2023-12-21T04:54:57.851 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "crush_compat_step", 2023-12-21T04:54:57.851 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "float", 2023-12-21T04:54:57.851 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.851 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.851 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "0.5", 2023-12-21T04:54:57.851 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "0.001", 2023-12-21T04:54:57.851 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "0.999", 2023-12-21T04:54:57.851 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.851 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "aggressiveness of optimization", 2023-12-21T04:54:57.851 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": ".99 is very aggressive, .01 is less aggressive", 2023-12-21T04:54:57.852 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.852 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.852 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.852 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "end_time": { 2023-12-21T04:54:57.852 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "end_time", 2023-12-21T04:54:57.852 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.852 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.852 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.852 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "2400", 2023-12-21T04:54:57.852 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.852 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.852 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.852 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "ending time of day to automatically balance", 2023-12-21T04:54:57.852 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "This is a time of day in the format HHMM.", 2023-12-21T04:54:57.852 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.853 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.853 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.853 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "end_weekday": { 2023-12-21T04:54:57.853 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "end_weekday", 2023-12-21T04:54:57.853 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "uint", 2023-12-21T04:54:57.853 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.853 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.853 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "7", 2023-12-21T04:54:57.853 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "0", 2023-12-21T04:54:57.853 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "7", 2023-12-21T04:54:57.853 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.853 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "Restrict automatic balancing to days of the week earlier than this", 2023-12-21T04:54:57.853 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2023-12-21T04:54:57.853 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.853 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.854 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.854 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-21T04:54:57.854 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-21T04:54:57.854 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.854 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.854 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.854 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:57.854 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.854 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.854 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:57.854 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:57.854 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:57.854 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:57.854 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:57.855 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:57.855 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:57.855 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:57.855 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.855 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.855 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.855 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.855 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.855 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-21T04:54:57.855 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-21T04:54:57.855 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:57.855 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.855 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.855 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:57.855 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.855 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.856 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.856 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.856 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.856 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.856 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.856 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.856 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-21T04:54:57.856 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-21T04:54:57.856 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.856 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.856 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.856 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-21T04:54:57.856 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.856 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.856 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:57.856 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:57.857 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:57.857 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:57.857 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:57.857 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:57.857 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:57.857 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:57.857 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.857 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.857 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.857 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.857 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.857 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-21T04:54:57.857 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-21T04:54:57.857 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:57.857 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.858 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.858 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:57.858 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.858 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.858 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.858 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.858 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.858 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.858 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.858 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.858 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min_score": { 2023-12-21T04:54:57.858 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "min_score", 2023-12-21T04:54:57.858 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "float", 2023-12-21T04:54:57.858 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.858 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.858 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "0", 2023-12-21T04:54:57.858 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.859 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.859 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.859 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "minimum score, below which no optimization is attempted", 2023-12-21T04:54:57.859 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.859 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.859 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.859 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.859 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "mode": { 2023-12-21T04:54:57.859 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "mode", 2023-12-21T04:54:57.859 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.859 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.859 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.859 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "none", 2023-12-21T04:54:57.859 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.859 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.859 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:57.859 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "crush-compat", 2023-12-21T04:54:57.860 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "none", 2023-12-21T04:54:57.860 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "upmap" 2023-12-21T04:54:57.860 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:57.860 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "Balancer mode", 2023-12-21T04:54:57.860 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.860 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.860 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.860 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.860 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "pool_ids": { 2023-12-21T04:54:57.860 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "pool_ids", 2023-12-21T04:54:57.860 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.860 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.860 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.860 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:57.860 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.860 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.860 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.860 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "pools which the automatic balancing will be limited to", 2023-12-21T04:54:57.861 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.861 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.861 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.861 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.861 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2023-12-21T04:54:57.861 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2023-12-21T04:54:57.861 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-21T04:54:57.861 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.861 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.861 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "60", 2023-12-21T04:54:57.861 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.861 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.861 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.862 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "how frequently to wake up and attempt optimization", 2023-12-21T04:54:57.862 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.862 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.862 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.862 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.862 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "upmap_max_deviation": { 2023-12-21T04:54:57.862 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "upmap_max_deviation", 2023-12-21T04:54:57.862 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-21T04:54:57.862 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.862 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.862 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "5", 2023-12-21T04:54:57.862 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "1", 2023-12-21T04:54:57.862 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.862 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.862 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "deviation below which no optimization is attempted", 2023-12-21T04:54:57.863 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "If the number of PGs are within this count then no optimization is attempted", 2023-12-21T04:54:57.863 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.863 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.863 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.863 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "upmap_max_optimizations": { 2023-12-21T04:54:57.863 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "upmap_max_optimizations", 2023-12-21T04:54:57.863 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "uint", 2023-12-21T04:54:57.863 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.863 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.863 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "10", 2023-12-21T04:54:57.863 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.863 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.863 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.863 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "maximum upmap optimizations to make per attempt", 2023-12-21T04:54:57.863 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.864 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.864 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.864 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:57.864 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:57.864 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.864 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:57.864 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "cephadm", 2023-12-21T04:54:57.864 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-21T04:54:57.864 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-21T04:54:57.864 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-21T04:54:57.864 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "allow_ptrace": { 2023-12-21T04:54:57.864 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "allow_ptrace", 2023-12-21T04:54:57.864 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:57.864 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.864 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.864 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:57.865 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.865 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.865 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.865 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "allow SYS_PTRACE capability on ceph containers", 2023-12-21T04:54:57.865 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "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.", 2023-12-21T04:54:57.865 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.865 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.865 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.865 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "config_dashboard": { 2023-12-21T04:54:57.865 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "config_dashboard", 2023-12-21T04:54:57.865 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:57.865 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.865 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.865 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-21T04:54:57.866 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.866 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.866 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.866 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "manage configs like API endpoints in Dashboard.", 2023-12-21T04:54:57.866 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.866 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.866 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.866 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.866 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "container_image_alertmanager": { 2023-12-21T04:54:57.866 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "container_image_alertmanager", 2023-12-21T04:54:57.866 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.866 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.866 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.866 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/alertmanager:v0.20.0", 2023-12-21T04:54:57.866 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.866 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.867 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.867 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2023-12-21T04:54:57.867 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.867 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.867 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.867 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.867 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "container_image_base": { 2023-12-21T04:54:57.867 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "container_image_base", 2023-12-21T04:54:57.867 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.867 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.867 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.867 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/ceph/ceph", 2023-12-21T04:54:57.867 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.867 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.867 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.867 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "Container image name, without the tag", 2023-12-21T04:54:57.868 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.868 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.868 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.868 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.868 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "container_image_grafana": { 2023-12-21T04:54:57.868 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "container_image_grafana", 2023-12-21T04:54:57.868 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.868 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.868 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.868 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/ceph/ceph-grafana:6.7.4", 2023-12-21T04:54:57.868 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.868 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.868 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.868 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2023-12-21T04:54:57.868 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.868 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.869 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.869 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.869 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "container_image_node_exporter": { 2023-12-21T04:54:57.869 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "container_image_node_exporter", 2023-12-21T04:54:57.869 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.869 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.869 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.869 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/node-exporter:v0.18.1", 2023-12-21T04:54:57.869 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.869 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.869 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.869 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2023-12-21T04:54:57.869 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.869 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.869 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.870 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.870 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "container_image_prometheus": { 2023-12-21T04:54:57.870 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "container_image_prometheus", 2023-12-21T04:54:57.870 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.870 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.870 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.870 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/prometheus:v2.18.1", 2023-12-21T04:54:57.870 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.870 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.870 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.870 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2023-12-21T04:54:57.870 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.870 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.870 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.870 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.871 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "container_init": { 2023-12-21T04:54:57.871 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "container_init", 2023-12-21T04:54:57.871 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:57.871 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.871 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.871 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:57.871 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.871 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.871 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.871 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "Run podman/docker with `--init`", 2023-12-21T04:54:57.871 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.871 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.871 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.871 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.871 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "daemon_cache_timeout": { 2023-12-21T04:54:57.872 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "daemon_cache_timeout", 2023-12-21T04:54:57.872 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-21T04:54:57.872 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.872 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.872 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "600", 2023-12-21T04:54:57.872 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.872 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.872 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.872 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache service (daemon) inventory", 2023-12-21T04:54:57.872 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.872 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.872 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.872 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.872 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "device_cache_timeout": { 2023-12-21T04:54:57.873 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "device_cache_timeout", 2023-12-21T04:54:57.873 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-21T04:54:57.873 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.873 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.873 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "1800", 2023-12-21T04:54:57.873 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.873 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.873 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.873 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache device inventory", 2023-12-21T04:54:57.873 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.873 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.873 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.873 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.873 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "facts_cache_timeout": { 2023-12-21T04:54:57.874 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "facts_cache_timeout", 2023-12-21T04:54:57.874 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-21T04:54:57.874 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.874 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.874 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "60", 2023-12-21T04:54:57.874 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.874 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.874 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.874 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache host facts data", 2023-12-21T04:54:57.874 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.874 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.874 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.874 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.874 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "host_check_interval": { 2023-12-21T04:54:57.875 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "host_check_interval", 2023-12-21T04:54:57.875 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-21T04:54:57.875 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.875 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.875 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "600", 2023-12-21T04:54:57.875 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.875 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.875 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.875 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "how frequently to perform a host check", 2023-12-21T04:54:57.875 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.875 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.875 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.875 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.875 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-21T04:54:57.875 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-21T04:54:57.876 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.876 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.876 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.876 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:57.876 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.876 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.876 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:57.876 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:57.876 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:57.876 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:57.876 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:57.876 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:57.876 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:57.876 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:57.876 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.876 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.877 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.877 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.877 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.877 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-21T04:54:57.877 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-21T04:54:57.877 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:57.877 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.877 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.877 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-21T04:54:57.877 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.877 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.877 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.877 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "log to the \"cephadm\" cluster log channel\"", 2023-12-21T04:54:57.877 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.877 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.878 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.878 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.878 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-21T04:54:57.878 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-21T04:54:57.878 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.878 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.878 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.878 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-21T04:54:57.878 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.878 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.878 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:57.878 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:57.878 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:57.878 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:57.878 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:57.878 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:57.879 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:57.879 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:57.879 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.879 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.879 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.879 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.879 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.879 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-21T04:54:57.879 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-21T04:54:57.879 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:57.879 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.879 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.879 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:57.879 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.879 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.880 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.880 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.880 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.880 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.880 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.880 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.880 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "manage_etc_ceph_ceph_conf": { 2023-12-21T04:54:57.880 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "manage_etc_ceph_ceph_conf", 2023-12-21T04:54:57.880 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:57.880 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.880 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.880 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:57.880 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.880 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.880 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.880 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "Manage and own /etc/ceph/ceph.conf on the hosts.", 2023-12-21T04:54:57.881 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.881 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.881 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.881 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.881 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "migration_current": { 2023-12-21T04:54:57.881 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "migration_current", 2023-12-21T04:54:57.881 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-21T04:54:57.881 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.881 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.881 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-12-21T04:54:57.881 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.881 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.881 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.881 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "internal - do not modify", 2023-12-21T04:54:57.881 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.882 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.882 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.882 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.882 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "mode": { 2023-12-21T04:54:57.882 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "mode", 2023-12-21T04:54:57.882 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.882 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.882 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.882 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "root", 2023-12-21T04:54:57.882 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.882 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.882 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:57.882 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "cephadm-package", 2023-12-21T04:54:57.882 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "root" 2023-12-21T04:54:57.882 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:57.883 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "mode for remote execution of cephadm", 2023-12-21T04:54:57.883 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.883 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.883 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.883 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.883 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "prometheus_alerts_path": { 2023-12-21T04:54:57.883 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "prometheus_alerts_path", 2023-12-21T04:54:57.883 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.883 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.883 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.883 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "/etc/prometheus/ceph/ceph_default_alerts.yml", 2023-12-21T04:54:57.883 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.883 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.883 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.884 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "location of alerts to include in prometheus deployments", 2023-12-21T04:54:57.884 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.884 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.884 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.884 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.884 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "registry_password": { 2023-12-21T04:54:57.884 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "registry_password", 2023-12-21T04:54:57.884 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.884 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.884 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.884 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-12-21T04:54:57.884 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.884 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.884 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.884 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "Custom repository password", 2023-12-21T04:54:57.885 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.885 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.885 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.885 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.885 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "registry_url": { 2023-12-21T04:54:57.885 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "registry_url", 2023-12-21T04:54:57.885 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.885 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.885 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.885 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-12-21T04:54:57.885 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.885 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.885 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.885 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "Custom repository url", 2023-12-21T04:54:57.885 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.886 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.886 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.886 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.886 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "registry_username": { 2023-12-21T04:54:57.886 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "registry_username", 2023-12-21T04:54:57.886 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.886 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.886 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.886 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-12-21T04:54:57.886 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.886 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.886 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.886 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "Custom repository username", 2023-12-21T04:54:57.886 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.886 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.886 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.887 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.887 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "ssh_config_file": { 2023-12-21T04:54:57.887 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "ssh_config_file", 2023-12-21T04:54:57.887 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.887 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.887 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.887 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-12-21T04:54:57.887 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.887 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.887 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.887 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "customized SSH config file to connect to managed hosts", 2023-12-21T04:54:57.887 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.887 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.887 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.887 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.888 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "use_repo_digest": { 2023-12-21T04:54:57.888 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "use_repo_digest", 2023-12-21T04:54:57.888 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:57.888 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.888 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.888 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:57.888 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.888 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.888 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.888 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "Automatically convert image tags to image digest. Make sure all daemons use the same image", 2023-12-21T04:54:57.888 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.888 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.888 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.888 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.888 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warn_on_failed_host_check": { 2023-12-21T04:54:57.889 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "warn_on_failed_host_check", 2023-12-21T04:54:57.889 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:57.889 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.889 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.889 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-21T04:54:57.889 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.889 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.889 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.889 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if the host check fails", 2023-12-21T04:54:57.889 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.889 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.889 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.889 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.889 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warn_on_stray_daemons": { 2023-12-21T04:54:57.889 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "warn_on_stray_daemons", 2023-12-21T04:54:57.890 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:57.890 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.890 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.890 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-21T04:54:57.890 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.890 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.890 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.890 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if daemons are detected that are not managed by cephadm", 2023-12-21T04:54:57.890 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.890 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.890 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.890 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.890 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warn_on_stray_hosts": { 2023-12-21T04:54:57.890 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "warn_on_stray_hosts", 2023-12-21T04:54:57.890 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:57.891 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.891 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.891 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-21T04:54:57.891 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.891 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.891 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.891 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if daemons are detected on a host that is not managed by cephadm", 2023-12-21T04:54:57.891 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.891 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.891 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.891 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:57.891 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:57.891 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.891 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:57.891 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "crash", 2023-12-21T04:54:57.892 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-21T04:54:57.892 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-21T04:54:57.892 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-21T04:54:57.892 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-21T04:54:57.892 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-21T04:54:57.892 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.892 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.892 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.892 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:57.892 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.892 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.892 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:57.892 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:57.892 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:57.892 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:57.892 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:57.893 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:57.893 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:57.893 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:57.893 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.893 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.893 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.893 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.893 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.893 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-21T04:54:57.893 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-21T04:54:57.893 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:57.893 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.893 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.893 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:57.893 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.894 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.894 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.894 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.894 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.894 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.894 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.894 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.894 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-21T04:54:57.894 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-21T04:54:57.894 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.894 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.894 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.894 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-21T04:54:57.894 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.894 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.894 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:57.895 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:57.895 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:57.895 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:57.895 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:57.895 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:57.895 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:57.895 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:57.895 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.895 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.895 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.895 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.895 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.895 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-21T04:54:57.895 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-21T04:54:57.895 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:57.895 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.896 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.896 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:57.896 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.896 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.896 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.896 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.896 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.896 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.896 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.896 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.896 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "retain_interval": { 2023-12-21T04:54:57.896 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "retain_interval", 2023-12-21T04:54:57.896 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-21T04:54:57.896 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.896 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.896 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "31536000", 2023-12-21T04:54:57.897 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.897 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.897 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.897 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "how long to retain crashes before pruning them", 2023-12-21T04:54:57.897 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.897 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.897 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.897 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.897 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warn_recent_interval": { 2023-12-21T04:54:57.897 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "warn_recent_interval", 2023-12-21T04:54:57.897 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-21T04:54:57.897 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.897 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.897 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "1209600", 2023-12-21T04:54:57.897 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.898 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.898 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.898 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "time interval in which to warn about recent crashes", 2023-12-21T04:54:57.898 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.898 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.898 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.898 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:57.898 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:57.898 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.898 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:57.898 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "dashboard", 2023-12-21T04:54:57.898 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-21T04:54:57.898 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-21T04:54:57.898 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-21T04:54:57.899 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "ACCOUNT_LOCKOUT_ATTEMPTS": { 2023-12-21T04:54:57.899 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "ACCOUNT_LOCKOUT_ATTEMPTS", 2023-12-21T04:54:57.899 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-21T04:54:57.899 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.899 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.899 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "10", 2023-12-21T04:54:57.899 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.899 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.899 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.899 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.899 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.899 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.899 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.899 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.899 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "ALERTMANAGER_API_HOST": { 2023-12-21T04:54:57.899 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "ALERTMANAGER_API_HOST", 2023-12-21T04:54:57.900 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.900 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.900 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.900 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:57.900 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.900 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.900 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.900 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.900 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.900 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.900 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.900 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.900 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "ALERTMANAGER_API_SSL_VERIFY": { 2023-12-21T04:54:57.900 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "ALERTMANAGER_API_SSL_VERIFY", 2023-12-21T04:54:57.900 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:57.901 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.901 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.901 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-21T04:54:57.901 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.901 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.901 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.901 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.901 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.901 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.901 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.901 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.901 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "AUDIT_API_ENABLED": { 2023-12-21T04:54:57.901 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "AUDIT_API_ENABLED", 2023-12-21T04:54:57.901 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:57.902 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.902 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.902 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:57.902 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.902 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.902 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.902 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.902 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.902 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.902 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.902 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.902 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "AUDIT_API_LOG_PAYLOAD": { 2023-12-21T04:54:57.902 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "AUDIT_API_LOG_PAYLOAD", 2023-12-21T04:54:57.902 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:57.902 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.903 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.903 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-21T04:54:57.903 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.903 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.903 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.903 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.903 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.903 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.903 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.903 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.903 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "ENABLE_BROWSABLE_API": { 2023-12-21T04:54:57.903 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "ENABLE_BROWSABLE_API", 2023-12-21T04:54:57.903 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:57.903 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.903 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.904 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-21T04:54:57.904 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.904 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.904 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.904 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.904 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.904 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.904 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.904 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.904 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_cephfs": { 2023-12-21T04:54:57.904 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_cephfs", 2023-12-21T04:54:57.904 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:57.904 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.904 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.904 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-21T04:54:57.905 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.905 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.905 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.905 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.905 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.905 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.905 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.905 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.905 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_iscsi": { 2023-12-21T04:54:57.905 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_iscsi", 2023-12-21T04:54:57.905 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:57.905 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.905 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.905 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-21T04:54:57.905 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.906 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.906 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.906 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.906 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.906 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.906 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.906 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.906 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_mirroring": { 2023-12-21T04:54:57.906 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_mirroring", 2023-12-21T04:54:57.906 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:57.906 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.906 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.906 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-21T04:54:57.906 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.906 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.906 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.907 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.907 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.907 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.907 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.907 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.907 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_nfs": { 2023-12-21T04:54:57.907 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_nfs", 2023-12-21T04:54:57.907 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:57.907 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.907 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.907 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-21T04:54:57.907 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.907 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.907 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.907 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.908 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.908 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.908 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.908 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.908 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_rbd": { 2023-12-21T04:54:57.908 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_rbd", 2023-12-21T04:54:57.908 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:57.908 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.908 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.908 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-21T04:54:57.908 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.908 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.908 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.908 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.908 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.909 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.909 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.909 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.909 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_rgw": { 2023-12-21T04:54:57.909 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_rgw", 2023-12-21T04:54:57.909 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:57.909 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.909 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.909 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-21T04:54:57.909 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.909 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.909 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.909 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.909 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.909 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.910 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.910 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.910 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE": { 2023-12-21T04:54:57.910 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE", 2023-12-21T04:54:57.910 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.910 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.910 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.910 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:57.910 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.910 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.910 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.910 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.910 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.910 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.910 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.911 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.911 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "GRAFANA_API_PASSWORD": { 2023-12-21T04:54:57.911 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_PASSWORD", 2023-12-21T04:54:57.911 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.911 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.911 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.911 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2023-12-21T04:54:57.911 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.911 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.911 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.911 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.911 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.911 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.911 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.911 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.912 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "GRAFANA_API_SSL_VERIFY": { 2023-12-21T04:54:57.912 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_SSL_VERIFY", 2023-12-21T04:54:57.912 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:57.912 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.912 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.912 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-21T04:54:57.912 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.912 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.912 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.912 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.912 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.912 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.912 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.912 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.913 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "GRAFANA_API_URL": { 2023-12-21T04:54:57.913 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_URL", 2023-12-21T04:54:57.913 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.913 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.913 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.913 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:57.913 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.913 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.913 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.913 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.913 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.913 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.913 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.913 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.913 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "GRAFANA_API_USERNAME": { 2023-12-21T04:54:57.914 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_USERNAME", 2023-12-21T04:54:57.914 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.914 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.914 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.914 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2023-12-21T04:54:57.914 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.914 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.914 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.914 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.914 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.914 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.914 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.914 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.914 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "GRAFANA_FRONTEND_API_URL": { 2023-12-21T04:54:57.914 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_FRONTEND_API_URL", 2023-12-21T04:54:57.915 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.915 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.915 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.915 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:57.915 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.915 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.915 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.915 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.915 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.915 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.915 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.915 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.915 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "GRAFANA_UPDATE_DASHBOARDS": { 2023-12-21T04:54:57.915 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_UPDATE_DASHBOARDS", 2023-12-21T04:54:57.915 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:57.916 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.916 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.916 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:57.916 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.916 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.916 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.916 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.916 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.916 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.916 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.916 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.916 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "ISCSI_API_SSL_VERIFICATION": { 2023-12-21T04:54:57.916 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "ISCSI_API_SSL_VERIFICATION", 2023-12-21T04:54:57.916 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:57.916 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.917 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.917 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-21T04:54:57.917 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.917 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.917 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.917 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.917 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.917 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.917 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.917 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.917 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "PROMETHEUS_API_HOST": { 2023-12-21T04:54:57.917 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "PROMETHEUS_API_HOST", 2023-12-21T04:54:57.917 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.917 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.917 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.918 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:57.918 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.918 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.918 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.918 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.918 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.918 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.918 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.918 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.918 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "PROMETHEUS_API_SSL_VERIFY": { 2023-12-21T04:54:57.918 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "PROMETHEUS_API_SSL_VERIFY", 2023-12-21T04:54:57.918 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:57.918 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.918 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.918 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-21T04:54:57.919 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.919 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.919 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.919 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.919 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.919 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.919 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.919 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.919 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_COMPLEXITY_ENABLED": { 2023-12-21T04:54:57.919 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_COMPLEXITY_ENABLED", 2023-12-21T04:54:57.919 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:57.920 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.920 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.920 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:57.920 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.920 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.920 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.920 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.920 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.920 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.920 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.920 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.920 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED": { 2023-12-21T04:54:57.920 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED", 2023-12-21T04:54:57.920 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:57.920 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.921 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.921 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:57.921 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.921 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.921 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.921 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.921 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.921 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.921 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.921 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.921 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_LENGTH_ENABLED": { 2023-12-21T04:54:57.921 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_LENGTH_ENABLED", 2023-12-21T04:54:57.921 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:57.921 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.922 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.922 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-21T04:54:57.922 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.922 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.922 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.922 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.922 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.922 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.922 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.922 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.922 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_OLDPWD_ENABLED": { 2023-12-21T04:54:57.922 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_OLDPWD_ENABLED", 2023-12-21T04:54:57.922 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:57.922 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.923 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.923 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-21T04:54:57.923 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.923 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.923 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.923 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.923 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.923 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.923 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.923 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.923 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED": { 2023-12-21T04:54:57.923 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED", 2023-12-21T04:54:57.923 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:57.923 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.923 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.923 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:57.924 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.924 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.924 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.924 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.924 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.924 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.924 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.924 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.924 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED": { 2023-12-21T04:54:57.924 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED", 2023-12-21T04:54:57.924 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:57.924 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.924 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.924 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:57.924 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.925 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.925 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.925 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.925 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.925 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.925 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.925 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.925 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_USERNAME_ENABLED": { 2023-12-21T04:54:57.925 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_USERNAME_ENABLED", 2023-12-21T04:54:57.925 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:57.925 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.925 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.925 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:57.925 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.925 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.926 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.926 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.926 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.926 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.926 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.926 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.926 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "PWD_POLICY_ENABLED": { 2023-12-21T04:54:57.926 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_ENABLED", 2023-12-21T04:54:57.926 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:57.926 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.926 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.926 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-21T04:54:57.926 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.926 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.926 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.926 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.926 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.927 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.927 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.927 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.927 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "PWD_POLICY_EXCLUSION_LIST": { 2023-12-21T04:54:57.927 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_EXCLUSION_LIST", 2023-12-21T04:54:57.927 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.927 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.927 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.927 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps", 2023-12-21T04:54:57.927 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.927 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.927 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.927 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.927 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.927 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.927 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.928 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.928 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "PWD_POLICY_MIN_COMPLEXITY": { 2023-12-21T04:54:57.928 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_MIN_COMPLEXITY", 2023-12-21T04:54:57.928 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-21T04:54:57.928 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.928 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.928 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "10", 2023-12-21T04:54:57.928 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.928 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.928 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.928 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.928 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.928 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.928 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.928 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.929 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "PWD_POLICY_MIN_LENGTH": { 2023-12-21T04:54:57.929 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_MIN_LENGTH", 2023-12-21T04:54:57.929 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-21T04:54:57.929 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.929 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.929 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "8", 2023-12-21T04:54:57.929 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.929 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.929 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.929 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.929 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.929 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.929 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.929 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.930 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "REST_REQUESTS_TIMEOUT": { 2023-12-21T04:54:57.930 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "REST_REQUESTS_TIMEOUT", 2023-12-21T04:54:57.930 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-21T04:54:57.930 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.930 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.930 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "45", 2023-12-21T04:54:57.930 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.930 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.930 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.930 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.930 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.930 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.930 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.930 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.930 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "RGW_API_ACCESS_KEY": { 2023-12-21T04:54:57.931 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "RGW_API_ACCESS_KEY", 2023-12-21T04:54:57.931 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.931 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.931 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.931 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:57.931 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.931 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.931 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.931 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.931 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.931 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.931 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.931 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.931 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "RGW_API_ADMIN_RESOURCE": { 2023-12-21T04:54:57.931 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "RGW_API_ADMIN_RESOURCE", 2023-12-21T04:54:57.932 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.932 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.932 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.932 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2023-12-21T04:54:57.932 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.932 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.932 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.932 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.932 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.932 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.932 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.932 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.932 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "RGW_API_HOST": { 2023-12-21T04:54:57.932 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "RGW_API_HOST", 2023-12-21T04:54:57.932 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.933 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.933 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.933 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:57.933 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.933 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.933 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.933 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.933 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.933 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.933 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.933 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.933 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "RGW_API_PORT": { 2023-12-21T04:54:57.933 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "RGW_API_PORT", 2023-12-21T04:54:57.933 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-21T04:54:57.933 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.934 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.934 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "80", 2023-12-21T04:54:57.934 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.934 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.934 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.934 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.934 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.934 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.934 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.934 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.934 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "RGW_API_SCHEME": { 2023-12-21T04:54:57.934 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SCHEME", 2023-12-21T04:54:57.934 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.934 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.934 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.935 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "http", 2023-12-21T04:54:57.935 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.935 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.935 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.935 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.935 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.935 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.935 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.935 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.935 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "RGW_API_SECRET_KEY": { 2023-12-21T04:54:57.935 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SECRET_KEY", 2023-12-21T04:54:57.935 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.935 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.935 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.935 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:57.936 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.936 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.936 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.936 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.936 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.936 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.936 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.936 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.936 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "RGW_API_SSL_VERIFY": { 2023-12-21T04:54:57.936 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SSL_VERIFY", 2023-12-21T04:54:57.936 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:57.936 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.936 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.936 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-21T04:54:57.936 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.937 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.937 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.937 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.937 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.937 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.937 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.937 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.937 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "RGW_API_USER_ID": { 2023-12-21T04:54:57.937 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "RGW_API_USER_ID", 2023-12-21T04:54:57.937 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.937 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.937 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.937 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:57.937 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.937 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.938 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.938 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.938 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.938 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.938 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.938 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.938 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_SPAN": { 2023-12-21T04:54:57.938 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_SPAN", 2023-12-21T04:54:57.938 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-21T04:54:57.938 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.938 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.938 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "0", 2023-12-21T04:54:57.938 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.938 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.938 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.939 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.939 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.939 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.939 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.939 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.939 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_WARNING_1": { 2023-12-21T04:54:57.939 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_WARNING_1", 2023-12-21T04:54:57.939 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-21T04:54:57.939 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.939 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.939 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "10", 2023-12-21T04:54:57.939 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.939 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.939 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.939 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.939 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.940 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.940 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.940 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.940 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_WARNING_2": { 2023-12-21T04:54:57.940 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_WARNING_2", 2023-12-21T04:54:57.940 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-21T04:54:57.940 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.940 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.940 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "5", 2023-12-21T04:54:57.940 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.940 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.940 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.940 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.940 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.940 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.941 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.941 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.941 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "crt_file": { 2023-12-21T04:54:57.941 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "crt_file", 2023-12-21T04:54:57.941 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.941 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.941 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.941 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:57.941 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.941 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.941 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.941 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.941 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.941 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.941 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.941 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.942 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug": { 2023-12-21T04:54:57.942 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "debug", 2023-12-21T04:54:57.942 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:57.942 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.942 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.942 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:57.942 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.942 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.942 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.942 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "Enable/disable debug options", 2023-12-21T04:54:57.942 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.942 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.942 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.942 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.942 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "jwt_token_ttl": { 2023-12-21T04:54:57.943 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "jwt_token_ttl", 2023-12-21T04:54:57.943 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-21T04:54:57.943 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.943 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.943 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "28800", 2023-12-21T04:54:57.943 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.943 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.943 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.943 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.943 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.943 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.943 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.943 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.943 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "key_file": { 2023-12-21T04:54:57.943 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "key_file", 2023-12-21T04:54:57.944 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.944 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.944 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.944 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:57.944 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.944 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.944 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.944 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.944 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.944 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.944 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.944 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.944 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-21T04:54:57.944 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-21T04:54:57.944 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.945 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.945 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.945 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:57.945 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.945 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.945 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:57.945 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:57.945 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:57.945 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:57.945 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:57.945 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:57.945 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:57.945 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:57.945 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.945 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.946 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.946 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.946 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.946 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-21T04:54:57.946 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-21T04:54:57.946 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:57.946 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.946 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.946 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:57.946 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.946 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.946 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.946 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.946 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.946 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.947 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.947 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.947 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-21T04:54:57.947 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-21T04:54:57.947 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.947 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.947 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.947 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-21T04:54:57.947 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.947 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.947 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:57.947 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:57.947 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:57.947 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:57.947 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:57.948 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:57.948 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:57.948 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:57.948 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.948 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.948 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.948 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.948 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.948 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-21T04:54:57.948 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-21T04:54:57.948 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:57.948 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.948 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.948 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:57.948 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.948 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.949 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.949 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.949 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.949 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.949 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.949 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.949 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "server_addr": { 2023-12-21T04:54:57.949 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2023-12-21T04:54:57.949 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.949 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.949 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.949 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "::", 2023-12-21T04:54:57.949 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.949 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.950 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.950 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.950 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.950 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.950 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.950 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.950 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "server_port": { 2023-12-21T04:54:57.950 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "server_port", 2023-12-21T04:54:57.950 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-21T04:54:57.950 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.950 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.950 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "8080", 2023-12-21T04:54:57.950 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.950 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.950 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.951 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.951 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.951 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.951 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.951 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.951 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "ssl": { 2023-12-21T04:54:57.951 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "ssl", 2023-12-21T04:54:57.951 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:57.951 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.951 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.951 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-21T04:54:57.951 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.951 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.951 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.951 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.951 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.952 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.952 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.952 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.952 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "ssl_server_port": { 2023-12-21T04:54:57.952 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "ssl_server_port", 2023-12-21T04:54:57.952 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-21T04:54:57.952 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.952 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.952 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "8443", 2023-12-21T04:54:57.952 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.952 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.952 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.952 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.952 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.953 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.953 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.953 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.953 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "standby_behaviour": { 2023-12-21T04:54:57.953 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "standby_behaviour", 2023-12-21T04:54:57.953 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.953 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.953 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.953 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "redirect", 2023-12-21T04:54:57.953 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.953 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.953 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:57.953 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:57.953 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "redirect" 2023-12-21T04:54:57.953 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:57.954 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.954 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.954 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.954 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.954 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.954 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "standby_error_status_code": { 2023-12-21T04:54:57.954 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "standby_error_status_code", 2023-12-21T04:54:57.954 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-21T04:54:57.954 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.954 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.954 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "500", 2023-12-21T04:54:57.954 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "400", 2023-12-21T04:54:57.954 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "599", 2023-12-21T04:54:57.954 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.954 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.955 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.955 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.955 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.955 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.955 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "url_prefix": { 2023-12-21T04:54:57.955 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "url_prefix", 2023-12-21T04:54:57.955 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.955 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.955 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.955 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:57.955 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.955 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.955 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.955 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.955 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.956 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.956 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.956 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:57.956 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:57.956 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.956 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:57.956 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "devicehealth", 2023-12-21T04:54:57.956 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-21T04:54:57.956 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-21T04:54:57.956 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-21T04:54:57.956 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enable_monitoring": { 2023-12-21T04:54:57.956 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "enable_monitoring", 2023-12-21T04:54:57.956 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:57.956 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.956 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.956 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-21T04:54:57.957 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.957 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.957 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.957 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "monitor device health metrics", 2023-12-21T04:54:57.957 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.957 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.957 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.957 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.957 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-21T04:54:57.957 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-21T04:54:57.957 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.957 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.957 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.957 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:57.957 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.958 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.958 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:57.958 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:57.958 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:57.958 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:57.958 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:57.958 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:57.958 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:57.958 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:57.958 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.958 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.958 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.958 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.958 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.958 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-21T04:54:57.958 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-21T04:54:57.958 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:57.959 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.959 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.959 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:57.959 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.959 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.959 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.959 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.959 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.959 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.959 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.959 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.959 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-21T04:54:57.959 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-21T04:54:57.959 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.959 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.959 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.959 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-21T04:54:57.960 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.960 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.960 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:57.960 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:57.960 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:57.960 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:57.960 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:57.960 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:57.960 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:57.960 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:57.960 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.960 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.960 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.960 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.960 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.960 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-21T04:54:57.960 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-21T04:54:57.960 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:57.961 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.961 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.961 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:57.961 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.961 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.961 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.961 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.961 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.961 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.961 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.961 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.961 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "mark_out_threshold": { 2023-12-21T04:54:57.961 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "mark_out_threshold", 2023-12-21T04:54:57.961 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-21T04:54:57.961 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.962 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.962 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "2419200", 2023-12-21T04:54:57.962 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.962 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.962 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.962 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "automatically mark OSD if it may fail before this long", 2023-12-21T04:54:57.962 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.962 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.962 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.962 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.962 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "pool_name": { 2023-12-21T04:54:57.962 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "pool_name", 2023-12-21T04:54:57.962 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.962 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.962 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.962 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "device_health_metrics", 2023-12-21T04:54:57.963 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.963 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.963 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.963 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "name of pool in which to store device health metrics", 2023-12-21T04:54:57.963 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.963 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.963 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.963 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.963 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "retention_period": { 2023-12-21T04:54:57.963 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "retention_period", 2023-12-21T04:54:57.963 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-21T04:54:57.963 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.963 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.963 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "15552000", 2023-12-21T04:54:57.963 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.963 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.964 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.964 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "how long to retain device health metrics", 2023-12-21T04:54:57.964 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.964 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.964 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.964 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.964 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "scrape_frequency": { 2023-12-21T04:54:57.964 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "scrape_frequency", 2023-12-21T04:54:57.964 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-21T04:54:57.964 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.964 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.964 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "86400", 2023-12-21T04:54:57.964 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.964 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.964 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.964 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "how frequently to scrape device health metrics", 2023-12-21T04:54:57.965 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.965 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.965 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.965 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.965 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "self_heal": { 2023-12-21T04:54:57.965 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "self_heal", 2023-12-21T04:54:57.965 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:57.965 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.965 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.965 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-21T04:54:57.965 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.965 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.965 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.965 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "preemptively heal cluster around devices that may fail", 2023-12-21T04:54:57.966 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.966 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.966 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.966 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.966 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2023-12-21T04:54:57.966 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2023-12-21T04:54:57.966 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-21T04:54:57.966 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.966 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.966 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "600", 2023-12-21T04:54:57.966 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.966 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.966 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.966 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "how frequently to wake up and check device health", 2023-12-21T04:54:57.966 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.966 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.967 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.967 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.967 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warn_threshold": { 2023-12-21T04:54:57.967 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "warn_threshold", 2023-12-21T04:54:57.967 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-21T04:54:57.967 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.967 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.967 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "7257600", 2023-12-21T04:54:57.967 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.967 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.967 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.967 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "raise health warning if OSD may fail before this long", 2023-12-21T04:54:57.967 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.967 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.967 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.967 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:57.968 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:57.968 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.968 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:57.968 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "diskprediction_local", 2023-12-21T04:54:57.968 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-21T04:54:57.968 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-21T04:54:57.968 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-21T04:54:57.968 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-21T04:54:57.968 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-21T04:54:57.968 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.968 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.968 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.968 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:57.968 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.968 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.969 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:57.969 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:57.969 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:57.969 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:57.969 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:57.969 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:57.969 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:57.969 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:57.969 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.969 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.969 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.969 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.969 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.969 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-21T04:54:57.969 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-21T04:54:57.970 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:57.970 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.970 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.970 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:57.970 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.970 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.970 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.970 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.970 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.970 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.970 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.970 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.970 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-21T04:54:57.970 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-21T04:54:57.970 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.970 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.971 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.971 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-21T04:54:57.971 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.971 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.971 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:57.971 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:57.971 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:57.971 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:57.971 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:57.971 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:57.971 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:57.971 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:57.971 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.971 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.971 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.971 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.972 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.972 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-21T04:54:57.972 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-21T04:54:57.972 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:57.972 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.972 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.972 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:57.972 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.972 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.972 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.972 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.972 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.972 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.972 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.972 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.973 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "predict_interval": { 2023-12-21T04:54:57.973 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "predict_interval", 2023-12-21T04:54:57.973 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.973 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.973 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.973 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "86400", 2023-12-21T04:54:57.973 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.973 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.973 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.973 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.973 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.973 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.973 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.973 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.973 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "predictor_model": { 2023-12-21T04:54:57.973 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "predictor_model", 2023-12-21T04:54:57.974 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.974 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.974 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.974 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "prophetstor", 2023-12-21T04:54:57.974 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.974 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.974 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.974 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.974 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.974 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.974 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.974 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.974 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2023-12-21T04:54:57.974 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2023-12-21T04:54:57.974 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.974 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.975 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.975 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "600", 2023-12-21T04:54:57.975 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.975 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.975 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.975 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.975 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.975 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.975 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.975 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:57.975 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:57.975 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.975 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:57.975 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "influx", 2023-12-21T04:54:57.975 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "can_run": false, 2023-12-21T04:54:57.976 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error_string": "influxdb python module not found", 2023-12-21T04:54:57.976 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-21T04:54:57.976 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "batch_size": { 2023-12-21T04:54:57.976 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "batch_size", 2023-12-21T04:54:57.976 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.976 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.976 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.976 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "5000", 2023-12-21T04:54:57.976 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.976 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.976 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.976 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.976 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.976 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.976 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.976 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.977 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "database": { 2023-12-21T04:54:57.977 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "database", 2023-12-21T04:54:57.977 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.977 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.977 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.977 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "ceph", 2023-12-21T04:54:57.977 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.977 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.977 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.977 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.977 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.977 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.977 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.977 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.978 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "hostname": { 2023-12-21T04:54:57.978 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "hostname", 2023-12-21T04:54:57.978 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.978 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.978 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.978 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-12-21T04:54:57.978 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.978 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.978 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.978 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.978 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.978 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.978 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.978 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.978 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "interval": { 2023-12-21T04:54:57.979 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "interval", 2023-12-21T04:54:57.979 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.979 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.979 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.979 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "30", 2023-12-21T04:54:57.979 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.979 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.979 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.979 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.979 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.979 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.979 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.979 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.979 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-21T04:54:57.979 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-21T04:54:57.979 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.980 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.980 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.980 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:57.980 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.980 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.980 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:57.980 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:57.980 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:57.980 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:57.980 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:57.980 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:57.980 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:57.980 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:57.980 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.980 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.980 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.980 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.981 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.981 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-21T04:54:57.981 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-21T04:54:57.981 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:57.981 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.981 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.981 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:57.981 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.981 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.981 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.981 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.981 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.981 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.981 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.981 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.982 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-21T04:54:57.982 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-21T04:54:57.982 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.982 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.982 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.982 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-21T04:54:57.982 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.982 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.982 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:57.982 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:57.982 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:57.982 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:57.982 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:57.982 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:57.982 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:57.983 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:57.983 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.983 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.983 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.983 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.983 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.983 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-21T04:54:57.983 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-21T04:54:57.983 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:57.983 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.983 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.983 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:57.983 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.983 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.983 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.984 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.984 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.984 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.984 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.984 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.984 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "password": { 2023-12-21T04:54:57.984 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "password", 2023-12-21T04:54:57.984 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.984 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.984 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.984 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-12-21T04:54:57.984 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.984 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.984 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.984 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.985 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.985 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.985 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.985 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.985 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "port": { 2023-12-21T04:54:57.985 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "port", 2023-12-21T04:54:57.985 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.985 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.985 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.985 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "8086", 2023-12-21T04:54:57.985 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.985 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.985 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.985 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.986 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.986 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.986 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.986 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.986 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "ssl": { 2023-12-21T04:54:57.986 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "ssl", 2023-12-21T04:54:57.986 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.986 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.986 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.986 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "false", 2023-12-21T04:54:57.986 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.986 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.986 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.986 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.986 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.987 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.987 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.987 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.987 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "threads": { 2023-12-21T04:54:57.987 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "threads", 2023-12-21T04:54:57.987 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.987 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.987 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.987 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "5", 2023-12-21T04:54:57.987 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.987 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.987 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.987 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.987 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.987 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.987 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.988 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.988 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "username": { 2023-12-21T04:54:57.988 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "username", 2023-12-21T04:54:57.988 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.988 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.988 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.988 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-12-21T04:54:57.988 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.988 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.988 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.988 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.988 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.988 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.988 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.988 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.988 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "verify_ssl": { 2023-12-21T04:54:57.989 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "verify_ssl", 2023-12-21T04:54:57.989 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.989 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.989 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:57.989 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "true", 2023-12-21T04:54:57.989 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.989 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.989 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.989 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.989 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.989 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.989 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.989 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:57.989 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:57.989 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.990 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:57.990 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "insights", 2023-12-21T04:54:57.990 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-21T04:54:57.990 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-21T04:54:57.990 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-21T04:54:57.990 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-21T04:54:57.990 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-21T04:54:57.990 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.990 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.990 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.990 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:57.990 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.990 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.990 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:57.990 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:57.991 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:57.991 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:57.991 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:57.991 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:57.991 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:57.991 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:57.991 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.991 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.991 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.991 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.991 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.991 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-21T04:54:57.991 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-21T04:54:57.991 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:57.991 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.991 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.992 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:57.992 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.992 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.992 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.992 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.992 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.992 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.992 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.992 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.992 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-21T04:54:57.992 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-21T04:54:57.992 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.992 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.992 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.992 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-21T04:54:57.993 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.993 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.993 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:57.993 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:57.993 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:57.993 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:57.993 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:57.993 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:57.993 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:57.993 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:57.993 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.993 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.993 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.993 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.994 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.994 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-21T04:54:57.994 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-21T04:54:57.994 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:57.994 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.994 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.994 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:57.994 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.994 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.994 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.994 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.994 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.994 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.994 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.994 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:57.994 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:57.995 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.995 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:57.995 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "iostat", 2023-12-21T04:54:57.995 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-21T04:54:57.995 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-21T04:54:57.995 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-21T04:54:57.995 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-21T04:54:57.995 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-21T04:54:57.995 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.995 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.995 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.995 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:57.995 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.995 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.995 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:57.995 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:57.995 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:57.996 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:57.996 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:57.996 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:57.996 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:57.996 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:57.996 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.996 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.996 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.996 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.996 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.996 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-21T04:54:57.996 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-21T04:54:57.996 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:57.996 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.996 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.997 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:57.997 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.997 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.997 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.997 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.997 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.997 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.997 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.997 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.997 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-21T04:54:57.997 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-21T04:54:57.997 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:57.997 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.997 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.997 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-21T04:54:57.998 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.998 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.998 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:57.998 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:57.998 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:57.998 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:57.998 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:57.998 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:57.998 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:57.998 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:57.998 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.998 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.998 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.998 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.998 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.998 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-21T04:54:57.999 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-21T04:54:57.999 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:57.999 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:57.999 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:57.999 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:57.999 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:57.999 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:57.999 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:57.999 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:57.999 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:57.999 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:57.999 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:57.999 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:57.999 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:57.999 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:57.999 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:57.999 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "k8sevents", 2023-12-21T04:54:58.000 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-21T04:54:58.000 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-21T04:54:58.000 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-21T04:54:58.000 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "ceph_event_retention_days": { 2023-12-21T04:54:58.000 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "ceph_event_retention_days", 2023-12-21T04:54:58.000 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-21T04:54:58.000 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.000 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:58.000 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "7", 2023-12-21T04:54:58.000 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.000 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.000 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.000 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "Days to hold ceph event information within local cache", 2023-12-21T04:54:58.000 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.000 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.000 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.000 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.001 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "config_check_secs": { 2023-12-21T04:54:58.001 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "config_check_secs", 2023-12-21T04:54:58.001 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-21T04:54:58.001 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.001 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:58.001 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "10", 2023-12-21T04:54:58.001 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "10", 2023-12-21T04:54:58.001 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.001 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.001 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "interval (secs) to check for cluster configuration changes", 2023-12-21T04:54:58.001 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.001 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.001 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.001 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.001 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-21T04:54:58.132 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-21T04:54:58.132 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.132 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.132 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.133 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:58.133 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.133 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.133 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:58.133 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:58.133 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:58.133 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:58.133 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:58.133 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:58.133 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:58.133 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:58.133 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.133 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.133 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.134 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.134 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.134 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-21T04:54:58.134 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-21T04:54:58.134 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:58.134 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.134 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.134 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:58.134 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.134 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.134 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.134 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.134 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.134 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.134 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.135 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.135 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-21T04:54:58.135 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-21T04:54:58.135 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.135 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.135 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.135 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-21T04:54:58.135 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.135 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.135 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:58.135 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:58.135 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:58.135 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:58.135 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:58.135 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:58.136 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:58.136 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:58.136 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.136 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.136 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.136 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.136 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.136 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-21T04:54:58.136 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-21T04:54:58.136 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:58.136 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.136 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.136 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:58.136 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.136 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.137 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.137 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.137 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.137 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.137 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.137 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:58.137 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:58.137 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.137 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:58.137 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "localpool", 2023-12-21T04:54:58.137 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-21T04:54:58.137 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-21T04:54:58.137 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-21T04:54:58.137 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "failure_domain": { 2023-12-21T04:54:58.137 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "failure_domain", 2023-12-21T04:54:58.138 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.138 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.138 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.138 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "host", 2023-12-21T04:54:58.138 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.138 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.138 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.138 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "failure domain for any created local pool", 2023-12-21T04:54:58.138 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.138 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.138 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.138 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.138 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-21T04:54:58.138 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-21T04:54:58.139 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.139 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.139 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.139 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:58.139 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.139 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.139 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:58.139 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:58.139 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:58.139 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:58.139 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:58.139 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:58.139 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:58.139 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:58.139 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.140 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.140 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.140 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.140 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.140 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-21T04:54:58.140 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-21T04:54:58.140 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:58.140 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.140 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.140 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:58.140 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.140 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.140 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.140 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.140 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.141 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.141 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.141 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.141 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-21T04:54:58.141 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-21T04:54:58.141 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.141 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.141 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.141 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-21T04:54:58.141 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.141 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.141 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:58.141 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:58.141 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:58.141 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:58.141 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:58.142 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:58.142 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:58.142 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:58.142 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.142 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.142 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.142 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.142 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.142 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-21T04:54:58.142 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-21T04:54:58.142 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:58.142 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.142 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.142 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:58.142 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.143 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.143 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.143 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.143 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.143 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.143 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.143 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.143 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min_size": { 2023-12-21T04:54:58.143 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "min_size", 2023-12-21T04:54:58.143 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-21T04:54:58.143 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.143 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.143 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:58.143 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.143 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.144 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.144 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "default min_size for any created local pool", 2023-12-21T04:54:58.144 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.144 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.144 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.144 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.144 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "num_rep": { 2023-12-21T04:54:58.144 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "num_rep", 2023-12-21T04:54:58.144 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-21T04:54:58.144 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.144 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.144 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "3", 2023-12-21T04:54:58.144 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.144 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.144 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.144 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "default replica count for any created local pool", 2023-12-21T04:54:58.145 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.145 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.145 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.145 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.145 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "pg_num": { 2023-12-21T04:54:58.145 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "pg_num", 2023-12-21T04:54:58.145 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-21T04:54:58.145 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.145 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.145 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "128", 2023-12-21T04:54:58.145 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.145 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.145 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.145 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "default pg_num for any created local pool", 2023-12-21T04:54:58.146 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.146 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.146 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.146 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.146 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "prefix": { 2023-12-21T04:54:58.146 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "prefix", 2023-12-21T04:54:58.146 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.146 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.146 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.146 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:58.146 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.146 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.146 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.146 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "name prefix for any created local pool", 2023-12-21T04:54:58.146 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.146 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.147 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.147 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.147 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "subtree": { 2023-12-21T04:54:58.147 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "subtree", 2023-12-21T04:54:58.147 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.147 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.147 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.147 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "rack", 2023-12-21T04:54:58.147 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.147 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.147 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.147 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "CRUSH level for which to create a local pool", 2023-12-21T04:54:58.147 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.147 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.147 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.148 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:58.148 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:58.148 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.148 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:58.148 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "orchestrator", 2023-12-21T04:54:58.148 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-21T04:54:58.148 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-21T04:54:58.148 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-21T04:54:58.148 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-21T04:54:58.148 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-21T04:54:58.148 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.148 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.148 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.148 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:58.148 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.148 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.149 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:58.149 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:58.149 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:58.149 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:58.149 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:58.149 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:58.149 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:58.149 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:58.149 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.149 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.149 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.149 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.149 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.149 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-21T04:54:58.149 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-21T04:54:58.149 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:58.149 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.150 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.150 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:58.150 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.150 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.150 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.150 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.150 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.150 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.150 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.150 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.150 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-21T04:54:58.150 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-21T04:54:58.150 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.150 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.150 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.151 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-21T04:54:58.151 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.151 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.151 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:58.151 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:58.151 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:58.151 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:58.151 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:58.151 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:58.151 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:58.151 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:58.151 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.151 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.151 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.151 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.151 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.152 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-21T04:54:58.152 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-21T04:54:58.152 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:58.152 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.152 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.152 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:58.152 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.152 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.152 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.152 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.152 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.152 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.152 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.152 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.152 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "orchestrator": { 2023-12-21T04:54:58.152 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "orchestrator", 2023-12-21T04:54:58.152 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.153 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.153 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.153 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-12-21T04:54:58.153 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.153 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.153 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:58.153 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "cephadm", 2023-12-21T04:54:58.153 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "rook", 2023-12-21T04:54:58.153 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "test_orchestrator" 2023-12-21T04:54:58.153 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:58.153 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "Orchestrator backend", 2023-12-21T04:54:58.153 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.153 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.153 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.153 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:58.154 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:58.154 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.154 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:58.154 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "osd_support", 2023-12-21T04:54:58.154 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-21T04:54:58.154 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-21T04:54:58.154 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-21T04:54:58.154 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-21T04:54:58.154 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-21T04:54:58.154 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.154 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.154 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.154 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:58.154 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.154 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.155 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:58.155 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:58.155 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:58.155 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:58.155 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:58.155 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:58.155 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:58.155 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:58.155 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.155 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.155 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.155 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.155 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.155 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-21T04:54:58.155 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-21T04:54:58.156 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:58.156 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.156 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.156 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:58.156 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.156 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.156 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.156 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.156 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.156 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.156 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.156 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.156 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-21T04:54:58.156 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-21T04:54:58.156 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.156 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.156 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.156 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-21T04:54:58.157 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.157 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.157 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:58.157 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:58.157 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:58.157 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:58.157 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:58.157 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:58.157 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:58.157 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:58.157 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.157 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.157 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.157 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.157 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.158 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-21T04:54:58.158 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-21T04:54:58.158 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:58.158 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.158 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.158 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:58.158 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.158 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.158 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.158 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.158 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.158 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.158 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.158 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:58.158 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:58.158 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.159 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:58.159 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "pg_autoscaler", 2023-12-21T04:54:58.159 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-21T04:54:58.159 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-21T04:54:58.159 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-21T04:54:58.159 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-21T04:54:58.159 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-21T04:54:58.159 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.159 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.159 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.159 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:58.159 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.159 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.159 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:58.159 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:58.159 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:58.160 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:58.160 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:58.160 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:58.160 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:58.160 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:58.160 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.160 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.160 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.160 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.160 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.160 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-21T04:54:58.160 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-21T04:54:58.160 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:58.160 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.160 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.161 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:58.161 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.161 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.161 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.161 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.161 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.161 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.161 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.161 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.161 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-21T04:54:58.161 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-21T04:54:58.161 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.161 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.161 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.162 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-21T04:54:58.162 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.162 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.162 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:58.162 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:58.162 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:58.162 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:58.162 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:58.162 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:58.162 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:58.162 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:58.162 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.162 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.162 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.163 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.163 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.163 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-21T04:54:58.163 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-21T04:54:58.163 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:58.163 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.163 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.163 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:58.163 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.163 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.163 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.163 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.163 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.163 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.163 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.164 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.164 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2023-12-21T04:54:58.164 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2023-12-21T04:54:58.164 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.164 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.164 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:58.164 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "60", 2023-12-21T04:54:58.164 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.164 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.164 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.164 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.164 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.164 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.164 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.164 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:58.165 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:58.165 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.165 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:58.165 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "progress", 2023-12-21T04:54:58.165 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-21T04:54:58.165 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-21T04:54:58.165 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-21T04:54:58.165 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enabled": { 2023-12-21T04:54:58.165 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "enabled", 2023-12-21T04:54:58.165 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:58.165 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.165 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:58.165 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-21T04:54:58.165 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.165 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.166 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.166 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.166 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.166 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.166 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.166 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.166 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-21T04:54:58.166 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-21T04:54:58.166 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.166 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.166 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.166 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:58.166 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.166 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.166 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:58.167 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:58.167 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:58.167 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:58.167 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:58.167 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:58.167 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:58.167 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:58.167 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.167 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.167 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.167 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.167 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.167 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-21T04:54:58.167 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-21T04:54:58.167 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:58.167 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.168 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.168 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:58.168 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.168 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.168 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.168 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.168 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.168 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.168 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.168 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.168 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-21T04:54:58.168 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-21T04:54:58.168 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.168 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.168 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.169 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-21T04:54:58.169 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.169 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.169 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:58.169 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:58.169 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:58.169 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:58.169 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:58.169 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:58.169 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:58.169 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:58.169 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.169 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.169 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.169 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.170 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.170 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-21T04:54:58.170 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-21T04:54:58.170 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:58.170 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.170 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.170 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:58.170 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.170 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.170 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.170 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.170 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.170 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.170 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.170 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.170 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max_completed_events": { 2023-12-21T04:54:58.171 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "max_completed_events", 2023-12-21T04:54:58.171 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-21T04:54:58.171 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.171 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.171 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "50", 2023-12-21T04:54:58.171 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.171 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.171 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.171 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "number of past completed events to remember", 2023-12-21T04:54:58.171 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.171 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.171 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.171 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.171 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "persist_interval": { 2023-12-21T04:54:58.172 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "persist_interval", 2023-12-21T04:54:58.172 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-21T04:54:58.172 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.172 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.172 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "5", 2023-12-21T04:54:58.172 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.172 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.172 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.172 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "how frequently to persist completed events", 2023-12-21T04:54:58.172 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.172 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.172 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.172 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:58.172 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:58.172 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.173 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:58.173 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "prometheus", 2023-12-21T04:54:58.173 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-21T04:54:58.173 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-21T04:54:58.173 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-21T04:54:58.173 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-21T04:54:58.173 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-21T04:54:58.173 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.173 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.173 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.173 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:58.173 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.173 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.173 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:58.173 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:58.174 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:58.174 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:58.174 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:58.174 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:58.174 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:58.174 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:58.174 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.174 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.174 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.174 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.174 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.174 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-21T04:54:58.174 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-21T04:54:58.174 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:58.174 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.174 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.175 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:58.175 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.175 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.175 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.175 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.175 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.175 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.175 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.175 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.175 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-21T04:54:58.175 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-21T04:54:58.175 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.175 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.175 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.175 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-21T04:54:58.176 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.176 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.176 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:58.176 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:58.176 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:58.176 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:58.176 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:58.176 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:58.176 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:58.176 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:58.176 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.176 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.176 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.176 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.176 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.176 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-21T04:54:58.177 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-21T04:54:58.177 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:58.177 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.177 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.177 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:58.177 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.177 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.177 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.177 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.177 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.177 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.177 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.177 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.177 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "rbd_stats_pools": { 2023-12-21T04:54:58.177 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "rbd_stats_pools", 2023-12-21T04:54:58.178 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.178 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.178 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:58.178 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:58.178 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.178 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.178 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.178 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.178 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.178 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.178 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.178 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.178 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "rbd_stats_pools_refresh_interval": { 2023-12-21T04:54:58.178 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "rbd_stats_pools_refresh_interval", 2023-12-21T04:54:58.178 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-21T04:54:58.178 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.179 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:58.179 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "300", 2023-12-21T04:54:58.179 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.179 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.179 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.179 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.179 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.179 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.179 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.179 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.179 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "scrape_interval": { 2023-12-21T04:54:58.179 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "scrape_interval", 2023-12-21T04:54:58.179 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.179 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.179 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:58.179 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:58.180 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.180 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.180 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.180 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.180 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.180 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.180 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.180 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.180 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "server_addr": { 2023-12-21T04:54:58.180 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2023-12-21T04:54:58.180 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.180 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.180 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:58.180 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:58.180 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.180 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.181 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.181 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.181 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.181 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.181 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.181 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.181 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "server_port": { 2023-12-21T04:54:58.181 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "server_port", 2023-12-21T04:54:58.181 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.181 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.181 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:58.181 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:58.181 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.181 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.181 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.182 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.182 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.182 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.182 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.182 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.182 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "stale_cache_strategy": { 2023-12-21T04:54:58.182 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "stale_cache_strategy", 2023-12-21T04:54:58.182 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.182 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.182 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:58.182 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:58.182 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.182 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.182 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.182 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.183 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.183 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.183 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.183 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:58.183 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:58.183 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.183 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:58.183 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "rbd_support", 2023-12-21T04:54:58.183 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-21T04:54:58.183 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-21T04:54:58.183 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-21T04:54:58.183 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-21T04:54:58.183 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-21T04:54:58.183 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.183 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.183 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.184 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:58.184 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.184 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.184 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:58.184 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:58.184 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:58.184 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:58.184 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:58.184 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:58.184 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:58.184 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:58.184 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.184 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.184 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.184 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.185 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.185 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-21T04:54:58.185 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-21T04:54:58.185 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:58.185 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.185 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.185 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:58.185 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.185 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.185 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.185 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.185 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.185 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.185 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.185 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.186 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-21T04:54:58.186 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-21T04:54:58.186 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.186 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.186 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.186 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-21T04:54:58.186 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.186 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.186 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:58.186 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:58.186 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:58.186 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:58.186 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:58.186 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:58.186 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:58.187 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:58.187 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.187 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.187 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.187 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.187 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.187 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-21T04:54:58.187 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-21T04:54:58.187 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:58.187 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.187 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.187 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:58.187 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.187 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.187 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.187 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.187 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.188 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.188 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.188 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.188 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max_concurrent_snap_create": { 2023-12-21T04:54:58.188 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "max_concurrent_snap_create", 2023-12-21T04:54:58.188 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-21T04:54:58.188 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.188 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:58.188 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "10", 2023-12-21T04:54:58.188 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.188 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.188 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.188 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.188 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.188 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.189 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.189 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.189 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "mirror_snapshot_schedule": { 2023-12-21T04:54:58.189 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "mirror_snapshot_schedule", 2023-12-21T04:54:58.189 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.189 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.189 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:58.189 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:58.189 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.189 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.189 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.189 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.189 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.189 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.190 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.190 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.190 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "trash_purge_schedule": { 2023-12-21T04:54:58.190 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "trash_purge_schedule", 2023-12-21T04:54:58.190 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.190 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.190 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:58.190 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:58.190 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.190 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.190 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.190 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.190 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.190 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.190 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.191 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:58.191 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:58.191 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.191 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:58.191 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "restful", 2023-12-21T04:54:58.191 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-21T04:54:58.191 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-21T04:54:58.191 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-21T04:54:58.191 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "key_file": { 2023-12-21T04:54:58.191 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "key_file", 2023-12-21T04:54:58.191 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.191 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.191 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:58.191 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:58.191 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.192 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.192 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.192 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.192 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.192 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.192 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.192 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.192 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-21T04:54:58.192 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-21T04:54:58.192 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.192 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.192 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.192 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:58.192 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.192 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.192 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:58.193 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:58.193 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:58.193 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:58.193 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:58.193 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:58.193 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:58.193 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:58.193 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.193 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.193 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.193 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.193 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.193 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-21T04:54:58.193 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-21T04:54:58.193 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:58.194 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.194 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.194 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:58.194 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.194 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.194 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.194 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.194 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.194 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.194 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.194 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.194 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-21T04:54:58.194 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-21T04:54:58.194 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.194 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.195 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.195 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-21T04:54:58.195 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.195 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.195 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:58.195 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:58.195 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:58.195 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:58.195 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:58.195 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:58.195 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:58.195 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:58.195 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.195 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.195 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.195 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.196 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.196 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-21T04:54:58.196 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-21T04:54:58.196 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:58.196 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.196 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.196 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:58.196 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.196 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.196 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.196 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.196 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.196 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.196 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.196 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.197 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "server_addr": { 2023-12-21T04:54:58.197 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2023-12-21T04:54:58.197 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.197 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.197 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:58.197 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:58.197 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.197 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.197 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.197 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.197 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.197 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.197 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.197 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.197 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "server_port": { 2023-12-21T04:54:58.197 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "server_port", 2023-12-21T04:54:58.198 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.198 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.198 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:58.198 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:58.198 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.198 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.198 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.198 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.198 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.198 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.198 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.198 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:58.198 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:58.198 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.198 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:58.199 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "rook", 2023-12-21T04:54:58.199 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-21T04:54:58.199 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-21T04:54:58.199 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-21T04:54:58.199 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-21T04:54:58.199 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-21T04:54:58.199 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.199 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.199 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.199 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:58.199 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.199 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.199 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:58.199 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:58.199 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:58.200 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:58.200 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:58.200 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:58.200 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:58.200 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:58.200 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.200 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.200 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.200 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.200 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.200 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-21T04:54:58.200 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-21T04:54:58.200 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:58.200 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.200 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.201 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:58.201 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.201 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.201 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.201 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.201 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.201 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.201 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.201 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.201 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-21T04:54:58.201 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-21T04:54:58.201 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.201 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.201 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.202 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-21T04:54:58.202 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.202 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.202 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:58.202 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:58.202 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:58.202 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:58.202 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:58.202 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:58.202 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:58.202 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:58.202 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.202 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.202 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.202 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.202 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.203 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-21T04:54:58.203 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-21T04:54:58.203 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:58.203 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.203 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.203 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:58.203 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.203 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.203 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.203 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.203 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.203 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.203 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.203 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:58.203 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:58.204 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.204 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:58.204 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "selftest", 2023-12-21T04:54:58.204 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-21T04:54:58.204 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-21T04:54:58.204 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-21T04:54:58.204 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-21T04:54:58.204 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-21T04:54:58.204 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.204 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.204 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.204 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:58.204 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.204 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.204 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:58.204 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:58.205 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:58.205 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:58.205 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:58.205 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:58.205 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:58.205 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:58.205 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.205 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.205 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.205 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.205 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.205 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-21T04:54:58.205 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-21T04:54:58.205 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:58.205 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.206 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.206 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:58.206 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.206 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.206 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.206 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.206 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.206 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.206 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.206 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.206 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-21T04:54:58.206 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-21T04:54:58.206 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.206 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.206 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.206 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-21T04:54:58.207 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.207 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.207 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:58.207 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:58.207 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:58.207 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:58.207 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:58.207 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:58.207 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:58.207 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:58.207 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.207 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.207 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.207 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.208 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.208 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-21T04:54:58.208 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-21T04:54:58.208 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:58.208 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.208 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.208 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:58.208 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.208 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.208 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.208 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.208 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.208 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.208 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.208 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.208 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "roption1": { 2023-12-21T04:54:58.209 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "roption1", 2023-12-21T04:54:58.209 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.209 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.209 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:58.209 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:58.209 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.209 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.209 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.209 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.209 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.209 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.209 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.209 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.209 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "roption2": { 2023-12-21T04:54:58.210 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "roption2", 2023-12-21T04:54:58.210 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.210 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.210 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:58.210 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "xyz", 2023-12-21T04:54:58.210 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.210 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.210 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.210 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.210 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.210 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.210 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.210 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.210 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "rwoption1": { 2023-12-21T04:54:58.210 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "rwoption1", 2023-12-21T04:54:58.211 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.211 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.211 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:58.211 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:58.211 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.211 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.211 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.211 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.211 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.211 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.211 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.211 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.211 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "rwoption2": { 2023-12-21T04:54:58.211 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "rwoption2", 2023-12-21T04:54:58.212 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-21T04:54:58.212 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.212 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:58.212 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:58.212 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.212 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.212 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.212 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.212 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.212 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.212 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.212 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.212 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "rwoption3": { 2023-12-21T04:54:58.212 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "rwoption3", 2023-12-21T04:54:58.212 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "float", 2023-12-21T04:54:58.212 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.213 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:58.213 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:58.213 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.213 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.213 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.213 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.213 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.213 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.213 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.213 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.213 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "rwoption4": { 2023-12-21T04:54:58.213 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "rwoption4", 2023-12-21T04:54:58.213 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.213 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.214 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:58.214 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:58.214 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.214 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.214 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.214 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.214 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.214 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.214 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.214 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.214 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "rwoption5": { 2023-12-21T04:54:58.214 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "rwoption5", 2023-12-21T04:54:58.214 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:58.214 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.214 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:58.214 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:58.215 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.215 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.215 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.215 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.215 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.215 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.215 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.215 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.215 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "rwoption6": { 2023-12-21T04:54:58.215 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "rwoption6", 2023-12-21T04:54:58.215 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:58.215 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.215 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:58.215 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-21T04:54:58.215 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.215 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.216 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.216 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.216 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.216 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.216 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.216 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.216 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "testkey": { 2023-12-21T04:54:58.216 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "testkey", 2023-12-21T04:54:58.216 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.216 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.216 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:58.216 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:58.216 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.216 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.216 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.216 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.217 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.217 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.217 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.217 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.217 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "testlkey": { 2023-12-21T04:54:58.217 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "testlkey", 2023-12-21T04:54:58.217 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.217 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.217 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:58.217 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:58.217 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.217 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.217 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.217 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.218 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.218 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.218 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.218 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.218 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "testnewline": { 2023-12-21T04:54:58.218 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "testnewline", 2023-12-21T04:54:58.218 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.218 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.218 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:58.218 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:58.218 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.218 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.218 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.218 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.219 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.219 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.219 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.219 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:58.219 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:58.219 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.219 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:58.219 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "status", 2023-12-21T04:54:58.219 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-21T04:54:58.219 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-21T04:54:58.219 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-21T04:54:58.219 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-21T04:54:58.219 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-21T04:54:58.219 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.219 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.219 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.219 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:58.220 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.220 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.220 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:58.220 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:58.220 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:58.220 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:58.220 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:58.220 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:58.220 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:58.220 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:58.220 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.220 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.220 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.220 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.221 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.221 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-21T04:54:58.221 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-21T04:54:58.221 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:58.221 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.221 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.221 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:58.221 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.221 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.221 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.221 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.221 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.221 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.221 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.222 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.222 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-21T04:54:58.222 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-21T04:54:58.222 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.222 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.222 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.222 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-21T04:54:58.222 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.222 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.222 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:58.222 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:58.222 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:58.222 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:58.222 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:58.222 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:58.222 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:58.223 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:58.223 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.223 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.223 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.223 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.223 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.223 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-21T04:54:58.223 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-21T04:54:58.223 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:58.223 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.223 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.223 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:58.223 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.223 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.223 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.223 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.224 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.224 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.224 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.224 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:58.224 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:58.224 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.224 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:58.224 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "telegraf", 2023-12-21T04:54:58.224 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-21T04:54:58.224 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-21T04:54:58.224 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-21T04:54:58.224 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "address": { 2023-12-21T04:54:58.224 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "address", 2023-12-21T04:54:58.224 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.224 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.224 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:58.225 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "unixgram:///tmp/telegraf.sock", 2023-12-21T04:54:58.225 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.225 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.225 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.225 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.225 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.225 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.225 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.225 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.225 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "interval": { 2023-12-21T04:54:58.225 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "interval", 2023-12-21T04:54:58.225 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-21T04:54:58.225 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.225 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:58.225 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "15", 2023-12-21T04:54:58.226 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.226 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.226 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.226 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.226 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.226 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.226 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.226 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.226 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-21T04:54:58.226 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-21T04:54:58.226 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.226 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.226 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.226 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:58.227 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.227 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.227 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:58.227 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:58.227 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:58.227 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:58.227 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:58.227 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:58.227 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:58.227 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:58.227 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.227 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.227 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.227 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.227 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.227 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-21T04:54:58.228 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-21T04:54:58.228 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:58.228 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.228 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.228 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:58.228 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.228 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.228 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.228 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.228 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.228 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.228 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.228 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.228 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-21T04:54:58.228 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-21T04:54:58.229 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.229 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.229 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.229 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-21T04:54:58.229 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.229 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.229 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:58.229 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:58.229 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:58.229 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:58.229 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:58.229 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:58.229 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:58.229 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:58.229 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.230 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.230 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.230 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.230 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.230 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-21T04:54:58.230 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-21T04:54:58.230 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:58.230 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.230 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.230 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:58.230 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.230 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.230 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.230 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.230 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.230 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.230 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.231 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:58.231 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:58.231 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.231 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:58.231 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "telemetry", 2023-12-21T04:54:58.231 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-21T04:54:58.231 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-21T04:54:58.231 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-21T04:54:58.231 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "channel_basic": { 2023-12-21T04:54:58.231 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "channel_basic", 2023-12-21T04:54:58.231 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:58.231 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.231 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:58.231 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-21T04:54:58.231 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.231 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.232 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.232 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "Share basic cluster information (size, version)", 2023-12-21T04:54:58.232 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.232 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.232 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.232 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.232 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "channel_crash": { 2023-12-21T04:54:58.232 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "channel_crash", 2023-12-21T04:54:58.232 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:58.232 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.232 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:58.232 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-21T04:54:58.232 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.232 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.232 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.233 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.233 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.233 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.233 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.233 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.233 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "channel_device": { 2023-12-21T04:54:58.233 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "channel_device", 2023-12-21T04:54:58.233 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:58.233 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.233 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:58.233 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-21T04:54:58.233 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.233 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.233 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.233 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.233 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.234 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.234 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.234 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.234 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "channel_ident": { 2023-12-21T04:54:58.234 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "channel_ident", 2023-12-21T04:54:58.234 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:58.234 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.234 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:58.234 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:58.234 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.234 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.234 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.234 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.234 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.234 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.234 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.235 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.235 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "contact": { 2023-12-21T04:54:58.235 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "contact", 2023-12-21T04:54:58.235 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.235 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.235 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:58.235 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-12-21T04:54:58.235 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.235 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.235 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.235 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.235 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.235 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.235 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.235 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.235 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "description": { 2023-12-21T04:54:58.235 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "description", 2023-12-21T04:54:58.236 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.236 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.236 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:58.236 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-12-21T04:54:58.236 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.236 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.236 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.236 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.236 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.236 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.236 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.236 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.236 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "device_url": { 2023-12-21T04:54:58.236 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "device_url", 2023-12-21T04:54:58.236 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.236 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.237 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:58.237 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "https://telemetry.ceph.com/device", 2023-12-21T04:54:58.237 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.237 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.237 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.237 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.237 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.237 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.237 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.237 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.237 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enabled": { 2023-12-21T04:54:58.237 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "enabled", 2023-12-21T04:54:58.237 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:58.237 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.238 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:58.238 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:58.238 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.238 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.238 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.238 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.238 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.238 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.238 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.238 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.238 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "interval": { 2023-12-21T04:54:58.238 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "interval", 2023-12-21T04:54:58.238 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-21T04:54:58.238 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.238 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:58.238 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "24", 2023-12-21T04:54:58.239 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "8", 2023-12-21T04:54:58.239 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.239 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.239 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.239 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.239 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.239 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.239 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.239 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "last_opt_revision": { 2023-12-21T04:54:58.239 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "last_opt_revision", 2023-12-21T04:54:58.239 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-21T04:54:58.239 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.239 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:58.239 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "1", 2023-12-21T04:54:58.239 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.240 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.240 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.240 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.240 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.240 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.240 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.240 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.240 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "leaderboard": { 2023-12-21T04:54:58.240 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "leaderboard", 2023-12-21T04:54:58.240 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:58.240 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.240 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:58.240 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:58.240 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.240 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.241 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.241 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.241 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.241 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.241 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.241 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.241 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-21T04:54:58.241 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-21T04:54:58.241 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.241 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.241 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.241 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:58.241 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.241 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.241 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:58.242 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:58.242 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:58.242 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:58.242 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:58.242 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:58.242 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:58.242 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:58.242 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.242 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.242 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.242 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.242 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.242 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-21T04:54:58.242 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-21T04:54:58.242 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:58.242 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.243 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.243 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:58.243 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.243 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.243 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.243 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.243 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.243 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.243 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.243 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.243 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-21T04:54:58.243 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-21T04:54:58.243 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.243 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.243 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.243 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-21T04:54:58.244 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.244 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.244 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:58.244 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:58.244 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:58.244 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:58.244 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:58.244 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:58.244 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:58.244 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:58.244 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.244 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.244 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.244 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.244 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.245 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-21T04:54:58.245 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-21T04:54:58.245 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:58.245 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.245 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.245 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:58.245 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.245 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.245 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.245 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.245 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.245 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.245 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.245 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.245 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "organization": { 2023-12-21T04:54:58.246 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "organization", 2023-12-21T04:54:58.246 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.246 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.246 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:58.246 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-12-21T04:54:58.246 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.246 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.246 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.246 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.246 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.246 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.246 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.246 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.246 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "proxy": { 2023-12-21T04:54:58.246 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "proxy", 2023-12-21T04:54:58.247 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.247 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.247 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:58.247 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-12-21T04:54:58.247 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.247 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.247 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.247 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.247 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.247 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.247 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.247 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.247 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "url": { 2023-12-21T04:54:58.247 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "url", 2023-12-21T04:54:58.247 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.248 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.248 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:58.248 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "https://telemetry.ceph.com/report", 2023-12-21T04:54:58.248 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.248 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.248 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.248 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.248 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.248 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.248 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.248 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:58.248 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:58.248 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.248 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:58.248 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "test_orchestrator", 2023-12-21T04:54:58.248 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-21T04:54:58.249 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-21T04:54:58.249 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-21T04:54:58.249 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-21T04:54:58.249 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-21T04:54:58.249 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.249 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.249 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.249 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:58.249 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.249 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.249 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:58.249 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:58.249 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:58.249 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:58.250 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:58.250 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:58.250 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:58.250 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:58.250 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.250 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.250 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.250 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.250 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.250 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-21T04:54:58.250 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-21T04:54:58.250 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:58.250 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.250 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.250 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:58.250 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.251 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.251 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.251 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.251 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.251 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.251 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.251 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.251 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-21T04:54:58.251 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-21T04:54:58.251 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.251 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.251 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.251 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-21T04:54:58.251 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.251 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.252 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:58.252 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:58.252 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:58.252 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:58.252 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:58.252 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:58.252 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:58.252 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:58.252 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.252 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.252 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.252 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.252 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.252 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-21T04:54:58.252 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-21T04:54:58.253 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:58.253 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.253 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.253 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:58.253 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.253 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.253 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.253 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.253 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.253 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.253 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.253 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:58.253 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:58.253 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.253 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:58.253 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "volumes", 2023-12-21T04:54:58.254 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-21T04:54:58.254 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-21T04:54:58.254 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-21T04:54:58.254 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-21T04:54:58.254 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-21T04:54:58.254 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.254 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.254 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.254 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:58.254 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.254 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.254 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:58.254 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:58.254 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:58.254 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:58.255 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:58.255 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:58.255 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:58.255 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:58.255 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.255 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.255 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.255 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.255 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.255 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-21T04:54:58.255 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-21T04:54:58.255 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:58.255 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.255 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.255 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:58.255 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.256 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.256 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.256 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.256 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.256 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.256 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.256 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.256 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-21T04:54:58.256 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-21T04:54:58.256 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.256 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.256 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.256 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-21T04:54:58.256 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.256 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.256 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:58.257 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:58.257 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:58.257 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:58.257 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:58.257 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:58.257 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:58.257 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:58.257 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.257 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.257 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.257 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.257 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.257 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-21T04:54:58.257 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-21T04:54:58.258 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:58.258 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.258 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.258 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:58.258 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.258 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.258 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.258 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.258 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.258 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.258 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.258 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.258 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max_concurrent_clones": { 2023-12-21T04:54:58.258 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "max_concurrent_clones", 2023-12-21T04:54:58.258 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-21T04:54:58.259 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.259 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:58.259 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "4", 2023-12-21T04:54:58.259 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.259 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.259 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.259 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "Number of asynchronous cloner threads", 2023-12-21T04:54:58.259 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.259 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.259 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.259 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:58.259 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:58.259 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.259 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:58.259 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "zabbix", 2023-12-21T04:54:58.260 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-21T04:54:58.260 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-21T04:54:58.260 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-21T04:54:58.260 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "discovery_interval": { 2023-12-21T04:54:58.260 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "discovery_interval", 2023-12-21T04:54:58.260 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.260 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.260 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:58.260 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "100", 2023-12-21T04:54:58.260 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.260 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.260 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.260 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.260 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.260 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.260 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.261 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.261 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "identifier": { 2023-12-21T04:54:58.261 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "identifier", 2023-12-21T04:54:58.261 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.261 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.261 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:58.261 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:58.261 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.261 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.261 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.261 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.261 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.261 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.261 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.262 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.262 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "interval": { 2023-12-21T04:54:58.262 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "interval", 2023-12-21T04:54:58.262 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-21T04:54:58.262 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.262 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:58.262 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "60", 2023-12-21T04:54:58.262 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.262 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.262 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.262 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.262 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.262 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.262 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.262 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.262 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-21T04:54:58.263 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-21T04:54:58.263 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.263 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.263 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.263 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-21T04:54:58.263 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.263 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.263 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:58.263 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:58.263 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:58.263 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:58.263 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:58.263 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:58.263 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:58.263 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:58.263 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.264 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.264 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.264 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.264 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.264 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-21T04:54:58.264 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-21T04:54:58.264 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:58.264 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.264 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.264 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:58.264 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.264 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.264 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.264 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.264 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.265 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.265 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.265 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.265 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-21T04:54:58.265 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-21T04:54:58.265 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.265 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.265 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.265 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-21T04:54:58.265 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.265 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.265 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-21T04:54:58.265 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "", 2023-12-21T04:54:58.265 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "critical", 2023-12-21T04:54:58.266 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "debug", 2023-12-21T04:54:58.266 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "error", 2023-12-21T04:54:58.266 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "info", 2023-12-21T04:54:58.266 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "warning" 2023-12-21T04:54:58.266 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:58.266 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.266 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.266 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.266 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.266 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.266 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-21T04:54:58.266 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-21T04:54:58.266 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-21T04:54:58.266 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.266 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-21T04:54:58.266 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-21T04:54:58.267 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.267 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.267 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.267 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.267 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.267 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.267 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.267 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.267 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "zabbix_host": { 2023-12-21T04:54:58.267 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "zabbix_host", 2023-12-21T04:54:58.267 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.267 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.267 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:58.267 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-12-21T04:54:58.267 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.267 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.268 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.268 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.268 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.268 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.268 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.268 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.268 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "zabbix_port": { 2023-12-21T04:54:58.268 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "zabbix_port", 2023-12-21T04:54:58.268 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-21T04:54:58.268 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.268 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:58.268 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "10051", 2023-12-21T04:54:58.268 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.268 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.268 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.269 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.269 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.269 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.269 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.269 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.269 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "zabbix_sender": { 2023-12-21T04:54:58.269 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "name": "zabbix_sender", 2023-12-21T04:54:58.269 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-21T04:54:58.269 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-21T04:54:58.269 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-21T04:54:58.269 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "default_value": "/usr/bin/zabbix_sender", 2023-12-21T04:54:58.269 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-21T04:54:58.269 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-21T04:54:58.269 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-21T04:54:58.269 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-21T04:54:58.270 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-21T04:54:58.270 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-21T04:54:58.270 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-21T04:54:58.270 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:58.270 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:58.270 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:58.270 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:58.270 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "services": { 2023-12-21T04:54:58.270 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "prometheus": "http://smithi064.front.sepia.ceph.com:9283/" 2023-12-21T04:54:58.270 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.270 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "always_on_modules": { 2023-12-21T04:54:58.270 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "nautilus": [ 2023-12-21T04:54:58.270 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "balancer", 2023-12-21T04:54:58.270 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "crash", 2023-12-21T04:54:58.271 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "devicehealth", 2023-12-21T04:54:58.271 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "orchestrator_cli", 2023-12-21T04:54:58.271 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "progress", 2023-12-21T04:54:58.271 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "rbd_support", 2023-12-21T04:54:58.271 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "status", 2023-12-21T04:54:58.271 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "volumes" 2023-12-21T04:54:58.271 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:58.271 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "octopus": [ 2023-12-21T04:54:58.271 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "balancer", 2023-12-21T04:54:58.271 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "crash", 2023-12-21T04:54:58.271 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "devicehealth", 2023-12-21T04:54:58.271 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "orchestrator", 2023-12-21T04:54:58.271 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "pg_autoscaler", 2023-12-21T04:54:58.271 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "progress", 2023-12-21T04:54:58.271 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "rbd_support", 2023-12-21T04:54:58.271 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "status", 2023-12-21T04:54:58.272 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "telemetry", 2023-12-21T04:54:58.272 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "volumes" 2023-12-21T04:54:58.272 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ], 2023-12-21T04:54:58.272 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "last_failure_osd_epoch": 3, 2023-12-21T04:54:58.272 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "active_clients": [ 2023-12-21T04:54:58.272 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:58.272 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "addrvec": [ 2023-12-21T04:54:58.272 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:58.272 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "v2", 2023-12-21T04:54:58.272 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.64:0", 2023-12-21T04:54:58.272 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "nonce": 3664638511 2023-12-21T04:54:58.272 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:58.272 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ] 2023-12-21T04:54:58.272 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout }, 2023-12-21T04:54:58.272 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:58.273 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "addrvec": [ 2023-12-21T04:54:58.273 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:54:58.273 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "type": "v2", 2023-12-21T04:54:58.273 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.64:0", 2023-12-21T04:54:58.273 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "nonce": 3872924658 2023-12-21T04:54:58.273 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:58.273 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ] 2023-12-21T04:54:58.273 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:58.273 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout ] 2023-12-21T04:54:58.273 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:58.273 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:54:58.273 INFO:teuthology.orchestra.run.smithi064.stderr:Waiting for the mgr to restart... 2023-12-21T04:54:58.273 INFO:teuthology.orchestra.run.smithi064.stderr:Waiting for Mgr epoch 13... 2023-12-21T04:54:58.273 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi064 -v /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpajps_uft:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpb9_fvs78:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 tell mgr mgr_status 2023-12-21T04:55:01.781 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout { 2023-12-21T04:55:01.781 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "mgrmap_epoch": 15, 2023-12-21T04:55:01.781 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout "initialized": true 2023-12-21T04:55:01.781 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout } 2023-12-21T04:55:02.371 INFO:teuthology.orchestra.run.smithi064.stderr:Mgr epoch 13 is available 2023-12-21T04:55:02.371 INFO:teuthology.orchestra.run.smithi064.stderr:Generating a dashboard self-signed certificate... 2023-12-21T04:55:02.371 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi064 -v /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpajps_uft:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpb9_fvs78:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 dashboard create-self-signed-cert 2023-12-21T04:55:03.121 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout Self-signed certificate created 2023-12-21T04:55:03.454 INFO:teuthology.orchestra.run.smithi064.stderr:Creating initial admin user... 2023-12-21T04:55:03.455 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi064 -v /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpajps_uft:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpb9_fvs78:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmplzqe7oz6:/tmp/dashboard.pw:z docker.io/ceph/ceph:v15 dashboard ac-user-create admin -i /tmp/dashboard.pw administrator --force-password --pwd-update-required 2023-12-21T04:55:04.221 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$zeVphmXhRRziPPiZpG2w9uN0zXmkAiLrL5w54kOY75HNDeOzBGByi", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1703134504, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-21T04:55:04.595 INFO:teuthology.orchestra.run.smithi064.stderr:Fetching dashboard port number... 2023-12-21T04:55:04.596 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi064 -v /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpajps_uft:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpb9_fvs78:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 config get mgr mgr/dashboard/ssl_server_port 2023-12-21T04:55:05.138 INFO:teuthology.orchestra.run.smithi064.stderr:/usr/bin/ceph: stdout 8443 2023-12-21T04:55:05.479 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: systemctl is-enabled firewalld.service 2023-12-21T04:55:05.487 INFO:teuthology.orchestra.run.smithi064.stderr:systemctl: stdout disabled 2023-12-21T04:55:05.487 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: systemctl is-active firewalld.service 2023-12-21T04:55:05.493 INFO:teuthology.orchestra.run.smithi064.stderr:systemctl: stdout inactive 2023-12-21T04:55:05.494 INFO:teuthology.orchestra.run.smithi064.stderr:firewalld.service is not enabled 2023-12-21T04:55:05.494 INFO:teuthology.orchestra.run.smithi064.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-12-21T04:55:05.496 INFO:teuthology.orchestra.run.smithi064.stderr:Ceph Dashboard is now available at: 2023-12-21T04:55:05.497 INFO:teuthology.orchestra.run.smithi064.stderr: 2023-12-21T04:55:05.497 INFO:teuthology.orchestra.run.smithi064.stderr: URL: https://smithi064.front.sepia.ceph.com:8443/ 2023-12-21T04:55:05.497 INFO:teuthology.orchestra.run.smithi064.stderr: User: admin 2023-12-21T04:55:05.497 INFO:teuthology.orchestra.run.smithi064.stderr: Password: e02bu662dg 2023-12-21T04:55:05.497 INFO:teuthology.orchestra.run.smithi064.stderr: 2023-12-21T04:55:05.497 INFO:teuthology.orchestra.run.smithi064.stderr:You can access the Ceph CLI with: 2023-12-21T04:55:05.497 INFO:teuthology.orchestra.run.smithi064.stderr: 2023-12-21T04:55:05.497 INFO:teuthology.orchestra.run.smithi064.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-21T04:55:05.497 INFO:teuthology.orchestra.run.smithi064.stderr: 2023-12-21T04:55:05.497 INFO:teuthology.orchestra.run.smithi064.stderr:Please consider enabling telemetry to help improve Ceph: 2023-12-21T04:55:05.497 INFO:teuthology.orchestra.run.smithi064.stderr: 2023-12-21T04:55:05.497 INFO:teuthology.orchestra.run.smithi064.stderr: ceph telemetry on 2023-12-21T04:55:05.497 INFO:teuthology.orchestra.run.smithi064.stderr: 2023-12-21T04:55:05.498 INFO:teuthology.orchestra.run.smithi064.stderr:For more information see: 2023-12-21T04:55:05.498 INFO:teuthology.orchestra.run.smithi064.stderr: 2023-12-21T04:55:05.498 INFO:teuthology.orchestra.run.smithi064.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2023-12-21T04:55:05.498 INFO:teuthology.orchestra.run.smithi064.stderr: 2023-12-21T04:55:05.498 INFO:teuthology.orchestra.run.smithi064.stderr:Bootstrap complete. 2023-12-21T04:55:05.498 INFO:teuthology.orchestra.run.smithi064.stderr:Releasing lock 140179869258248 on /run/cephadm/ec1bc4d2-9fbc-11ee-95a5-87774f69a715.lock 2023-12-21T04:55:05.498 INFO:teuthology.orchestra.run.smithi064.stderr:Lock 140179869258248 released on /run/cephadm/ec1bc4d2-9fbc-11ee-95a5-87774f69a715.lock 2023-12-21T04:55:05.526 INFO:tasks.cephadm:Fetching config... 2023-12-21T04:55:05.526 DEBUG:teuthology.orchestra.run.smithi064:> set -ex 2023-12-21T04:55:05.526 DEBUG:teuthology.orchestra.run.smithi064:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-21T04:55:05.585 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-21T04:55:05.585 DEBUG:teuthology.orchestra.run.smithi064:> set -ex 2023-12-21T04:55:05.585 DEBUG:teuthology.orchestra.run.smithi064:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-21T04:55:05.644 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-21T04:55:05.644 DEBUG:teuthology.orchestra.run.smithi064:> set -ex 2023-12-21T04:55:05.644 DEBUG:teuthology.orchestra.run.smithi064:> sudo dd if=/var/lib/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/mon.smithi064/keyring of=/dev/stdout 2023-12-21T04:55:05.714 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-21T04:55:05.715 DEBUG:teuthology.orchestra.run.smithi064:> set -ex 2023-12-21T04:55:05.715 DEBUG:teuthology.orchestra.run.smithi064:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-21T04:55:05.774 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-21T04:55:05.774 DEBUG:teuthology.orchestra.run.smithi064:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/gST4zd9au3VKc2EUyPHVdZwu++DjArpww55zFD7FbT/WXG4I83pngoaqivIaw/eTb8S3uO1xFlubD+XYpEzLWwMFBfi+MkUgMj62hM2yUkJ0hoYsgtKMro0yJeYTGVcWXCKP3A0onBZjbWcXdecu6mhtWYXn0c86zYfbYPKvYVIzH/9Y1rm4n7FfLfIGF8zX/VVSb/ZRzKdVoax0rzlpdfSyXXUVdUBEEjOuKXmfedLC7as9dv9RbfjylgJqotwI5mPnnTJYB+wJOcqX9zZSNDKbggElDjiSBSu0NHvmQr0DuiJ9tVz5JJvPL+UR4yqR99zCTEsLzU5v32xKAZQSSLsCT8R2cP++PwgBGNCD1lREsK3vaQAHH+vrYt/7YdIxnYUA8Wy1WO7rR4U4d52E23xfZBoqDSCqLin04ptxkNpeA41HQ/hxz2NwkW21G4rvG5itY7yGkfbGVfUmYO4SGz8Pd+OFdQp4/5rYjJQSKIvEHTxifQBbjd6CeFtlPQk= ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-21T04:55:05.851 INFO:teuthology.orchestra.run.smithi064.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/gST4zd9au3VKc2EUyPHVdZwu++DjArpww55zFD7FbT/WXG4I83pngoaqivIaw/eTb8S3uO1xFlubD+XYpEzLWwMFBfi+MkUgMj62hM2yUkJ0hoYsgtKMro0yJeYTGVcWXCKP3A0onBZjbWcXdecu6mhtWYXn0c86zYfbYPKvYVIzH/9Y1rm4n7FfLfIGF8zX/VVSb/ZRzKdVoax0rzlpdfSyXXUVdUBEEjOuKXmfedLC7as9dv9RbfjylgJqotwI5mPnnTJYB+wJOcqX9zZSNDKbggElDjiSBSu0NHvmQr0DuiJ9tVz5JJvPL+UR4yqR99zCTEsLzU5v32xKAZQSSLsCT8R2cP++PwgBGNCD1lREsK3vaQAHH+vrYt/7YdIxnYUA8Wy1WO7rR4U4d52E23xfZBoqDSCqLin04ptxkNpeA41HQ/hxz2NwkW21G4rvG5itY7yGkfbGVfUmYO4SGz8Pd+OFdQp4/5rYjJQSKIvEHTxifQBbjd6CeFtlPQk= ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715 2023-12-21T04:55:05.863 DEBUG:teuthology.orchestra.run.smithi113:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/gST4zd9au3VKc2EUyPHVdZwu++DjArpww55zFD7FbT/WXG4I83pngoaqivIaw/eTb8S3uO1xFlubD+XYpEzLWwMFBfi+MkUgMj62hM2yUkJ0hoYsgtKMro0yJeYTGVcWXCKP3A0onBZjbWcXdecu6mhtWYXn0c86zYfbYPKvYVIzH/9Y1rm4n7FfLfIGF8zX/VVSb/ZRzKdVoax0rzlpdfSyXXUVdUBEEjOuKXmfedLC7as9dv9RbfjylgJqotwI5mPnnTJYB+wJOcqX9zZSNDKbggElDjiSBSu0NHvmQr0DuiJ9tVz5JJvPL+UR4yqR99zCTEsLzU5v32xKAZQSSLsCT8R2cP++PwgBGNCD1lREsK3vaQAHH+vrYt/7YdIxnYUA8Wy1WO7rR4U4d52E23xfZBoqDSCqLin04ptxkNpeA41HQ/hxz2NwkW21G4rvG5itY7yGkfbGVfUmYO4SGz8Pd+OFdQp4/5rYjJQSKIvEHTxifQBbjd6CeFtlPQk= ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-21T04:55:05.908 INFO:teuthology.orchestra.run.smithi113.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/gST4zd9au3VKc2EUyPHVdZwu++DjArpww55zFD7FbT/WXG4I83pngoaqivIaw/eTb8S3uO1xFlubD+XYpEzLWwMFBfi+MkUgMj62hM2yUkJ0hoYsgtKMro0yJeYTGVcWXCKP3A0onBZjbWcXdecu6mhtWYXn0c86zYfbYPKvYVIzH/9Y1rm4n7FfLfIGF8zX/VVSb/ZRzKdVoax0rzlpdfSyXXUVdUBEEjOuKXmfedLC7as9dv9RbfjylgJqotwI5mPnnTJYB+wJOcqX9zZSNDKbggElDjiSBSu0NHvmQr0DuiJ9tVz5JJvPL+UR4yqR99zCTEsLzU5v32xKAZQSSLsCT8R2cP++PwgBGNCD1lREsK3vaQAHH+vrYt/7YdIxnYUA8Wy1WO7rR4U4d52E23xfZBoqDSCqLin04ptxkNpeA41HQ/hxz2NwkW21G4rvG5itY7yGkfbGVfUmYO4SGz8Pd+OFdQp4/5rYjJQSKIvEHTxifQBbjd6CeFtlPQk= ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715 2023-12-21T04:55:05.920 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-12-21T04:55:07.560 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi113 2023-12-21T04:55:07.560 DEBUG:teuthology.orchestra.run.smithi113:> set -ex 2023-12-21T04:55:07.561 DEBUG:teuthology.orchestra.run.smithi113:> dd of=/etc/ceph/ceph.conf 2023-12-21T04:55:07.582 DEBUG:teuthology.orchestra.run.smithi113:> set -ex 2023-12-21T04:55:07.582 DEBUG:teuthology.orchestra.run.smithi113:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-21T04:55:07.642 INFO:tasks.cephadm:Adding host smithi113 to orchestrator... 2023-12-21T04:55:07.642 DEBUG:teuthology.orchestra.run.smithi113:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch host add smithi113 2023-12-21T04:55:28.163 INFO:teuthology.orchestra.run.smithi113.stdout:Added host 'smithi113' 2023-12-21T04:55:28.491 DEBUG:teuthology.orchestra.run.smithi113:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch host ls --format=json 2023-12-21T04:55:29.787 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-21T04:55:29.787 INFO:teuthology.orchestra.run.smithi113.stdout:[{"addr": "smithi064", "hostname": "smithi064", "labels": [], "status": ""}, {"addr": "smithi113", "hostname": "smithi113", "labels": [], "status": ""}] 2023-12-21T04:55:30.160 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-21T04:55:30.161 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph osd crush tunables default 2023-12-21T04:55:31.782 INFO:teuthology.orchestra.run.smithi064.stderr:adjusted tunables profile to default 2023-12-21T04:55:32.155 INFO:tasks.cephadm:Adding mon.smithi113 on smithi113 2023-12-21T04:55:32.156 DEBUG:teuthology.orchestra.run.smithi113:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch daemon add mon smithi113:172.21.15.113=smithi113 2023-12-21T04:55:41.261 INFO:teuthology.orchestra.run.smithi113.stdout:Deployed mon.smithi113 on host 'smithi113' 2023-12-21T04:55:41.622 DEBUG:teuthology.orchestra.run.smithi113:mon.smithi113> sudo journalctl -f -n 0 -u ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@mon.smithi113.service 2023-12-21T04:55:41.624 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:55:41.625 DEBUG:teuthology.orchestra.run.smithi113:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:55:41.656 INFO:journalctl@ceph.mon.smithi113.smithi113.stdout:-- Logs begin at Thu 2023-12-21 04:45:20 UTC. -- 2023-12-21T04:55:42.874 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-21T04:55:42.874 INFO:teuthology.orchestra.run.smithi113.stdout:{"epoch":2,"fsid":"ec1bc4d2-9fbc-11ee-95a5-87774f69a715","modified":"2023-12-21T04:55:36.220112Z","created":"2023-12-21T04:54:10.488730Z","min_mon_release":15,"min_mon_release_name":"octopus","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus"],"optional":[]},"mons":[{"rank":0,"name":"smithi064","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:3300","nonce":0},{"type":"v1","addr":"172.21.15.64:6789","nonce":0}]},"addr":"172.21.15.64:6789/0","public_addr":"172.21.15.64:6789/0","priority":0,"weight":0},{"rank":1,"name":"smithi113","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.113:3300","nonce":0},{"type":"v1","addr":"172.21.15.113:6789","nonce":0}]},"addr":"172.21.15.113:6789/0","public_addr":"172.21.15.113:6789/0","priority":0,"weight":0}],"quorum":[0,1]} 2023-12-21T04:55:42.875 INFO:teuthology.orchestra.run.smithi113.stderr:dumped monmap epoch 2 2023-12-21T04:55:43.236 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-12-21T04:55:43.236 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph config generate-minimal-conf 2023-12-21T04:55:44.393 INFO:teuthology.orchestra.run.smithi064.stdout:# minimal ceph.conf for ec1bc4d2-9fbc-11ee-95a5-87774f69a715 2023-12-21T04:55:44.394 INFO:teuthology.orchestra.run.smithi064.stdout:[global] 2023-12-21T04:55:44.394 INFO:teuthology.orchestra.run.smithi064.stdout: fsid = ec1bc4d2-9fbc-11ee-95a5-87774f69a715 2023-12-21T04:55:44.394 INFO:teuthology.orchestra.run.smithi064.stdout: mon_host = [v2:172.21.15.64:3300/0,v1:172.21.15.64:6789/0] [v2:172.21.15.113:3300/0,v1:172.21.15.113:6789/0] 2023-12-21T04:55:44.762 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-12-21T04:55:44.762 DEBUG:teuthology.orchestra.run.smithi064:> set -ex 2023-12-21T04:55:44.762 DEBUG:teuthology.orchestra.run.smithi064:> sudo dd of=/etc/ceph/ceph.conf 2023-12-21T04:55:44.792 DEBUG:teuthology.orchestra.run.smithi064:> set -ex 2023-12-21T04:55:44.792 DEBUG:teuthology.orchestra.run.smithi064:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-21T04:55:44.860 DEBUG:teuthology.orchestra.run.smithi113:> set -ex 2023-12-21T04:55:44.860 DEBUG:teuthology.orchestra.run.smithi113:> sudo dd of=/etc/ceph/ceph.conf 2023-12-21T04:55:44.898 DEBUG:teuthology.orchestra.run.smithi113:> set -ex 2023-12-21T04:55:44.898 DEBUG:teuthology.orchestra.run.smithi113:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-21T04:55:44.968 INFO:tasks.cephadm:Deploying OSDs... 2023-12-21T04:55:44.968 DEBUG:teuthology.orchestra.run.smithi064:> set -ex 2023-12-21T04:55:44.968 DEBUG:teuthology.orchestra.run.smithi064:> dd if=/scratch_devs of=/dev/stdout 2023-12-21T04:55:44.988 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-21T04:55:44.988 DEBUG:teuthology.orchestra.run.smithi064:> stat /dev/vg_nvme/lv_1 2023-12-21T04:55:45.046 INFO:teuthology.orchestra.run.smithi064.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-21T04:55:45.046 INFO:teuthology.orchestra.run.smithi064.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-21T04:55:45.046 INFO:teuthology.orchestra.run.smithi064.stdout:Device: 6h/6d Inode: 397258 Links: 1 2023-12-21T04:55:45.046 INFO:teuthology.orchestra.run.smithi064.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-21T04:55:45.047 INFO:teuthology.orchestra.run.smithi064.stdout:Context: system_u:object_r:device_t:s0 2023-12-21T04:55:45.047 INFO:teuthology.orchestra.run.smithi064.stdout:Access: 2023-12-21 04:55:09.311105847 +0000 2023-12-21T04:55:45.047 INFO:teuthology.orchestra.run.smithi064.stdout:Modify: 2023-12-21 04:52:52.322011681 +0000 2023-12-21T04:55:45.047 INFO:teuthology.orchestra.run.smithi064.stdout:Change: 2023-12-21 04:52:52.322011681 +0000 2023-12-21T04:55:45.047 INFO:teuthology.orchestra.run.smithi064.stdout: Birth: - 2023-12-21T04:55:45.047 DEBUG:teuthology.orchestra.run.smithi064:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-21T04:55:45.114 INFO:teuthology.orchestra.run.smithi064.stderr:1+0 records in 2023-12-21T04:55:45.114 INFO:teuthology.orchestra.run.smithi064.stderr:1+0 records out 2023-12-21T04:55:45.114 INFO:teuthology.orchestra.run.smithi064.stderr:512 bytes copied, 0.000223247 s, 2.3 MB/s 2023-12-21T04:55:45.115 DEBUG:teuthology.orchestra.run.smithi064:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-21T04:55:45.175 DEBUG:teuthology.orchestra.run.smithi064:> stat /dev/vg_nvme/lv_2 2023-12-21T04:55:45.233 INFO:teuthology.orchestra.run.smithi064.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-21T04:55:45.233 INFO:teuthology.orchestra.run.smithi064.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-21T04:55:45.233 INFO:teuthology.orchestra.run.smithi064.stdout:Device: 6h/6d Inode: 394555 Links: 1 2023-12-21T04:55:45.233 INFO:teuthology.orchestra.run.smithi064.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-21T04:55:45.233 INFO:teuthology.orchestra.run.smithi064.stdout:Context: system_u:object_r:device_t:s0 2023-12-21T04:55:45.233 INFO:teuthology.orchestra.run.smithi064.stdout:Access: 2023-12-21 04:55:09.311105847 +0000 2023-12-21T04:55:45.233 INFO:teuthology.orchestra.run.smithi064.stdout:Modify: 2023-12-21 04:52:52.837001504 +0000 2023-12-21T04:55:45.233 INFO:teuthology.orchestra.run.smithi064.stdout:Change: 2023-12-21 04:52:52.837001504 +0000 2023-12-21T04:55:45.233 INFO:teuthology.orchestra.run.smithi064.stdout: Birth: - 2023-12-21T04:55:45.234 DEBUG:teuthology.orchestra.run.smithi064:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-21T04:55:45.299 INFO:teuthology.orchestra.run.smithi064.stderr:1+0 records in 2023-12-21T04:55:45.299 INFO:teuthology.orchestra.run.smithi064.stderr:1+0 records out 2023-12-21T04:55:45.299 INFO:teuthology.orchestra.run.smithi064.stderr:512 bytes copied, 0.000210956 s, 2.4 MB/s 2023-12-21T04:55:45.300 DEBUG:teuthology.orchestra.run.smithi064:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-21T04:55:45.359 DEBUG:teuthology.orchestra.run.smithi064:> stat /dev/vg_nvme/lv_3 2023-12-21T04:55:45.418 INFO:teuthology.orchestra.run.smithi064.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-21T04:55:45.418 INFO:teuthology.orchestra.run.smithi064.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-21T04:55:45.418 INFO:teuthology.orchestra.run.smithi064.stdout:Device: 6h/6d Inode: 392032 Links: 1 2023-12-21T04:55:45.418 INFO:teuthology.orchestra.run.smithi064.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-21T04:55:45.418 INFO:teuthology.orchestra.run.smithi064.stdout:Context: system_u:object_r:device_t:s0 2023-12-21T04:55:45.419 INFO:teuthology.orchestra.run.smithi064.stdout:Access: 2023-12-21 04:55:09.311105847 +0000 2023-12-21T04:55:45.419 INFO:teuthology.orchestra.run.smithi064.stdout:Modify: 2023-12-21 04:52:53.368990992 +0000 2023-12-21T04:55:45.419 INFO:teuthology.orchestra.run.smithi064.stdout:Change: 2023-12-21 04:52:53.368990992 +0000 2023-12-21T04:55:45.419 INFO:teuthology.orchestra.run.smithi064.stdout: Birth: - 2023-12-21T04:55:45.419 DEBUG:teuthology.orchestra.run.smithi064:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-21T04:55:45.484 INFO:teuthology.orchestra.run.smithi064.stderr:1+0 records in 2023-12-21T04:55:45.484 INFO:teuthology.orchestra.run.smithi064.stderr:1+0 records out 2023-12-21T04:55:45.484 INFO:teuthology.orchestra.run.smithi064.stderr:512 bytes copied, 0.000224786 s, 2.3 MB/s 2023-12-21T04:55:45.485 DEBUG:teuthology.orchestra.run.smithi064:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-21T04:55:45.544 DEBUG:teuthology.orchestra.run.smithi064:> stat /dev/vg_nvme/lv_4 2023-12-21T04:55:45.602 INFO:teuthology.orchestra.run.smithi064.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-21T04:55:45.602 INFO:teuthology.orchestra.run.smithi064.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-21T04:55:45.602 INFO:teuthology.orchestra.run.smithi064.stdout:Device: 6h/6d Inode: 395659 Links: 1 2023-12-21T04:55:45.602 INFO:teuthology.orchestra.run.smithi064.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-21T04:55:45.602 INFO:teuthology.orchestra.run.smithi064.stdout:Context: system_u:object_r:device_t:s0 2023-12-21T04:55:45.602 INFO:teuthology.orchestra.run.smithi064.stdout:Access: 2023-12-21 04:55:09.311105847 +0000 2023-12-21T04:55:45.603 INFO:teuthology.orchestra.run.smithi064.stdout:Modify: 2023-12-21 04:52:53.861981250 +0000 2023-12-21T04:55:45.603 INFO:teuthology.orchestra.run.smithi064.stdout:Change: 2023-12-21 04:52:53.861981250 +0000 2023-12-21T04:55:45.603 INFO:teuthology.orchestra.run.smithi064.stdout: Birth: - 2023-12-21T04:55:45.603 DEBUG:teuthology.orchestra.run.smithi064:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-21T04:55:45.669 INFO:teuthology.orchestra.run.smithi064.stderr:1+0 records in 2023-12-21T04:55:45.669 INFO:teuthology.orchestra.run.smithi064.stderr:1+0 records out 2023-12-21T04:55:45.669 INFO:teuthology.orchestra.run.smithi064.stderr:512 bytes copied, 0.000224299 s, 2.3 MB/s 2023-12-21T04:55:45.670 DEBUG:teuthology.orchestra.run.smithi064:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-21T04:55:45.732 DEBUG:teuthology.orchestra.run.smithi113:> set -ex 2023-12-21T04:55:45.732 DEBUG:teuthology.orchestra.run.smithi113:> dd if=/scratch_devs of=/dev/stdout 2023-12-21T04:55:45.754 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-21T04:55:45.754 DEBUG:teuthology.orchestra.run.smithi113:> stat /dev/vg_nvme/lv_1 2023-12-21T04:55:45.816 INFO:teuthology.orchestra.run.smithi113.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-21T04:55:45.816 INFO:teuthology.orchestra.run.smithi113.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-21T04:55:45.816 INFO:teuthology.orchestra.run.smithi113.stdout:Device: 6h/6d Inode: 389108 Links: 1 2023-12-21T04:55:45.816 INFO:teuthology.orchestra.run.smithi113.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-21T04:55:45.817 INFO:teuthology.orchestra.run.smithi113.stdout:Context: system_u:object_r:device_t:s0 2023-12-21T04:55:45.817 INFO:teuthology.orchestra.run.smithi113.stdout:Access: 2023-12-21 04:55:35.864743807 +0000 2023-12-21T04:55:45.817 INFO:teuthology.orchestra.run.smithi113.stdout:Modify: 2023-12-21 04:52:40.970624592 +0000 2023-12-21T04:55:45.817 INFO:teuthology.orchestra.run.smithi113.stdout:Change: 2023-12-21 04:52:40.970624592 +0000 2023-12-21T04:55:45.817 INFO:teuthology.orchestra.run.smithi113.stdout: Birth: - 2023-12-21T04:55:45.817 DEBUG:teuthology.orchestra.run.smithi113:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-21T04:55:45.887 INFO:teuthology.orchestra.run.smithi113.stderr:1+0 records in 2023-12-21T04:55:45.887 INFO:teuthology.orchestra.run.smithi113.stderr:1+0 records out 2023-12-21T04:55:45.887 INFO:teuthology.orchestra.run.smithi113.stderr:512 bytes copied, 0.000253303 s, 2.0 MB/s 2023-12-21T04:55:45.888 DEBUG:teuthology.orchestra.run.smithi113:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-21T04:55:45.950 DEBUG:teuthology.orchestra.run.smithi113:> stat /dev/vg_nvme/lv_2 2023-12-21T04:55:46.010 INFO:teuthology.orchestra.run.smithi113.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-21T04:55:46.010 INFO:teuthology.orchestra.run.smithi113.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-21T04:55:46.010 INFO:teuthology.orchestra.run.smithi113.stdout:Device: 6h/6d Inode: 386014 Links: 1 2023-12-21T04:55:46.010 INFO:teuthology.orchestra.run.smithi113.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-21T04:55:46.010 INFO:teuthology.orchestra.run.smithi113.stdout:Context: system_u:object_r:device_t:s0 2023-12-21T04:55:46.010 INFO:teuthology.orchestra.run.smithi113.stdout:Access: 2023-12-21 04:55:35.864743807 +0000 2023-12-21T04:55:46.010 INFO:teuthology.orchestra.run.smithi113.stdout:Modify: 2023-12-21 04:52:41.478614219 +0000 2023-12-21T04:55:46.010 INFO:teuthology.orchestra.run.smithi113.stdout:Change: 2023-12-21 04:52:41.478614219 +0000 2023-12-21T04:55:46.010 INFO:teuthology.orchestra.run.smithi113.stdout: Birth: - 2023-12-21T04:55:46.010 DEBUG:teuthology.orchestra.run.smithi113:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-21T04:55:46.078 INFO:teuthology.orchestra.run.smithi113.stderr:1+0 records in 2023-12-21T04:55:46.078 INFO:teuthology.orchestra.run.smithi113.stderr:1+0 records out 2023-12-21T04:55:46.078 INFO:teuthology.orchestra.run.smithi113.stderr:512 bytes copied, 0.000227852 s, 2.2 MB/s 2023-12-21T04:55:46.079 DEBUG:teuthology.orchestra.run.smithi113:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-21T04:55:46.139 DEBUG:teuthology.orchestra.run.smithi113:> stat /dev/vg_nvme/lv_3 2023-12-21T04:55:46.199 INFO:teuthology.orchestra.run.smithi113.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-21T04:55:46.199 INFO:teuthology.orchestra.run.smithi113.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-21T04:55:46.199 INFO:teuthology.orchestra.run.smithi113.stdout:Device: 6h/6d Inode: 398400 Links: 1 2023-12-21T04:55:46.199 INFO:teuthology.orchestra.run.smithi113.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-21T04:55:46.199 INFO:teuthology.orchestra.run.smithi113.stdout:Context: system_u:object_r:device_t:s0 2023-12-21T04:55:46.199 INFO:teuthology.orchestra.run.smithi113.stdout:Access: 2023-12-21 04:55:35.864743807 +0000 2023-12-21T04:55:46.199 INFO:teuthology.orchestra.run.smithi113.stdout:Modify: 2023-12-21 04:52:41.966604255 +0000 2023-12-21T04:55:46.199 INFO:teuthology.orchestra.run.smithi113.stdout:Change: 2023-12-21 04:52:41.966604255 +0000 2023-12-21T04:55:46.199 INFO:teuthology.orchestra.run.smithi113.stdout: Birth: - 2023-12-21T04:55:46.200 DEBUG:teuthology.orchestra.run.smithi113:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-21T04:55:46.267 INFO:teuthology.orchestra.run.smithi113.stderr:1+0 records in 2023-12-21T04:55:46.267 INFO:teuthology.orchestra.run.smithi113.stderr:1+0 records out 2023-12-21T04:55:46.267 INFO:teuthology.orchestra.run.smithi113.stderr:512 bytes copied, 0.000312017 s, 1.6 MB/s 2023-12-21T04:55:46.268 DEBUG:teuthology.orchestra.run.smithi113:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-21T04:55:46.328 DEBUG:teuthology.orchestra.run.smithi113:> stat /dev/vg_nvme/lv_4 2023-12-21T04:55:46.387 INFO:teuthology.orchestra.run.smithi113.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-21T04:55:46.387 INFO:teuthology.orchestra.run.smithi113.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-21T04:55:46.387 INFO:teuthology.orchestra.run.smithi113.stdout:Device: 6h/6d Inode: 397583 Links: 1 2023-12-21T04:55:46.387 INFO:teuthology.orchestra.run.smithi113.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-21T04:55:46.387 INFO:teuthology.orchestra.run.smithi113.stdout:Context: system_u:object_r:device_t:s0 2023-12-21T04:55:46.387 INFO:teuthology.orchestra.run.smithi113.stdout:Access: 2023-12-21 04:55:35.864743807 +0000 2023-12-21T04:55:46.387 INFO:teuthology.orchestra.run.smithi113.stdout:Modify: 2023-12-21 04:52:42.471593944 +0000 2023-12-21T04:55:46.387 INFO:teuthology.orchestra.run.smithi113.stdout:Change: 2023-12-21 04:52:42.471593944 +0000 2023-12-21T04:55:46.387 INFO:teuthology.orchestra.run.smithi113.stdout: Birth: - 2023-12-21T04:55:46.388 DEBUG:teuthology.orchestra.run.smithi113:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-21T04:55:46.454 INFO:teuthology.orchestra.run.smithi113.stderr:1+0 records in 2023-12-21T04:55:46.454 INFO:teuthology.orchestra.run.smithi113.stderr:1+0 records out 2023-12-21T04:55:46.454 INFO:teuthology.orchestra.run.smithi113.stderr:512 bytes copied, 0.000289821 s, 1.8 MB/s 2023-12-21T04:55:46.455 DEBUG:teuthology.orchestra.run.smithi113:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-21T04:55:46.514 INFO:tasks.cephadm:Deploying osd.0 on smithi064 with /dev/vg_nvme/lv_4... 2023-12-21T04:55:46.515 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-21T04:55:47.783 INFO:teuthology.orchestra.run.smithi064.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-21T04:55:47.783 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-21T04:55:47.783 INFO:teuthology.orchestra.run.smithi064.stderr: stderr: 10+0 records in 2023-12-21T04:55:47.784 INFO:teuthology.orchestra.run.smithi064.stderr:10+0 records out 2023-12-21T04:55:47.784 INFO:teuthology.orchestra.run.smithi064.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0109858 s, 954 MB/s 2023-12-21T04:55:47.784 INFO:teuthology.orchestra.run.smithi064.stderr:--> Zapping successful for: 2023-12-21T04:55:48.137 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi064:vg_nvme/lv_4 2023-12-21T05:00:16.960 INFO:teuthology.orchestra.run.smithi064.stdout:Created osd(s) 0 on host 'smithi064' 2023-12-21T05:00:17.301 DEBUG:teuthology.orchestra.run.smithi064:osd.0> sudo journalctl -f -n 0 -u ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@osd.0.service 2023-12-21T05:00:17.303 INFO:tasks.cephadm:Deploying osd.1 on smithi064 with /dev/vg_nvme/lv_3... 2023-12-21T05:00:17.303 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-12-21T05:00:17.335 INFO:journalctl@ceph.osd.0.smithi064.stdout:-- Logs begin at Thu 2023-12-21 04:45:14 UTC. -- 2023-12-21T05:00:18.945 INFO:teuthology.orchestra.run.smithi064.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-12-21T05:00:18.946 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-12-21T05:00:18.946 INFO:teuthology.orchestra.run.smithi064.stderr: stderr: 10+0 records in 2023-12-21T05:00:18.946 INFO:teuthology.orchestra.run.smithi064.stderr:10+0 records out 2023-12-21T05:00:18.946 INFO:teuthology.orchestra.run.smithi064.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0146785 s, 714 MB/s 2023-12-21T05:00:18.946 INFO:teuthology.orchestra.run.smithi064.stderr:--> Zapping successful for: 2023-12-21T05:00:19.325 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi064:vg_nvme/lv_3 2023-12-21T05:02:40.965 INFO:teuthology.orchestra.run.smithi064.stdout:Created osd(s) 1 on host 'smithi064' 2023-12-21T05:02:41.404 DEBUG:teuthology.orchestra.run.smithi064:osd.1> sudo journalctl -f -n 0 -u ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@osd.1.service 2023-12-21T05:02:41.406 INFO:tasks.cephadm:Deploying osd.2 on smithi064 with /dev/vg_nvme/lv_2... 2023-12-21T05:02:41.407 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-12-21T05:02:41.439 INFO:journalctl@ceph.osd.1.smithi064.stdout:-- Logs begin at Thu 2023-12-21 04:45:14 UTC. -- 2023-12-21T05:02:42.761 INFO:teuthology.orchestra.run.smithi064.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-12-21T05:02:42.762 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-12-21T05:02:42.762 INFO:teuthology.orchestra.run.smithi064.stderr: stderr: 10+0 records in 2023-12-21T05:02:42.762 INFO:teuthology.orchestra.run.smithi064.stderr:10+0 records out 2023-12-21T05:02:42.762 INFO:teuthology.orchestra.run.smithi064.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0120166 s, 873 MB/s 2023-12-21T05:02:42.762 INFO:teuthology.orchestra.run.smithi064.stderr: stderr: 2023-12-21T05:02:42.762 INFO:teuthology.orchestra.run.smithi064.stderr:--> Zapping successful for: 2023-12-21T05:02:43.138 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi064:vg_nvme/lv_2 2023-12-21T05:02:53.342 INFO:teuthology.orchestra.run.smithi064.stdout:Created osd(s) 2 on host 'smithi064' 2023-12-21T05:02:53.651 DEBUG:teuthology.orchestra.run.smithi064:osd.2> sudo journalctl -f -n 0 -u ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@osd.2.service 2023-12-21T05:02:53.654 INFO:tasks.cephadm:Deploying osd.3 on smithi064 with /dev/vg_nvme/lv_1... 2023-12-21T05:02:53.654 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-12-21T05:02:53.685 INFO:journalctl@ceph.osd.2.smithi064.stdout:-- Logs begin at Thu 2023-12-21 04:45:14 UTC. -- 2023-12-21T05:02:55.120 INFO:teuthology.orchestra.run.smithi064.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-12-21T05:02:55.120 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-12-21T05:02:55.121 INFO:teuthology.orchestra.run.smithi064.stderr: stderr: 10+0 records in 2023-12-21T05:02:55.121 INFO:teuthology.orchestra.run.smithi064.stderr:10+0 records out 2023-12-21T05:02:55.121 INFO:teuthology.orchestra.run.smithi064.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0122598 s, 855 MB/s 2023-12-21T05:02:55.121 INFO:teuthology.orchestra.run.smithi064.stderr:--> Zapping successful for: 2023-12-21T05:02:55.479 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi064:vg_nvme/lv_1 2023-12-21T05:03:06.224 INFO:teuthology.orchestra.run.smithi064.stdout:Created osd(s) 3 on host 'smithi064' 2023-12-21T05:03:06.542 DEBUG:teuthology.orchestra.run.smithi064:osd.3> sudo journalctl -f -n 0 -u ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@osd.3.service 2023-12-21T05:03:06.544 INFO:tasks.cephadm:Deploying osd.4 on smithi113 with /dev/vg_nvme/lv_4... 2023-12-21T05:03:06.544 DEBUG:teuthology.orchestra.run.smithi113:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-21T05:03:06.575 INFO:journalctl@ceph.osd.3.smithi064.stdout:-- Logs begin at Thu 2023-12-21 04:45:14 UTC. -- 2023-12-21T05:03:07.993 INFO:teuthology.orchestra.run.smithi113.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-21T05:03:07.993 INFO:teuthology.orchestra.run.smithi113.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-21T05:03:07.993 INFO:teuthology.orchestra.run.smithi113.stderr: stderr: 10+0 records in 2023-12-21T05:03:07.993 INFO:teuthology.orchestra.run.smithi113.stderr:10+0 records out 2023-12-21T05:03:07.993 INFO:teuthology.orchestra.run.smithi113.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00773863 s, 1.4 GB/s 2023-12-21T05:03:07.993 INFO:teuthology.orchestra.run.smithi113.stderr:--> Zapping successful for: 2023-12-21T05:03:08.419 DEBUG:teuthology.orchestra.run.smithi113:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi113:vg_nvme/lv_4 2023-12-21T05:04:45.411 INFO:teuthology.orchestra.run.smithi113.stdout:Created osd(s) 4 on host 'smithi113' 2023-12-21T05:04:45.749 DEBUG:teuthology.orchestra.run.smithi113:osd.4> sudo journalctl -f -n 0 -u ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@osd.4.service 2023-12-21T05:04:45.752 INFO:tasks.cephadm:Deploying osd.5 on smithi113 with /dev/vg_nvme/lv_3... 2023-12-21T05:04:45.753 DEBUG:teuthology.orchestra.run.smithi113:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-12-21T05:04:45.782 INFO:journalctl@ceph.osd.4.smithi113.stdout:-- Logs begin at Thu 2023-12-21 04:45:20 UTC. -- 2023-12-21T05:04:47.180 INFO:teuthology.orchestra.run.smithi113.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-12-21T05:04:47.180 INFO:teuthology.orchestra.run.smithi113.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-12-21T05:04:47.180 INFO:teuthology.orchestra.run.smithi113.stderr: stderr: 10+0 records in 2023-12-21T05:04:47.180 INFO:teuthology.orchestra.run.smithi113.stderr:10+0 records out 2023-12-21T05:04:47.180 INFO:teuthology.orchestra.run.smithi113.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00993438 s, 1.1 GB/s 2023-12-21T05:04:47.180 INFO:teuthology.orchestra.run.smithi113.stderr:--> Zapping successful for: 2023-12-21T05:04:47.548 DEBUG:teuthology.orchestra.run.smithi113:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi113:vg_nvme/lv_3 2023-12-21T05:04:57.383 INFO:teuthology.orchestra.run.smithi113.stdout:Created osd(s) 5 on host 'smithi113' 2023-12-21T05:04:57.738 DEBUG:teuthology.orchestra.run.smithi113:osd.5> sudo journalctl -f -n 0 -u ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@osd.5.service 2023-12-21T05:04:57.740 INFO:tasks.cephadm:Deploying osd.6 on smithi113 with /dev/vg_nvme/lv_2... 2023-12-21T05:04:57.741 DEBUG:teuthology.orchestra.run.smithi113:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-12-21T05:04:57.771 INFO:journalctl@ceph.osd.5.smithi113.stdout:-- Logs begin at Thu 2023-12-21 04:45:20 UTC. -- 2023-12-21T05:04:59.097 INFO:teuthology.orchestra.run.smithi113.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-12-21T05:04:59.097 INFO:teuthology.orchestra.run.smithi113.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-12-21T05:04:59.097 INFO:teuthology.orchestra.run.smithi113.stderr: stderr: 10+0 records in 2023-12-21T05:04:59.097 INFO:teuthology.orchestra.run.smithi113.stderr:10+0 records out 2023-12-21T05:04:59.097 INFO:teuthology.orchestra.run.smithi113.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0102527 s, 1.0 GB/s 2023-12-21T05:04:59.097 INFO:teuthology.orchestra.run.smithi113.stderr:--> Zapping successful for: 2023-12-21T05:04:59.479 DEBUG:teuthology.orchestra.run.smithi113:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi113:vg_nvme/lv_2 2023-12-21T05:05:09.147 INFO:teuthology.orchestra.run.smithi113.stdout:Created osd(s) 6 on host 'smithi113' 2023-12-21T05:05:09.493 DEBUG:teuthology.orchestra.run.smithi113:osd.6> sudo journalctl -f -n 0 -u ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@osd.6.service 2023-12-21T05:05:09.495 INFO:tasks.cephadm:Deploying osd.7 on smithi113 with /dev/vg_nvme/lv_1... 2023-12-21T05:05:09.495 DEBUG:teuthology.orchestra.run.smithi113:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-12-21T05:05:09.525 INFO:journalctl@ceph.osd.6.smithi113.stdout:-- Logs begin at Thu 2023-12-21 04:45:20 UTC. -- 2023-12-21T05:05:10.978 INFO:teuthology.orchestra.run.smithi113.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-12-21T05:05:10.978 INFO:teuthology.orchestra.run.smithi113.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-12-21T05:05:10.978 INFO:teuthology.orchestra.run.smithi113.stderr: stderr: 10+0 records in 2023-12-21T05:05:10.978 INFO:teuthology.orchestra.run.smithi113.stderr:10+0 records out 2023-12-21T05:05:10.978 INFO:teuthology.orchestra.run.smithi113.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0123845 s, 847 MB/s 2023-12-21T05:05:10.978 INFO:teuthology.orchestra.run.smithi113.stderr:--> Zapping successful for: 2023-12-21T05:05:11.394 DEBUG:teuthology.orchestra.run.smithi113:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi113:vg_nvme/lv_1 2023-12-21T05:05:21.044 INFO:teuthology.orchestra.run.smithi113.stdout:Created osd(s) 7 on host 'smithi113' 2023-12-21T05:05:21.391 DEBUG:teuthology.orchestra.run.smithi113:osd.7> sudo journalctl -f -n 0 -u ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@osd.7.service 2023-12-21T05:05:21.393 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-12-21T05:05:21.394 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T05:05:21.423 INFO:journalctl@ceph.osd.7.smithi113.stdout:-- Logs begin at Thu 2023-12-21 04:45:20 UTC. -- 2023-12-21T05:05:22.973 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:05:23.316 INFO:teuthology.orchestra.run.smithi064.stdout:{"epoch":43,"num_osds":8,"num_up_osds":7,"osd_up_since":1703135113,"num_in_osds":7,"osd_in_since":1703135113,"num_remapped_pgs":0} 2023-12-21T05:05:24.317 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T05:05:25.541 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:05:25.890 INFO:teuthology.orchestra.run.smithi064.stdout:{"epoch":45,"num_osds":8,"num_up_osds":8,"osd_up_since":1703135124,"num_in_osds":8,"osd_in_since":1703135124,"num_remapped_pgs":0} 2023-12-21T05:05:25.891 INFO:tasks.cephadm:Setting up client nodes... 2023-12-21T05:05:25.891 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-21T05:05:27.185 INFO:teuthology.orchestra.run.smithi064.stdout:[client.0] 2023-12-21T05:05:27.185 INFO:teuthology.orchestra.run.smithi064.stdout: key = AQCXx4Nlr6ThChAA7xxqcDXA97x2pIugVwIpJw== 2023-12-21T05:05:27.540 DEBUG:teuthology.orchestra.run.smithi064:> set -ex 2023-12-21T05:05:27.540 DEBUG:teuthology.orchestra.run.smithi064:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-12-21T05:05:27.540 DEBUG:teuthology.orchestra.run.smithi064:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-12-21T05:05:27.580 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-21T05:05:27.759 INFO:teuthology.orchestra.run.smithi064.stderr:Inferring config /var/lib/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/mon.smithi064/config 2023-12-21T05:05:28.793 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:05:28.793 INFO:teuthology.orchestra.run.smithi064.stdout:{"epoch":46,"fsid":"ec1bc4d2-9fbc-11ee-95a5-87774f69a715","created":"2023-12-21T04:54:12.353386+0000","modified":"2023-12-21T05:05:25.869463+0000","last_up_change":"2023-12-21T05:05:24.863342+0000","last_in_change":"2023-12-21T05:05:24.863342+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"jewel","min_compat_client":"jewel","require_osd_release":"octopus","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-12-21T04:55:32.205342+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"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":"13","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_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"0bbf119f-2265-46e0-8110-f65a47426d92","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":11,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6802","nonce":662467100},{"type":"v1","addr":"172.21.15.64:6803","nonce":662467100}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6804","nonce":662467100},{"type":"v1","addr":"172.21.15.64:6805","nonce":662467100}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6808","nonce":662467100},{"type":"v1","addr":"172.21.15.64:6809","nonce":662467100}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6806","nonce":662467100},{"type":"v1","addr":"172.21.15.64:6807","nonce":662467100}]},"public_addr":"172.21.15.64:6803/662467100","cluster_addr":"172.21.15.64:6805/662467100","heartbeat_back_addr":"172.21.15.64:6809/662467100","heartbeat_front_addr":"172.21.15.64:6807/662467100","state":["exists","up"]},{"osd":1,"uuid":"fe37e1e5-6d9a-4056-8de1-ebb5c3312852","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6810","nonce":4060278062},{"type":"v1","addr":"172.21.15.64:6811","nonce":4060278062}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6812","nonce":4060278062},{"type":"v1","addr":"172.21.15.64:6813","nonce":4060278062}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6816","nonce":4060278062},{"type":"v1","addr":"172.21.15.64:6817","nonce":4060278062}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6814","nonce":4060278062},{"type":"v1","addr":"172.21.15.64:6815","nonce":4060278062}]},"public_addr":"172.21.15.64:6811/4060278062","cluster_addr":"172.21.15.64:6813/4060278062","heartbeat_back_addr":"172.21.15.64:6817/4060278062","heartbeat_front_addr":"172.21.15.64:6815/4060278062","state":["exists","up"]},{"osd":2,"uuid":"412fe5f6-2a37-460c-9b7d-843b5551eba2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6818","nonce":1613725794},{"type":"v1","addr":"172.21.15.64:6819","nonce":1613725794}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6820","nonce":1613725794},{"type":"v1","addr":"172.21.15.64:6821","nonce":1613725794}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6824","nonce":1613725794},{"type":"v1","addr":"172.21.15.64:6825","nonce":1613725794}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6822","nonce":1613725794},{"type":"v1","addr":"172.21.15.64:6823","nonce":1613725794}]},"public_addr":"172.21.15.64:6819/1613725794","cluster_addr":"172.21.15.64:6821/1613725794","heartbeat_back_addr":"172.21.15.64:6825/1613725794","heartbeat_front_addr":"172.21.15.64:6823/1613725794","state":["exists","up"]},{"osd":3,"uuid":"573b5ab5-e798-446d-8026-b21d9473fbc5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6826","nonce":3686671651},{"type":"v1","addr":"172.21.15.64:6827","nonce":3686671651}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6828","nonce":3686671651},{"type":"v1","addr":"172.21.15.64:6829","nonce":3686671651}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6832","nonce":3686671651},{"type":"v1","addr":"172.21.15.64:6833","nonce":3686671651}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6830","nonce":3686671651},{"type":"v1","addr":"172.21.15.64:6831","nonce":3686671651}]},"public_addr":"172.21.15.64:6827/3686671651","cluster_addr":"172.21.15.64:6829/3686671651","heartbeat_back_addr":"172.21.15.64:6833/3686671651","heartbeat_front_addr":"172.21.15.64:6831/3686671651","state":["exists","up"]},{"osd":4,"uuid":"ace9fa19-bf7a-4298-bc83-9e6849df782f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.113:6800","nonce":3072455},{"type":"v1","addr":"172.21.15.113:6801","nonce":3072455}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.113:6802","nonce":3072455},{"type":"v1","addr":"172.21.15.113:6803","nonce":3072455}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.113:6806","nonce":3072455},{"type":"v1","addr":"172.21.15.113:6807","nonce":3072455}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.113:6804","nonce":3072455},{"type":"v1","addr":"172.21.15.113:6805","nonce":3072455}]},"public_addr":"172.21.15.113:6801/3072455","cluster_addr":"172.21.15.113:6803/3072455","heartbeat_back_addr":"172.21.15.113:6807/3072455","heartbeat_front_addr":"172.21.15.113:6805/3072455","state":["exists","up"]},{"osd":5,"uuid":"aa036c95-4d6f-4ca7-baf8-a88c2a08d2f0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":36,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.113:6808","nonce":1492658192},{"type":"v1","addr":"172.21.15.113:6809","nonce":1492658192}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.113:6810","nonce":1492658192},{"type":"v1","addr":"172.21.15.113:6811","nonce":1492658192}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.113:6814","nonce":1492658192},{"type":"v1","addr":"172.21.15.113:6815","nonce":1492658192}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.113:6812","nonce":1492658192},{"type":"v1","addr":"172.21.15.113:6813","nonce":1492658192}]},"public_addr":"172.21.15.113:6809/1492658192","cluster_addr":"172.21.15.113:6811/1492658192","heartbeat_back_addr":"172.21.15.113:6815/1492658192","heartbeat_front_addr":"172.21.15.113:6813/1492658192","state":["exists","up"]},{"osd":6,"uuid":"a0d79822-30a5-4b5f-9d88-791a36cb04b7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":40,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.113:6816","nonce":2704532053},{"type":"v1","addr":"172.21.15.113:6817","nonce":2704532053}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.113:6818","nonce":2704532053},{"type":"v1","addr":"172.21.15.113:6819","nonce":2704532053}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.113:6822","nonce":2704532053},{"type":"v1","addr":"172.21.15.113:6823","nonce":2704532053}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.113:6820","nonce":2704532053},{"type":"v1","addr":"172.21.15.113:6821","nonce":2704532053}]},"public_addr":"172.21.15.113:6817/2704532053","cluster_addr":"172.21.15.113:6819/2704532053","heartbeat_back_addr":"172.21.15.113:6823/2704532053","heartbeat_front_addr":"172.21.15.113:6821/2704532053","state":["exists","up"]},{"osd":7,"uuid":"2942e55b-f653-499c-87ff-b27f03a21341","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":45,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.113:6824","nonce":518244526},{"type":"v1","addr":"172.21.15.113:6825","nonce":518244526}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.113:6826","nonce":518244526},{"type":"v1","addr":"172.21.15.113:6827","nonce":518244526}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.113:6830","nonce":518244526},{"type":"v1","addr":"172.21.15.113:6831","nonce":518244526}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.113:6828","nonce":518244526},{"type":"v1","addr":"172.21.15.113:6829","nonce":518244526}]},"public_addr":"172.21.15.113:6825/518244526","cluster_addr":"172.21.15.113:6827/518244526","heartbeat_back_addr":"172.21.15.113:6831/518244526","heartbeat_front_addr":"172.21.15.113:6829/518244526","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T05:00:18.990589+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T05:02:42.991744+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T05:02:55.391111+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T05:03:08.223423+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T05:04:47.409010+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T05:04:59.439068+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T05:05:11.150805+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T05:05:23.040817+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.64:6800/2909601249":"2023-12-22T04:55:00.710034+0000","172.21.15.64:0/1933689566":"2023-12-22T04:54:49.825208+0000","172.21.15.64:0/2836246232":"2023-12-22T04:54:49.825208+0000","172.21.15.64:6800/155186188":"2023-12-22T04:54:49.825208+0000","172.21.15.64:6801/2909601249":"2023-12-22T04:55:00.710034+0000","172.21.15.64:0/1272986159":"2023-12-22T04:54:28.881123+0000","172.21.15.64:6800/3635026347":"2023-12-22T04:54:28.881123+0000","172.21.15.64:0/3872924658":"2023-12-22T04:55:00.710034+0000","172.21.15.64:0/3664638511":"2023-12-22T04:55:00.710034+0000","172.21.15.64:6801/3635026347":"2023-12-22T04:54:28.881123+0000","172.21.15.64:6801/155186188":"2023-12-22T04:54:49.825208+0000","172.21.15.64:0/638174712":"2023-12-22T04:54:28.881123+0000"},"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":{}} 2023-12-21T05:05:29.173 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2023-12-21T04:55:32.205342+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, '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': '13', '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_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2023-12-21T05:05:29.173 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2023-12-21T05:05:29.316 INFO:teuthology.orchestra.run.smithi064.stderr:Inferring config /var/lib/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/mon.smithi064/config 2023-12-21T05:05:30.292 INFO:teuthology.orchestra.run.smithi064.stdout:pg_num: 1 2023-12-21T05:05:30.639 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-12-21T05:05:30.639 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-12-21T05:05:30.640 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph mgr dump --format=json 2023-12-21T05:05:30.781 INFO:teuthology.orchestra.run.smithi064.stderr:Inferring config /var/lib/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/mon.smithi064/config 2023-12-21T05:05:31.845 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:05:32.197 INFO:teuthology.orchestra.run.smithi064.stdout:{"epoch":18,"active_gid":14164,"active_name":"smithi064.skpyci","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6800","nonce":4019940600},{"type":"v1","addr":"172.21.15.64:6801","nonce":4019940600}]},"active_addr":"172.21.15.64:6801/4019940600","active_change":"2023-12-21T04:55:00.710331+0000","active_mgr_features":4540138292840890367,"available":true,"standbys":[{"gid":24115,"name":"smithi113.fmrekm","mgr_features":4540138292840890367,"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":"False","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":"none","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":[]},"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":"docker.io/prom/alertmanager:v0.20.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":"docker.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":"docker.io/ceph/ceph-grafana:6.7.4","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/node-exporter:v0.18.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":"docker.io/prom/prometheus:v2.18.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"False","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":[]},"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":[]},"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":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"None","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_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"Custom repository password","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"Custom repository url","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"Custom repository username","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"None","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":"False","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_HOST":{"name":"RGW_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_PORT":{"name":"RGW_API_PORT","type":"int","level":"advanced","flags":0,"default_value":"80","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SCHEME":{"name":"RGW_API_SCHEME","type":"str","level":"advanced","flags":0,"default_value":"http","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":[]},"RGW_API_USER_ID":{"name":"RGW_API_USER_ID","type":"str","level":"advanced","flags":0,"default_value":"","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":[]},"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":[]},"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":"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":"None","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":[]},"sleep_interval":{"name":"sleep_interval","type":"str","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":[]},"persist_interval":{"name":"persist_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how frequently to persist completed events","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","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":[]},"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":"str","level":"advanced","flags":0,"default_value":"","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":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","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":{"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":"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":[]}}},{"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","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":"False","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":"none","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":[]},"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":"docker.io/prom/alertmanager:v0.20.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":"docker.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":"docker.io/ceph/ceph-grafana:6.7.4","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/node-exporter:v0.18.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":"docker.io/prom/prometheus:v2.18.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"False","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":[]},"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":[]},"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":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"None","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_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"Custom repository password","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"Custom repository url","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"Custom repository username","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"None","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":"False","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_HOST":{"name":"RGW_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_PORT":{"name":"RGW_API_PORT","type":"int","level":"advanced","flags":0,"default_value":"80","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SCHEME":{"name":"RGW_API_SCHEME","type":"str","level":"advanced","flags":0,"default_value":"http","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":[]},"RGW_API_USER_ID":{"name":"RGW_API_USER_ID","type":"str","level":"advanced","flags":0,"default_value":"","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":[]},"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":[]},"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":"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":"None","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":[]},"sleep_interval":{"name":"sleep_interval","type":"str","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":[]},"persist_interval":{"name":"persist_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how frequently to persist completed events","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","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":[]},"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":"str","level":"advanced","flags":0,"default_value":"","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":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","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":{"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":"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":[]}}},{"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://smithi064.front.sepia.ceph.com:8443/","prometheus":"http://smithi064.front.sepia.ceph.com: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"],"last_failure_osd_epoch":4,"active_clients":[{"addrvec":[{"type":"v2","addr":"172.21.15.64:0","nonce":1243108529}]},{"addrvec":[{"type":"v2","addr":"172.21.15.64:0","nonce":1265793290}]}]}} 2023-12-21T05:05:32.202 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-12-21T05:05:32.202 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-12-21T05:05:32.202 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-21T05:05:32.346 INFO:teuthology.orchestra.run.smithi064.stderr:Inferring config /var/lib/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/mon.smithi064/config 2023-12-21T05:05:33.431 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:05:33.431 INFO:teuthology.orchestra.run.smithi064.stdout:{"epoch":46,"fsid":"ec1bc4d2-9fbc-11ee-95a5-87774f69a715","created":"2023-12-21T04:54:12.353386+0000","modified":"2023-12-21T05:05:25.869463+0000","last_up_change":"2023-12-21T05:05:24.863342+0000","last_in_change":"2023-12-21T05:05:24.863342+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"jewel","min_compat_client":"jewel","require_osd_release":"octopus","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-12-21T04:55:32.205342+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"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":"13","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_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"0bbf119f-2265-46e0-8110-f65a47426d92","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":11,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6802","nonce":662467100},{"type":"v1","addr":"172.21.15.64:6803","nonce":662467100}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6804","nonce":662467100},{"type":"v1","addr":"172.21.15.64:6805","nonce":662467100}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6808","nonce":662467100},{"type":"v1","addr":"172.21.15.64:6809","nonce":662467100}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6806","nonce":662467100},{"type":"v1","addr":"172.21.15.64:6807","nonce":662467100}]},"public_addr":"172.21.15.64:6803/662467100","cluster_addr":"172.21.15.64:6805/662467100","heartbeat_back_addr":"172.21.15.64:6809/662467100","heartbeat_front_addr":"172.21.15.64:6807/662467100","state":["exists","up"]},{"osd":1,"uuid":"fe37e1e5-6d9a-4056-8de1-ebb5c3312852","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6810","nonce":4060278062},{"type":"v1","addr":"172.21.15.64:6811","nonce":4060278062}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6812","nonce":4060278062},{"type":"v1","addr":"172.21.15.64:6813","nonce":4060278062}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6816","nonce":4060278062},{"type":"v1","addr":"172.21.15.64:6817","nonce":4060278062}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6814","nonce":4060278062},{"type":"v1","addr":"172.21.15.64:6815","nonce":4060278062}]},"public_addr":"172.21.15.64:6811/4060278062","cluster_addr":"172.21.15.64:6813/4060278062","heartbeat_back_addr":"172.21.15.64:6817/4060278062","heartbeat_front_addr":"172.21.15.64:6815/4060278062","state":["exists","up"]},{"osd":2,"uuid":"412fe5f6-2a37-460c-9b7d-843b5551eba2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6818","nonce":1613725794},{"type":"v1","addr":"172.21.15.64:6819","nonce":1613725794}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6820","nonce":1613725794},{"type":"v1","addr":"172.21.15.64:6821","nonce":1613725794}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6824","nonce":1613725794},{"type":"v1","addr":"172.21.15.64:6825","nonce":1613725794}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6822","nonce":1613725794},{"type":"v1","addr":"172.21.15.64:6823","nonce":1613725794}]},"public_addr":"172.21.15.64:6819/1613725794","cluster_addr":"172.21.15.64:6821/1613725794","heartbeat_back_addr":"172.21.15.64:6825/1613725794","heartbeat_front_addr":"172.21.15.64:6823/1613725794","state":["exists","up"]},{"osd":3,"uuid":"573b5ab5-e798-446d-8026-b21d9473fbc5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6826","nonce":3686671651},{"type":"v1","addr":"172.21.15.64:6827","nonce":3686671651}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6828","nonce":3686671651},{"type":"v1","addr":"172.21.15.64:6829","nonce":3686671651}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6832","nonce":3686671651},{"type":"v1","addr":"172.21.15.64:6833","nonce":3686671651}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6830","nonce":3686671651},{"type":"v1","addr":"172.21.15.64:6831","nonce":3686671651}]},"public_addr":"172.21.15.64:6827/3686671651","cluster_addr":"172.21.15.64:6829/3686671651","heartbeat_back_addr":"172.21.15.64:6833/3686671651","heartbeat_front_addr":"172.21.15.64:6831/3686671651","state":["exists","up"]},{"osd":4,"uuid":"ace9fa19-bf7a-4298-bc83-9e6849df782f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.113:6800","nonce":3072455},{"type":"v1","addr":"172.21.15.113:6801","nonce":3072455}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.113:6802","nonce":3072455},{"type":"v1","addr":"172.21.15.113:6803","nonce":3072455}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.113:6806","nonce":3072455},{"type":"v1","addr":"172.21.15.113:6807","nonce":3072455}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.113:6804","nonce":3072455},{"type":"v1","addr":"172.21.15.113:6805","nonce":3072455}]},"public_addr":"172.21.15.113:6801/3072455","cluster_addr":"172.21.15.113:6803/3072455","heartbeat_back_addr":"172.21.15.113:6807/3072455","heartbeat_front_addr":"172.21.15.113:6805/3072455","state":["exists","up"]},{"osd":5,"uuid":"aa036c95-4d6f-4ca7-baf8-a88c2a08d2f0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":36,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.113:6808","nonce":1492658192},{"type":"v1","addr":"172.21.15.113:6809","nonce":1492658192}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.113:6810","nonce":1492658192},{"type":"v1","addr":"172.21.15.113:6811","nonce":1492658192}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.113:6814","nonce":1492658192},{"type":"v1","addr":"172.21.15.113:6815","nonce":1492658192}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.113:6812","nonce":1492658192},{"type":"v1","addr":"172.21.15.113:6813","nonce":1492658192}]},"public_addr":"172.21.15.113:6809/1492658192","cluster_addr":"172.21.15.113:6811/1492658192","heartbeat_back_addr":"172.21.15.113:6815/1492658192","heartbeat_front_addr":"172.21.15.113:6813/1492658192","state":["exists","up"]},{"osd":6,"uuid":"a0d79822-30a5-4b5f-9d88-791a36cb04b7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":40,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.113:6816","nonce":2704532053},{"type":"v1","addr":"172.21.15.113:6817","nonce":2704532053}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.113:6818","nonce":2704532053},{"type":"v1","addr":"172.21.15.113:6819","nonce":2704532053}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.113:6822","nonce":2704532053},{"type":"v1","addr":"172.21.15.113:6823","nonce":2704532053}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.113:6820","nonce":2704532053},{"type":"v1","addr":"172.21.15.113:6821","nonce":2704532053}]},"public_addr":"172.21.15.113:6817/2704532053","cluster_addr":"172.21.15.113:6819/2704532053","heartbeat_back_addr":"172.21.15.113:6823/2704532053","heartbeat_front_addr":"172.21.15.113:6821/2704532053","state":["exists","up"]},{"osd":7,"uuid":"2942e55b-f653-499c-87ff-b27f03a21341","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":45,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.113:6824","nonce":518244526},{"type":"v1","addr":"172.21.15.113:6825","nonce":518244526}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.113:6826","nonce":518244526},{"type":"v1","addr":"172.21.15.113:6827","nonce":518244526}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.113:6830","nonce":518244526},{"type":"v1","addr":"172.21.15.113:6831","nonce":518244526}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.113:6828","nonce":518244526},{"type":"v1","addr":"172.21.15.113:6829","nonce":518244526}]},"public_addr":"172.21.15.113:6825/518244526","cluster_addr":"172.21.15.113:6827/518244526","heartbeat_back_addr":"172.21.15.113:6831/518244526","heartbeat_front_addr":"172.21.15.113:6829/518244526","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T05:00:18.990589+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T05:02:42.991744+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T05:02:55.391111+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T05:03:08.223423+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T05:04:47.409010+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T05:04:59.439068+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T05:05:11.150805+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T05:05:23.040817+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.64:6800/2909601249":"2023-12-22T04:55:00.710034+0000","172.21.15.64:0/1933689566":"2023-12-22T04:54:49.825208+0000","172.21.15.64:0/2836246232":"2023-12-22T04:54:49.825208+0000","172.21.15.64:6800/155186188":"2023-12-22T04:54:49.825208+0000","172.21.15.64:6801/2909601249":"2023-12-22T04:55:00.710034+0000","172.21.15.64:0/1272986159":"2023-12-22T04:54:28.881123+0000","172.21.15.64:6800/3635026347":"2023-12-22T04:54:28.881123+0000","172.21.15.64:0/3872924658":"2023-12-22T04:55:00.710034+0000","172.21.15.64:0/3664638511":"2023-12-22T04:55:00.710034+0000","172.21.15.64:6801/3635026347":"2023-12-22T04:54:28.881123+0000","172.21.15.64:6801/155186188":"2023-12-22T04:54:49.825208+0000","172.21.15.64:0/638174712":"2023-12-22T04:54:28.881123+0000"},"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":{}} 2023-12-21T05:05:33.772 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-12-21T05:05:33.773 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-21T05:05:33.914 INFO:teuthology.orchestra.run.smithi064.stderr:Inferring config /var/lib/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/mon.smithi064/config 2023-12-21T05:05:34.971 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:05:34.972 INFO:teuthology.orchestra.run.smithi064.stdout:{"epoch":46,"fsid":"ec1bc4d2-9fbc-11ee-95a5-87774f69a715","created":"2023-12-21T04:54:12.353386+0000","modified":"2023-12-21T05:05:25.869463+0000","last_up_change":"2023-12-21T05:05:24.863342+0000","last_in_change":"2023-12-21T05:05:24.863342+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"jewel","min_compat_client":"jewel","require_osd_release":"octopus","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-12-21T04:55:32.205342+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"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":"13","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_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"0bbf119f-2265-46e0-8110-f65a47426d92","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":11,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6802","nonce":662467100},{"type":"v1","addr":"172.21.15.64:6803","nonce":662467100}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6804","nonce":662467100},{"type":"v1","addr":"172.21.15.64:6805","nonce":662467100}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6808","nonce":662467100},{"type":"v1","addr":"172.21.15.64:6809","nonce":662467100}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6806","nonce":662467100},{"type":"v1","addr":"172.21.15.64:6807","nonce":662467100}]},"public_addr":"172.21.15.64:6803/662467100","cluster_addr":"172.21.15.64:6805/662467100","heartbeat_back_addr":"172.21.15.64:6809/662467100","heartbeat_front_addr":"172.21.15.64:6807/662467100","state":["exists","up"]},{"osd":1,"uuid":"fe37e1e5-6d9a-4056-8de1-ebb5c3312852","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6810","nonce":4060278062},{"type":"v1","addr":"172.21.15.64:6811","nonce":4060278062}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6812","nonce":4060278062},{"type":"v1","addr":"172.21.15.64:6813","nonce":4060278062}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6816","nonce":4060278062},{"type":"v1","addr":"172.21.15.64:6817","nonce":4060278062}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6814","nonce":4060278062},{"type":"v1","addr":"172.21.15.64:6815","nonce":4060278062}]},"public_addr":"172.21.15.64:6811/4060278062","cluster_addr":"172.21.15.64:6813/4060278062","heartbeat_back_addr":"172.21.15.64:6817/4060278062","heartbeat_front_addr":"172.21.15.64:6815/4060278062","state":["exists","up"]},{"osd":2,"uuid":"412fe5f6-2a37-460c-9b7d-843b5551eba2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6818","nonce":1613725794},{"type":"v1","addr":"172.21.15.64:6819","nonce":1613725794}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6820","nonce":1613725794},{"type":"v1","addr":"172.21.15.64:6821","nonce":1613725794}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6824","nonce":1613725794},{"type":"v1","addr":"172.21.15.64:6825","nonce":1613725794}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6822","nonce":1613725794},{"type":"v1","addr":"172.21.15.64:6823","nonce":1613725794}]},"public_addr":"172.21.15.64:6819/1613725794","cluster_addr":"172.21.15.64:6821/1613725794","heartbeat_back_addr":"172.21.15.64:6825/1613725794","heartbeat_front_addr":"172.21.15.64:6823/1613725794","state":["exists","up"]},{"osd":3,"uuid":"573b5ab5-e798-446d-8026-b21d9473fbc5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6826","nonce":3686671651},{"type":"v1","addr":"172.21.15.64:6827","nonce":3686671651}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6828","nonce":3686671651},{"type":"v1","addr":"172.21.15.64:6829","nonce":3686671651}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6832","nonce":3686671651},{"type":"v1","addr":"172.21.15.64:6833","nonce":3686671651}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6830","nonce":3686671651},{"type":"v1","addr":"172.21.15.64:6831","nonce":3686671651}]},"public_addr":"172.21.15.64:6827/3686671651","cluster_addr":"172.21.15.64:6829/3686671651","heartbeat_back_addr":"172.21.15.64:6833/3686671651","heartbeat_front_addr":"172.21.15.64:6831/3686671651","state":["exists","up"]},{"osd":4,"uuid":"ace9fa19-bf7a-4298-bc83-9e6849df782f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.113:6800","nonce":3072455},{"type":"v1","addr":"172.21.15.113:6801","nonce":3072455}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.113:6802","nonce":3072455},{"type":"v1","addr":"172.21.15.113:6803","nonce":3072455}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.113:6806","nonce":3072455},{"type":"v1","addr":"172.21.15.113:6807","nonce":3072455}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.113:6804","nonce":3072455},{"type":"v1","addr":"172.21.15.113:6805","nonce":3072455}]},"public_addr":"172.21.15.113:6801/3072455","cluster_addr":"172.21.15.113:6803/3072455","heartbeat_back_addr":"172.21.15.113:6807/3072455","heartbeat_front_addr":"172.21.15.113:6805/3072455","state":["exists","up"]},{"osd":5,"uuid":"aa036c95-4d6f-4ca7-baf8-a88c2a08d2f0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":36,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.113:6808","nonce":1492658192},{"type":"v1","addr":"172.21.15.113:6809","nonce":1492658192}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.113:6810","nonce":1492658192},{"type":"v1","addr":"172.21.15.113:6811","nonce":1492658192}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.113:6814","nonce":1492658192},{"type":"v1","addr":"172.21.15.113:6815","nonce":1492658192}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.113:6812","nonce":1492658192},{"type":"v1","addr":"172.21.15.113:6813","nonce":1492658192}]},"public_addr":"172.21.15.113:6809/1492658192","cluster_addr":"172.21.15.113:6811/1492658192","heartbeat_back_addr":"172.21.15.113:6815/1492658192","heartbeat_front_addr":"172.21.15.113:6813/1492658192","state":["exists","up"]},{"osd":6,"uuid":"a0d79822-30a5-4b5f-9d88-791a36cb04b7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":40,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.113:6816","nonce":2704532053},{"type":"v1","addr":"172.21.15.113:6817","nonce":2704532053}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.113:6818","nonce":2704532053},{"type":"v1","addr":"172.21.15.113:6819","nonce":2704532053}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.113:6822","nonce":2704532053},{"type":"v1","addr":"172.21.15.113:6823","nonce":2704532053}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.113:6820","nonce":2704532053},{"type":"v1","addr":"172.21.15.113:6821","nonce":2704532053}]},"public_addr":"172.21.15.113:6817/2704532053","cluster_addr":"172.21.15.113:6819/2704532053","heartbeat_back_addr":"172.21.15.113:6823/2704532053","heartbeat_front_addr":"172.21.15.113:6821/2704532053","state":["exists","up"]},{"osd":7,"uuid":"2942e55b-f653-499c-87ff-b27f03a21341","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":45,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.113:6824","nonce":518244526},{"type":"v1","addr":"172.21.15.113:6825","nonce":518244526}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.113:6826","nonce":518244526},{"type":"v1","addr":"172.21.15.113:6827","nonce":518244526}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.113:6830","nonce":518244526},{"type":"v1","addr":"172.21.15.113:6831","nonce":518244526}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.113:6828","nonce":518244526},{"type":"v1","addr":"172.21.15.113:6829","nonce":518244526}]},"public_addr":"172.21.15.113:6825/518244526","cluster_addr":"172.21.15.113:6827/518244526","heartbeat_back_addr":"172.21.15.113:6831/518244526","heartbeat_front_addr":"172.21.15.113:6829/518244526","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T05:00:18.990589+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T05:02:42.991744+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T05:02:55.391111+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T05:03:08.223423+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T05:04:47.409010+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T05:04:59.439068+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T05:05:11.150805+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T05:05:23.040817+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.64:6800/2909601249":"2023-12-22T04:55:00.710034+0000","172.21.15.64:0/1933689566":"2023-12-22T04:54:49.825208+0000","172.21.15.64:0/2836246232":"2023-12-22T04:54:49.825208+0000","172.21.15.64:6800/155186188":"2023-12-22T04:54:49.825208+0000","172.21.15.64:6801/2909601249":"2023-12-22T04:55:00.710034+0000","172.21.15.64:0/1272986159":"2023-12-22T04:54:28.881123+0000","172.21.15.64:6800/3635026347":"2023-12-22T04:54:28.881123+0000","172.21.15.64:0/3872924658":"2023-12-22T04:55:00.710034+0000","172.21.15.64:0/3664638511":"2023-12-22T04:55:00.710034+0000","172.21.15.64:6801/3635026347":"2023-12-22T04:54:28.881123+0000","172.21.15.64:6801/155186188":"2023-12-22T04:54:49.825208+0000","172.21.15.64:0/638174712":"2023-12-22T04:54:28.881123+0000"},"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":{}} 2023-12-21T05:05:35.339 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-12-21T05:05:35.481 INFO:teuthology.orchestra.run.smithi064.stderr:Inferring config /var/lib/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/mon.smithi064/config 2023-12-21T05:05:36.730 INFO:teuthology.orchestra.run.smithi064.stdout:47244640322 2023-12-21T05:05:36.730 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-12-21T05:05:36.874 INFO:teuthology.orchestra.run.smithi064.stderr:Inferring config /var/lib/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/mon.smithi064/config 2023-12-21T05:05:38.164 INFO:teuthology.orchestra.run.smithi064.stdout:73014444069 2023-12-21T05:05:38.164 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-12-21T05:05:38.305 INFO:teuthology.orchestra.run.smithi064.stderr:Inferring config /var/lib/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/mon.smithi064/config 2023-12-21T05:05:39.547 INFO:teuthology.orchestra.run.smithi064.stdout:94489280548 2023-12-21T05:05:39.547 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2023-12-21T05:05:39.689 INFO:teuthology.orchestra.run.smithi064.stderr:Inferring config /var/lib/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/mon.smithi064/config 2023-12-21T05:05:41.030 INFO:teuthology.orchestra.run.smithi064.stdout:115964117025 2023-12-21T05:05:41.031 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2023-12-21T05:05:41.173 INFO:teuthology.orchestra.run.smithi064.stderr:Inferring config /var/lib/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/mon.smithi064/config 2023-12-21T05:05:42.447 INFO:teuthology.orchestra.run.smithi064.stdout:137438953485 2023-12-21T05:05:42.447 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2023-12-21T05:05:42.593 INFO:teuthology.orchestra.run.smithi064.stderr:Inferring config /var/lib/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/mon.smithi064/config 2023-12-21T05:05:43.854 INFO:teuthology.orchestra.run.smithi064.stdout:154618822668 2023-12-21T05:05:43.855 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2023-12-21T05:05:43.995 INFO:teuthology.orchestra.run.smithi064.stderr:Inferring config /var/lib/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/mon.smithi064/config 2023-12-21T05:05:45.312 INFO:teuthology.orchestra.run.smithi064.stdout:171798691849 2023-12-21T05:05:45.313 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2023-12-21T05:05:45.456 INFO:teuthology.orchestra.run.smithi064.stderr:Inferring config /var/lib/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/mon.smithi064/config 2023-12-21T05:05:46.713 INFO:teuthology.orchestra.run.smithi064.stdout:193273528327 2023-12-21T05:05:46.713 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-12-21T05:05:46.856 INFO:teuthology.orchestra.run.smithi064.stderr:Inferring config /var/lib/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/mon.smithi064/config 2023-12-21T05:05:47.910 INFO:teuthology.orchestra.run.smithi064.stdout:47244640325 2023-12-21T05:05:48.254 INFO:tasks.cephadm.ceph_manager.ceph:need seq 47244640322 got 47244640325 for osd.0 2023-12-21T05:05:48.254 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-12-21T05:05:48.396 INFO:teuthology.orchestra.run.smithi064.stderr:Inferring config /var/lib/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/mon.smithi064/config 2023-12-21T05:05:49.383 INFO:teuthology.orchestra.run.smithi064.stdout:73014444071 2023-12-21T05:05:49.729 INFO:tasks.cephadm.ceph_manager.ceph:need seq 73014444069 got 73014444071 for osd.1 2023-12-21T05:05:49.729 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-12-21T05:05:49.870 INFO:teuthology.orchestra.run.smithi064.stderr:Inferring config /var/lib/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/mon.smithi064/config 2023-12-21T05:05:50.949 INFO:teuthology.orchestra.run.smithi064.stdout:94489280550 2023-12-21T05:05:51.345 INFO:tasks.cephadm.ceph_manager.ceph:need seq 94489280548 got 94489280550 for osd.2 2023-12-21T05:05:51.345 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.3 2023-12-21T05:05:51.486 INFO:teuthology.orchestra.run.smithi064.stderr:Inferring config /var/lib/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/mon.smithi064/config 2023-12-21T05:05:52.521 INFO:teuthology.orchestra.run.smithi064.stdout:115964117027 2023-12-21T05:05:52.963 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117025 got 115964117027 for osd.3 2023-12-21T05:05:52.963 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.4 2023-12-21T05:05:53.104 INFO:teuthology.orchestra.run.smithi064.stderr:Inferring config /var/lib/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/mon.smithi064/config 2023-12-21T05:05:54.132 INFO:teuthology.orchestra.run.smithi064.stdout:137438953487 2023-12-21T05:05:54.478 INFO:tasks.cephadm.ceph_manager.ceph:need seq 137438953485 got 137438953487 for osd.4 2023-12-21T05:05:54.479 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.5 2023-12-21T05:05:54.625 INFO:teuthology.orchestra.run.smithi064.stderr:Inferring config /var/lib/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/mon.smithi064/config 2023-12-21T05:05:55.705 INFO:teuthology.orchestra.run.smithi064.stdout:154618822670 2023-12-21T05:05:56.078 INFO:tasks.cephadm.ceph_manager.ceph:need seq 154618822668 got 154618822670 for osd.5 2023-12-21T05:05:56.078 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.6 2023-12-21T05:05:56.221 INFO:teuthology.orchestra.run.smithi064.stderr:Inferring config /var/lib/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/mon.smithi064/config 2023-12-21T05:05:57.287 INFO:teuthology.orchestra.run.smithi064.stdout:171798691851 2023-12-21T05:05:57.636 INFO:tasks.cephadm.ceph_manager.ceph:need seq 171798691849 got 171798691851 for osd.6 2023-12-21T05:05:57.637 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.7 2023-12-21T05:05:57.779 INFO:teuthology.orchestra.run.smithi064.stderr:Inferring config /var/lib/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/mon.smithi064/config 2023-12-21T05:05:58.875 INFO:teuthology.orchestra.run.smithi064.stdout:193273528329 2023-12-21T05:05:59.227 INFO:tasks.cephadm.ceph_manager.ceph:need seq 193273528327 got 193273528329 for osd.7 2023-12-21T05:05:59.227 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-12-21T05:05:59.227 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph pg dump --format=json 2023-12-21T05:05:59.370 INFO:teuthology.orchestra.run.smithi064.stderr:Inferring config /var/lib/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/mon.smithi064/config 2023-12-21T05:06:00.383 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:06:00.384 INFO:teuthology.orchestra.run.smithi064.stderr:dumped all 2023-12-21T05:06:00.761 INFO:teuthology.orchestra.run.smithi064.stdout:{"pg_ready":true,"pg_map":{"version":364,"stamp":"2023-12-21T05:05:58.886307+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":3,"num_per_pool_omap_osds":3,"kb":749961216,"kb_used":8392128,"kb_used_data":3456,"kb_used_omap":0,"kb_used_meta":8388608,"kb_avail":741569088,"statfs":{"total":767960285184,"available":759366746112,"internally_reserved":8589934592,"allocated":3538944,"data_stored":1410392,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":8589934592},"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":"46","state":"active+clean","last_fresh":"2023-12-21T05:05:26.026162+0000","last_change":"2023-12-21T05:05:26.026162+0000","last_active":"2023-12-21T05:05:26.026162+0000","last_peered":"2023-12-21T05:05:26.026162+0000","last_clean":"2023-12-21T05:05:26.026162+0000","last_became_active":"2023-12-21T05:05:26.025710+0000","last_became_peered":"2023-12-21T05:05:26.025710+0000","last_unstale":"2023-12-21T05:05:26.026162+0000","last_undegraded":"2023-12-21T05:05:26.026162+0000","last_fullsized":"2023-12-21T05:05:26.026162+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":6,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-21T04:55:32.779041+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-21T04:55:32.779041+0000","last_clean_scrub_stamp":"2023-12-21T04:55:32.779041+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,6],"acting":[7,0,6],"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":7}],"osd_stats":[{"osd":7,"up_from":45,"seq":193273528329,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049016,"kb_used_data":432,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696136,"statfs":{"total":95995035648,"available":94920843264,"internally_reserved":1073741824,"allocated":442368,"data_stored":176299,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41699999999999998}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.34100000000000003}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.371}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.495}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.36299999999999999}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42499999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40100000000000002}]}]},{"osd":6,"up_from":40,"seq":171798691852,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049016,"kb_used_data":432,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696136,"statfs":{"total":95995035648,"available":94920843264,"internally_reserved":1073741824,"allocated":442368,"data_stored":176299,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.44900000000000001}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47399999999999998}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.505}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39200000000000002}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46000000000000002}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.49299999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51700000000000002}]}]},{"osd":1,"up_from":17,"seq":73014444073,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049016,"kb_used_data":432,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696136,"statfs":{"total":95995035648,"available":94920843264,"internally_reserved":1073741824,"allocated":442368,"data_stored":176299,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Dec 21 05:05:47 2023","interfaces":[{"interface":"back","average":{"1min":0.31900000000000001,"5min":0.33600000000000002,"15min":0.34699999999999998},"min":{"1min":0.191,"5min":0.191,"15min":0.191},"max":{"1min":0.47699999999999998,"5min":0.52100000000000002,"15min":0.52100000000000002},"last":0.23699999999999999},{"interface":"front","average":{"1min":0.34799999999999998,"5min":0.35699999999999998,"15min":0.36299999999999999},"min":{"1min":0.222,"5min":0.20899999999999999,"15min":0.20899999999999999},"max":{"1min":0.48099999999999998,"5min":0.55400000000000005,"15min":0.55400000000000005},"last":0.31}]},{"osd":2,"last update":"Thu Dec 21 05:05:01 2023","interfaces":[{"interface":"back","average":{"1min":0.35999999999999999,"5min":0.372,"15min":0.374},"min":{"1min":0.30199999999999999,"5min":0.26600000000000001,"15min":0.26600000000000001},"max":{"1min":0.46500000000000002,"5min":0.55000000000000004,"15min":0.55000000000000004},"last":0.34000000000000002},{"interface":"front","average":{"1min":0.38800000000000001,"5min":0.39400000000000002,"15min":0.39500000000000002},"min":{"1min":0.315,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.56399999999999995,"5min":0.623,"15min":0.623},"last":0.34899999999999998}]},{"osd":3,"last update":"Thu Dec 21 05:05:11 2023","interfaces":[{"interface":"back","average":{"1min":0.40300000000000002,"5min":0.41899999999999998,"15min":0.42199999999999999},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.53600000000000003,"5min":0.60699999999999998,"15min":0.60699999999999998},"last":0.27700000000000002},{"interface":"front","average":{"1min":0.37,"5min":0.375,"15min":0.376},"min":{"1min":0.23799999999999999,"5min":0.23799999999999999,"15min":0.23799999999999999},"max":{"1min":0.502,"5min":0.54700000000000004,"15min":0.54700000000000004},"last":0.29299999999999998}]},{"osd":4,"last update":"Thu Dec 21 05:05:53 2023","interfaces":[{"interface":"back","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"last":0.39000000000000001},{"interface":"front","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.88,"5min":0.88,"15min":0.88},"last":0.45400000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39700000000000002}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.44400000000000001}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40699999999999997}]}]},{"osd":0,"up_from":11,"seq":47244640327,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049016,"kb_used_data":432,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696136,"statfs":{"total":95995035648,"available":94920843264,"internally_reserved":1073741824,"allocated":442368,"data_stored":176299,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Dec 21 05:05:50 2023","interfaces":[{"interface":"back","average":{"1min":0.35799999999999998,"5min":0.34599999999999997,"15min":0.34699999999999998},"min":{"1min":0.249,"5min":0.20200000000000001,"15min":0.20200000000000001},"max":{"1min":0.55500000000000005,"5min":0.57299999999999995,"15min":0.57299999999999995},"last":0.35799999999999998},{"interface":"front","average":{"1min":0.38800000000000001,"5min":0.36799999999999999,"15min":0.37},"min":{"1min":0.245,"5min":0.183,"15min":0.183},"max":{"1min":0.52500000000000002,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.35099999999999998}]},{"osd":2,"last update":"Thu Dec 21 05:04:59 2023","interfaces":[{"interface":"back","average":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"min":{"1min":0.29599999999999999,"5min":0.248,"15min":0.248},"max":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"last":0.32300000000000001},{"interface":"front","average":{"1min":0.36699999999999999,"5min":0.35899999999999999,"15min":0.35699999999999998},"min":{"1min":0.255,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"last":0.28899999999999998}]},{"osd":3,"last update":"Thu Dec 21 05:05:13 2023","interfaces":[{"interface":"back","average":{"1min":0.38200000000000001,"5min":0.378,"15min":0.378},"min":{"1min":0.23300000000000001,"5min":0.23300000000000001,"15min":0.23300000000000001},"max":{"1min":0.502,"5min":0.50700000000000001,"15min":0.50700000000000001},"last":0.33100000000000002},{"interface":"front","average":{"1min":0.41799999999999998,"5min":0.42399999999999999,"15min":0.42499999999999999},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.53100000000000003,"5min":0.56299999999999994,"15min":0.56299999999999994},"last":0.36699999999999999}]},{"osd":4,"last update":"Thu Dec 21 05:05:50 2023","interfaces":[{"interface":"back","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.93200000000000005,"5min":0.93200000000000005,"15min":0.93200000000000005},"last":0.432},{"interface":"front","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.94599999999999995,"5min":0.94599999999999995,"15min":0.94599999999999995},"last":0.38200000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42799999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48299999999999998}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.442}]}]},{"osd":2,"up_from":22,"seq":94489280552,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049016,"kb_used_data":432,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696136,"statfs":{"total":95995035648,"available":94920843264,"internally_reserved":1073741824,"allocated":442368,"data_stored":176299,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Dec 21 05:04:58 2023","interfaces":[{"interface":"back","average":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"min":{"1min":0.248,"5min":0.22,"15min":0.22},"max":{"1min":0.41899999999999998,"5min":0.497,"15min":0.497},"last":0.27400000000000002},{"interface":"front","average":{"1min":0.36399999999999999,"5min":0.34899999999999998,"15min":0.34699999999999998},"min":{"1min":0.251,"5min":0.249,"15min":0.249},"max":{"1min":0.47999999999999998,"5min":0.54100000000000004,"15min":0.54100000000000004},"last":0.28799999999999998}]},{"osd":1,"last update":"Thu Dec 21 05:04:58 2023","interfaces":[{"interface":"back","average":{"1min":0.34799999999999998,"5min":0.36399999999999999,"15min":0.36599999999999999},"min":{"1min":0.25700000000000001,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.44,"5min":0.56000000000000005,"15min":0.56000000000000005},"last":0.26200000000000001},{"interface":"front","average":{"1min":0.38400000000000001,"5min":0.375,"15min":0.373},"min":{"1min":0.29799999999999999,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.47899999999999998,"5min":0.57799999999999996,"15min":0.57799999999999996},"last":0.32000000000000001}]},{"osd":3,"last update":"Thu Dec 21 05:05:11 2023","interfaces":[{"interface":"back","average":{"1min":0.38600000000000001,"5min":0.374,"15min":0.372},"min":{"1min":0.30099999999999999,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.46700000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"last":0.33100000000000002},{"interface":"front","average":{"1min":0.39100000000000001,"5min":0.38300000000000001,"15min":0.38200000000000001},"min":{"1min":0.30199999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.497,"5min":0.497,"15min":0.497},"last":0.34300000000000003}]},{"osd":4,"last update":"Thu Dec 21 05:05:50 2023","interfaces":[{"interface":"back","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.91100000000000003,"5min":0.91100000000000003,"15min":0.91100000000000003},"last":0.48999999999999999},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.76500000000000001,"5min":0.76500000000000001,"15min":0.76500000000000001},"last":0.54600000000000004}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.68899999999999995}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.61699999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55700000000000005}]}]},{"osd":3,"up_from":27,"seq":115964117028,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049016,"kb_used_data":432,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696136,"statfs":{"total":95995035648,"available":94920843264,"internally_reserved":1073741824,"allocated":442368,"data_stored":176299,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Dec 21 05:05:11 2023","interfaces":[{"interface":"back","average":{"1min":0.35599999999999998,"5min":0.34999999999999998,"15min":0.34899999999999998},"min":{"1min":0.26300000000000001,"5min":0.246,"15min":0.246},"max":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"last":0.33300000000000002},{"interface":"front","average":{"1min":0.37,"5min":0.35299999999999998,"15min":0.34999999999999998},"min":{"1min":0.26200000000000001,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"last":0.33900000000000002}]},{"osd":1,"last update":"Thu Dec 21 05:05:11 2023","interfaces":[{"interface":"back","average":{"1min":0.36699999999999999,"5min":0.374,"15min":0.375},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.51300000000000001,"5min":0.57499999999999996,"15min":0.57499999999999996},"last":0.30599999999999999},{"interface":"front","average":{"1min":0.378,"5min":0.35199999999999998,"15min":0.34799999999999998},"min":{"1min":0.27600000000000002,"5min":0.249,"15min":0.249},"max":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"last":0.317}]},{"osd":2,"last update":"Thu Dec 21 05:05:11 2023","interfaces":[{"interface":"back","average":{"1min":0.39500000000000002,"5min":0.38900000000000001,"15min":0.38800000000000001},"min":{"1min":0.29199999999999998,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.53400000000000003,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.36199999999999999},{"interface":"front","average":{"1min":0.39200000000000002,"5min":0.38,"15min":0.378},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.57099999999999995,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.35499999999999998}]},{"osd":4,"last update":"Thu Dec 21 05:05:53 2023","interfaces":[{"interface":"back","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.39500000000000002},{"interface":"front","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.46700000000000003}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.441}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.49099999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41199999999999998}]}]},{"osd":4,"up_from":32,"seq":137438953488,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049016,"kb_used_data":432,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696136,"statfs":{"total":95995035648,"available":94920843264,"internally_reserved":1073741824,"allocated":442368,"data_stored":176299,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Dec 21 05:05:50 2023","interfaces":[{"interface":"back","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.72599999999999998,"5min":0.72599999999999998,"15min":0.72599999999999998},"last":0.48599999999999999},{"interface":"front","average":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"last":0.49199999999999999}]},{"osd":1,"last update":"Thu Dec 21 05:05:50 2023","interfaces":[{"interface":"back","average":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"min":{"1min":0.28399999999999997,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"last":0.40899999999999997},{"interface":"front","average":{"1min":0.499,"5min":0.499,"15min":0.499},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.56599999999999995}]},{"osd":2,"last update":"Thu Dec 21 05:05:50 2023","interfaces":[{"interface":"back","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.52400000000000002},{"interface":"front","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.61299999999999999}]},{"osd":3,"last update":"Thu Dec 21 05:05:50 2023","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.55200000000000005},{"interface":"front","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.45500000000000002}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.60399999999999998}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.64400000000000002}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.627}]}]},{"osd":5,"up_from":36,"seq":154618822671,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049016,"kb_used_data":432,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696136,"statfs":{"total":95995035648,"available":94920843264,"internally_reserved":1073741824,"allocated":442368,"data_stored":176299,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.35499999999999998}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39700000000000002}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42599999999999999}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40699999999999997}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.372}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.443}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53100000000000003}]}]}]}} 2023-12-21T05:06:00.762 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph pg dump --format=json 2023-12-21T05:06:00.904 INFO:teuthology.orchestra.run.smithi064.stderr:Inferring config /var/lib/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/mon.smithi064/config 2023-12-21T05:06:01.915 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:06:01.916 INFO:teuthology.orchestra.run.smithi064.stderr:dumped all 2023-12-21T05:06:02.268 INFO:teuthology.orchestra.run.smithi064.stdout:{"pg_ready":true,"pg_map":{"version":365,"stamp":"2023-12-21T05:06:00.886566+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":3,"num_per_pool_omap_osds":3,"kb":749961216,"kb_used":8392128,"kb_used_data":3456,"kb_used_omap":0,"kb_used_meta":8388608,"kb_avail":741569088,"statfs":{"total":767960285184,"available":759366746112,"internally_reserved":8589934592,"allocated":3538944,"data_stored":1410392,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":8589934592},"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":"46","state":"active+clean","last_fresh":"2023-12-21T05:05:26.026162+0000","last_change":"2023-12-21T05:05:26.026162+0000","last_active":"2023-12-21T05:05:26.026162+0000","last_peered":"2023-12-21T05:05:26.026162+0000","last_clean":"2023-12-21T05:05:26.026162+0000","last_became_active":"2023-12-21T05:05:26.025710+0000","last_became_peered":"2023-12-21T05:05:26.025710+0000","last_unstale":"2023-12-21T05:05:26.026162+0000","last_undegraded":"2023-12-21T05:05:26.026162+0000","last_fullsized":"2023-12-21T05:05:26.026162+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":6,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-21T04:55:32.779041+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-21T04:55:32.779041+0000","last_clean_scrub_stamp":"2023-12-21T04:55:32.779041+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,6],"acting":[7,0,6],"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":7}],"osd_stats":[{"osd":7,"up_from":45,"seq":193273528330,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049016,"kb_used_data":432,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696136,"statfs":{"total":95995035648,"available":94920843264,"internally_reserved":1073741824,"allocated":442368,"data_stored":176299,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41699999999999998}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54500000000000004}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51700000000000002}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.49199999999999999}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.32900000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.44}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.43099999999999999}]}]},{"osd":6,"up_from":40,"seq":171798691852,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049016,"kb_used_data":432,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696136,"statfs":{"total":95995035648,"available":94920843264,"internally_reserved":1073741824,"allocated":442368,"data_stored":176299,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.44900000000000001}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47399999999999998}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.505}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39200000000000002}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46000000000000002}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.49299999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51700000000000002}]}]},{"osd":1,"up_from":17,"seq":73014444074,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049016,"kb_used_data":432,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696136,"statfs":{"total":95995035648,"available":94920843264,"internally_reserved":1073741824,"allocated":442368,"data_stored":176299,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Dec 21 05:05:47 2023","interfaces":[{"interface":"back","average":{"1min":0.31900000000000001,"5min":0.33600000000000002,"15min":0.34699999999999998},"min":{"1min":0.191,"5min":0.191,"15min":0.191},"max":{"1min":0.47699999999999998,"5min":0.52100000000000002,"15min":0.52100000000000002},"last":0.41199999999999998},{"interface":"front","average":{"1min":0.34799999999999998,"5min":0.35699999999999998,"15min":0.36299999999999999},"min":{"1min":0.222,"5min":0.20899999999999999,"15min":0.20899999999999999},"max":{"1min":0.48099999999999998,"5min":0.55400000000000005,"15min":0.55400000000000005},"last":0.45900000000000002}]},{"osd":2,"last update":"Thu Dec 21 05:05:01 2023","interfaces":[{"interface":"back","average":{"1min":0.35999999999999999,"5min":0.372,"15min":0.374},"min":{"1min":0.30199999999999999,"5min":0.26600000000000001,"15min":0.26600000000000001},"max":{"1min":0.46500000000000002,"5min":0.55000000000000004,"15min":0.55000000000000004},"last":0.51300000000000001},{"interface":"front","average":{"1min":0.38800000000000001,"5min":0.39400000000000002,"15min":0.39500000000000002},"min":{"1min":0.315,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.56399999999999995,"5min":0.623,"15min":0.623},"last":0.42599999999999999}]},{"osd":3,"last update":"Thu Dec 21 05:05:11 2023","interfaces":[{"interface":"back","average":{"1min":0.40300000000000002,"5min":0.41899999999999998,"15min":0.42199999999999999},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.53600000000000003,"5min":0.60699999999999998,"15min":0.60699999999999998},"last":0.48299999999999998},{"interface":"front","average":{"1min":0.37,"5min":0.375,"15min":0.376},"min":{"1min":0.23799999999999999,"5min":0.23799999999999999,"15min":0.23799999999999999},"max":{"1min":0.502,"5min":0.54700000000000004,"15min":0.54700000000000004},"last":0.438}]},{"osd":4,"last update":"Thu Dec 21 05:05:53 2023","interfaces":[{"interface":"back","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"last":0.69499999999999995},{"interface":"front","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.88,"5min":0.88,"15min":0.88},"last":0.66400000000000003}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.71799999999999997}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.73299999999999998}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.68700000000000006}]}]},{"osd":0,"up_from":11,"seq":47244640327,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049016,"kb_used_data":432,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696136,"statfs":{"total":95995035648,"available":94920843264,"internally_reserved":1073741824,"allocated":442368,"data_stored":176299,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Dec 21 05:05:50 2023","interfaces":[{"interface":"back","average":{"1min":0.35799999999999998,"5min":0.34599999999999997,"15min":0.34699999999999998},"min":{"1min":0.249,"5min":0.20200000000000001,"15min":0.20200000000000001},"max":{"1min":0.55500000000000005,"5min":0.57299999999999995,"15min":0.57299999999999995},"last":0.35799999999999998},{"interface":"front","average":{"1min":0.38800000000000001,"5min":0.36799999999999999,"15min":0.37},"min":{"1min":0.245,"5min":0.183,"15min":0.183},"max":{"1min":0.52500000000000002,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.35099999999999998}]},{"osd":2,"last update":"Thu Dec 21 05:04:59 2023","interfaces":[{"interface":"back","average":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"min":{"1min":0.29599999999999999,"5min":0.248,"15min":0.248},"max":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"last":0.32300000000000001},{"interface":"front","average":{"1min":0.36699999999999999,"5min":0.35899999999999999,"15min":0.35699999999999998},"min":{"1min":0.255,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"last":0.28899999999999998}]},{"osd":3,"last update":"Thu Dec 21 05:05:13 2023","interfaces":[{"interface":"back","average":{"1min":0.38200000000000001,"5min":0.378,"15min":0.378},"min":{"1min":0.23300000000000001,"5min":0.23300000000000001,"15min":0.23300000000000001},"max":{"1min":0.502,"5min":0.50700000000000001,"15min":0.50700000000000001},"last":0.33100000000000002},{"interface":"front","average":{"1min":0.41799999999999998,"5min":0.42399999999999999,"15min":0.42499999999999999},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.53100000000000003,"5min":0.56299999999999994,"15min":0.56299999999999994},"last":0.36699999999999999}]},{"osd":4,"last update":"Thu Dec 21 05:05:50 2023","interfaces":[{"interface":"back","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.93200000000000005,"5min":0.93200000000000005,"15min":0.93200000000000005},"last":0.432},{"interface":"front","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.94599999999999995,"5min":0.94599999999999995,"15min":0.94599999999999995},"last":0.38200000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42799999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48299999999999998}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.442}]}]},{"osd":2,"up_from":22,"seq":94489280552,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049016,"kb_used_data":432,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696136,"statfs":{"total":95995035648,"available":94920843264,"internally_reserved":1073741824,"allocated":442368,"data_stored":176299,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Dec 21 05:04:58 2023","interfaces":[{"interface":"back","average":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"min":{"1min":0.248,"5min":0.22,"15min":0.22},"max":{"1min":0.41899999999999998,"5min":0.497,"15min":0.497},"last":0.27400000000000002},{"interface":"front","average":{"1min":0.36399999999999999,"5min":0.34899999999999998,"15min":0.34699999999999998},"min":{"1min":0.251,"5min":0.249,"15min":0.249},"max":{"1min":0.47999999999999998,"5min":0.54100000000000004,"15min":0.54100000000000004},"last":0.28799999999999998}]},{"osd":1,"last update":"Thu Dec 21 05:04:58 2023","interfaces":[{"interface":"back","average":{"1min":0.34799999999999998,"5min":0.36399999999999999,"15min":0.36599999999999999},"min":{"1min":0.25700000000000001,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.44,"5min":0.56000000000000005,"15min":0.56000000000000005},"last":0.26200000000000001},{"interface":"front","average":{"1min":0.38400000000000001,"5min":0.375,"15min":0.373},"min":{"1min":0.29799999999999999,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.47899999999999998,"5min":0.57799999999999996,"15min":0.57799999999999996},"last":0.32000000000000001}]},{"osd":3,"last update":"Thu Dec 21 05:05:11 2023","interfaces":[{"interface":"back","average":{"1min":0.38600000000000001,"5min":0.374,"15min":0.372},"min":{"1min":0.30099999999999999,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.46700000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"last":0.33100000000000002},{"interface":"front","average":{"1min":0.39100000000000001,"5min":0.38300000000000001,"15min":0.38200000000000001},"min":{"1min":0.30199999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.497,"5min":0.497,"15min":0.497},"last":0.34300000000000003}]},{"osd":4,"last update":"Thu Dec 21 05:05:50 2023","interfaces":[{"interface":"back","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.91100000000000003,"5min":0.91100000000000003,"15min":0.91100000000000003},"last":0.48999999999999999},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.76500000000000001,"5min":0.76500000000000001,"15min":0.76500000000000001},"last":0.54600000000000004}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.68899999999999995}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.61699999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55700000000000005}]}]},{"osd":3,"up_from":27,"seq":115964117029,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049016,"kb_used_data":432,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696136,"statfs":{"total":95995035648,"available":94920843264,"internally_reserved":1073741824,"allocated":442368,"data_stored":176299,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Dec 21 05:05:11 2023","interfaces":[{"interface":"back","average":{"1min":0.35599999999999998,"5min":0.34999999999999998,"15min":0.34899999999999998},"min":{"1min":0.26300000000000001,"5min":0.246,"15min":0.246},"max":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"last":0.20499999999999999},{"interface":"front","average":{"1min":0.37,"5min":0.35299999999999998,"15min":0.34999999999999998},"min":{"1min":0.26200000000000001,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"last":0.28699999999999998}]},{"osd":1,"last update":"Thu Dec 21 05:05:11 2023","interfaces":[{"interface":"back","average":{"1min":0.36699999999999999,"5min":0.374,"15min":0.375},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.51300000000000001,"5min":0.57499999999999996,"15min":0.57499999999999996},"last":0.251},{"interface":"front","average":{"1min":0.378,"5min":0.35199999999999998,"15min":0.34799999999999998},"min":{"1min":0.27600000000000002,"5min":0.249,"15min":0.249},"max":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"last":0.24199999999999999}]},{"osd":2,"last update":"Thu Dec 21 05:05:11 2023","interfaces":[{"interface":"back","average":{"1min":0.39500000000000002,"5min":0.38900000000000001,"15min":0.38800000000000001},"min":{"1min":0.29199999999999998,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.53400000000000003,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.29899999999999999},{"interface":"front","average":{"1min":0.39200000000000002,"5min":0.38,"15min":0.378},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.57099999999999995,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.26400000000000001}]},{"osd":4,"last update":"Thu Dec 21 05:05:53 2023","interfaces":[{"interface":"back","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.39300000000000002},{"interface":"front","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.32900000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41999999999999998}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46800000000000003}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.35599999999999998}]}]},{"osd":4,"up_from":32,"seq":137438953489,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049016,"kb_used_data":432,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696136,"statfs":{"total":95995035648,"available":94920843264,"internally_reserved":1073741824,"allocated":442368,"data_stored":176299,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Dec 21 05:05:50 2023","interfaces":[{"interface":"back","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.72599999999999998,"5min":0.72599999999999998,"15min":0.72599999999999998},"last":0.42799999999999999},{"interface":"front","average":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"last":0.50800000000000001}]},{"osd":1,"last update":"Thu Dec 21 05:05:50 2023","interfaces":[{"interface":"back","average":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"min":{"1min":0.28399999999999997,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"last":0.51600000000000001},{"interface":"front","average":{"1min":0.499,"5min":0.499,"15min":0.499},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.44}]},{"osd":2,"last update":"Thu Dec 21 05:05:50 2023","interfaces":[{"interface":"back","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.47199999999999998},{"interface":"front","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.48099999999999998}]},{"osd":3,"last update":"Thu Dec 21 05:05:50 2023","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.44700000000000001},{"interface":"front","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.45900000000000002}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.30599999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.35099999999999998}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.36199999999999999}]}]},{"osd":5,"up_from":36,"seq":154618822671,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049016,"kb_used_data":432,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696136,"statfs":{"total":95995035648,"available":94920843264,"internally_reserved":1073741824,"allocated":442368,"data_stored":176299,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.35499999999999998}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39700000000000002}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42599999999999999}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40699999999999997}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.372}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.443}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53100000000000003}]}]}]}} 2023-12-21T05:06:02.269 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-12-21T05:06:02.269 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-12-21T05:06:02.270 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-12-21T05:06:02.270 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph health --format=json 2023-12-21T05:06:02.412 INFO:teuthology.orchestra.run.smithi064.stderr:Inferring config /var/lib/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/mon.smithi064/config 2023-12-21T05:06:03.479 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:06:03.844 INFO:teuthology.orchestra.run.smithi064.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-12-21T05:06:03.844 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-12-21T05:06:03.844 INFO:tasks.cephadm:Setup complete, yielding 2023-12-21T05:06:03.844 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-21T05:06:03.853 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi064.front.sepia.ceph.com 2023-12-21T05:06:03.854 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- bash -c 'ceph orch status' 2023-12-21T05:06:05.115 INFO:teuthology.orchestra.run.smithi064.stdout:Backend: cephadm 2023-12-21T05:06:05.115 INFO:teuthology.orchestra.run.smithi064.stdout:Available: True 2023-12-21T05:06:05.460 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- bash -c 'ceph orch ps' 2023-12-21T05:06:06.696 INFO:teuthology.orchestra.run.smithi064.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-21T05:06:06.697 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi064 smithi064 starting - - 2023-12-21T05:06:06.697 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi113 smithi113 starting - - 2023-12-21T05:06:06.697 INFO:teuthology.orchestra.run.smithi064.stdout:grafana.smithi064 smithi064 starting - - 2023-12-21T05:06:06.697 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi064.skpyci smithi064 running (11m) 11m ago 11m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ffcccc7cf5aa 2023-12-21T05:06:06.697 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi113.fmrekm smithi113 starting - - 2023-12-21T05:06:06.697 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi064 smithi064 running (11m) 11m ago 11m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 85ec4a095c6c 2023-12-21T05:06:06.697 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi113 smithi113 starting - - 2023-12-21T05:06:06.697 INFO:teuthology.orchestra.run.smithi064.stdout:osd.0 smithi064 starting - - 2023-12-21T05:06:06.697 INFO:teuthology.orchestra.run.smithi064.stdout:osd.1 smithi064 starting - - 2023-12-21T05:06:06.697 INFO:teuthology.orchestra.run.smithi064.stdout:osd.2 smithi064 starting - - 2023-12-21T05:06:06.697 INFO:teuthology.orchestra.run.smithi064.stdout:osd.3 smithi064 starting - - 2023-12-21T05:06:06.697 INFO:teuthology.orchestra.run.smithi064.stdout:osd.4 smithi113 starting - - 2023-12-21T05:06:06.697 INFO:teuthology.orchestra.run.smithi064.stdout:osd.5 smithi113 starting - - 2023-12-21T05:06:06.697 INFO:teuthology.orchestra.run.smithi064.stdout:osd.6 smithi113 starting - - 2023-12-21T05:06:06.698 INFO:teuthology.orchestra.run.smithi064.stdout:osd.7 smithi113 starting - - 2023-12-21T05:06:07.043 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- bash -c 'ceph orch ls' 2023-12-21T05:06:08.262 INFO:teuthology.orchestra.run.smithi064.stdout:NAME RUNNING REFRESHED AGE PLACEMENT IMAGE NAME IMAGE ID 2023-12-21T05:06:08.263 INFO:teuthology.orchestra.run.smithi064.stdout:alertmanager 0/1 - - count:1 2023-12-21T05:06:08.263 INFO:teuthology.orchestra.run.smithi064.stdout:crash 2/2 - 11m * 2023-12-21T05:06:08.263 INFO:teuthology.orchestra.run.smithi064.stdout:grafana 1/1 - 11m count:1 2023-12-21T05:06:08.263 INFO:teuthology.orchestra.run.smithi064.stdout:mgr 2/2 - 11m count:2 mix mix 2023-12-21T05:06:08.263 INFO:teuthology.orchestra.run.smithi064.stdout:mon 2/5 - 11m count:5 mix mix 2023-12-21T05:06:08.263 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter 0/2 - - * 2023-12-21T05:06:08.263 INFO:teuthology.orchestra.run.smithi064.stdout:prometheus 0/1 - - count:1 2023-12-21T05:06:08.618 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- bash -c 'ceph orch host ls' 2023-12-21T05:06:09.794 INFO:teuthology.orchestra.run.smithi064.stdout:HOST ADDR LABELS STATUS 2023-12-21T05:06:09.794 INFO:teuthology.orchestra.run.smithi064.stdout:smithi064 smithi064 2023-12-21T05:06:09.794 INFO:teuthology.orchestra.run.smithi064.stdout:smithi113 smithi113 2023-12-21T05:06:10.152 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- bash -c 'ceph orch device ls' 2023-12-21T05:06:11.359 INFO:teuthology.orchestra.run.smithi064.stdout:Hostname Path Type Serial Size Health Ident Fault Available 2023-12-21T05:06:11.359 INFO:teuthology.orchestra.run.smithi064.stdout:smithi064 /dev/nvme0n1 ssd CVFT534400C2400BGN 400G Unknown N/A N/A No 2023-12-21T05:06:11.700 INFO:teuthology.run_tasks:Running task vip.exec... 2023-12-21T05:06:11.711 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi064.front.sepia.ceph.com 2023-12-21T05:06:11.711 DEBUG:teuthology.orchestra.run.smithi064:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-21T05:06:11.741 INFO:teuthology.orchestra.run.smithi064.stderr:+ systemctl stop nfs-server 2023-12-21T05:06:11.748 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi113.front.sepia.ceph.com 2023-12-21T05:06:11.748 DEBUG:teuthology.orchestra.run.smithi113:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-21T05:06:11.783 INFO:teuthology.orchestra.run.smithi113.stderr:+ systemctl stop nfs-server 2023-12-21T05:06:11.791 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-21T05:06:11.803 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi064.front.sepia.ceph.com 2023-12-21T05:06:11.803 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2023-12-21T05:06:15.263 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-12-21T05:06:15.272 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2023-12-21T05:06:15.272 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:16.410 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:06:16.410 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:54:44.596768Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:54:51.980152Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-21T04:54:43.692792Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-21T04:54:42.803183Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:06:16.758 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:06:17.759 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:19.012 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:06:19.013 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:54:44.596768Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:54:51.980152Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-21T04:54:43.692792Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-21T04:54:42.803183Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:06:19.335 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:06:20.336 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:21.559 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:06:21.559 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:54:44.596768Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:54:51.980152Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-21T04:54:43.692792Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-21T04:54:42.803183Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:06:21.916 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:06:22.917 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:24.250 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:06:24.250 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:54:44.596768Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:54:51.980152Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-21T04:54:43.692792Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-21T04:54:42.803183Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:06:24.600 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:06:25.601 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:26.789 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:06:26.789 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:54:44.596768Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:54:51.980152Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-21T04:54:43.692792Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-21T04:54:42.803183Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:06:27.158 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:06:28.159 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:29.343 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:06:29.343 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:54:44.596768Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:54:51.980152Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-21T04:54:43.692792Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-21T04:54:42.803183Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:06:29.698 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:06:30.700 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:31.900 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:06:31.900 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:54:44.596768Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:54:51.980152Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-21T04:54:43.692792Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-21T04:54:42.803183Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:06:32.248 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:06:33.248 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:34.456 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:06:34.456 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:54:44.596768Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:54:51.980152Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-21T04:54:43.692792Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-21T04:54:42.803183Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:06:34.823 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:06:35.824 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:37.026 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:06:37.026 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:54:44.596768Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:54:51.980152Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-21T04:54:43.692792Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-21T04:54:42.803183Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:06:37.373 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:06:38.374 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:39.575 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:06:39.575 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:54:44.596768Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:54:51.980152Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-21T04:54:43.692792Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-21T04:54:42.803183Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:06:39.915 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:06:40.916 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:42.141 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:06:42.142 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:54:44.596768Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:54:51.980152Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-21T04:54:43.692792Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-21T04:54:42.803183Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:06:42.496 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:06:43.497 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:44.969 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:06:44.969 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:54:44.596768Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:54:51.980152Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-21T04:54:43.692792Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-21T04:54:42.803183Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:06:45.321 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:06:46.323 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:47.636 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:06:47.636 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:54:44.596768Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:54:51.980152Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-21T04:54:43.692792Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-21T04:54:42.803183Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:06:48.004 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:06:49.005 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:50.220 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:06:50.220 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:54:44.596768Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:54:51.980152Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-21T04:54:43.692792Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-21T04:54:42.803183Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:06:50.579 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:06:51.580 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:52.803 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:06:52.803 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:54:44.596768Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:54:51.980152Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-21T04:54:43.692792Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-21T04:54:42.803183Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:06:53.154 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:06:54.155 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:55.311 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:06:55.311 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:54:44.596768Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:54:51.980152Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-21T04:54:43.692792Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-21T04:54:42.803183Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:06:55.670 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:06:56.670 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:57.876 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:06:57.876 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:54:44.596768Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:54:51.980152Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-21T04:54:43.692792Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-21T04:54:42.803183Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:06:58.236 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:06:59.238 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:00.458 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:07:00.459 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:54:44.596768Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:54:51.980152Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-21T04:54:43.692792Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-21T04:54:42.803183Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:07:00.819 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:07:01.820 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:03.042 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:07:03.042 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:54:44.596768Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:54:51.980152Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-21T04:54:43.692792Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-21T04:54:42.803183Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:07:03.403 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:07:04.403 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:05.646 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:07:05.647 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:54:44.596768Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:54:51.980152Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-21T04:54:43.692792Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-21T04:54:42.803183Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:07:06.028 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:07:07.028 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:08.301 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:07:08.301 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:54:44.596768Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:54:51.980152Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-21T04:54:43.692792Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-21T04:54:42.803183Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:07:08.610 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:07:09.611 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:11.201 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:07:11.201 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:07:11.618 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:07:12.619 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:13.783 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:07:13.783 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:07:14.126 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:07:15.127 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:16.341 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:07:16.342 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:07:16.700 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:07:17.701 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:18.930 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:07:18.930 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:07:19.292 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:07:20.293 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:21.478 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:07:21.478 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:07:21.825 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:07:22.826 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:24.034 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:07:24.034 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:07:24.391 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:07:25.392 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:26.695 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:07:26.695 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:07:27.082 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:07:28.083 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:29.386 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:07:29.387 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:07:29.732 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:07:30.733 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:31.937 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:07:31.938 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:07:32.290 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:07:33.291 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:34.511 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:07:34.512 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:07:34.865 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:07:35.866 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:37.135 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:07:37.135 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:07:37.481 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:07:38.482 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:39.745 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:07:39.746 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:07:40.098 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:07:41.099 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:42.327 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:07:42.327 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:07:42.689 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:07:43.690 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:44.878 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:07:44.878 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:07:45.238 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:07:46.238 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:47.447 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:07:47.447 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:07:47.796 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:07:48.797 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:50.151 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:07:50.151 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:07:50.538 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:07:51.539 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:52.799 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:07:52.799 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:07:53.162 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:07:54.163 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:55.346 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:07:55.346 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:07:55.695 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:07:56.696 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:57.924 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:07:57.924 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:07:58.269 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:07:59.270 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:00.440 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:08:00.441 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:08:00.794 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:08:01.795 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:03.032 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:08:03.032 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:08:03.386 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:08:04.387 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:05.645 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:08:05.646 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:08:05.994 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:08:06.994 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:08.203 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:08:08.203 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:08:08.560 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:08:09.561 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:10.814 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:08:10.815 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:08:11.176 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:08:12.177 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:13.397 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:08:13.397 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:08:13.742 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:08:14.744 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:16.022 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:08:16.022 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:08:16.384 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:08:17.386 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:18.679 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:08:18.680 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:08:19.058 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:08:20.059 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:21.298 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:08:21.299 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:08:21.699 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:08:22.701 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:23.999 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:08:24.000 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:08:24.350 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:08:25.352 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:26.589 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:08:26.589 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:08:26.950 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:08:27.951 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:29.152 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:08:29.153 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:08:29.499 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:08:30.500 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:31.724 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:08:31.725 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:08:32.081 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:08:33.082 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:34.265 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:08:34.266 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:08:34.623 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:08:35.624 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:36.815 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:08:36.815 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:08:37.172 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:08:38.173 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:39.466 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:08:39.466 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:08:39.831 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:08:40.832 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:42.184 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:08:42.184 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:08:42.530 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:08:43.532 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:44.784 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:08:44.784 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:08:45.138 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:08:46.139 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:47.402 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:08:47.402 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:08:47.727 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:08:48.728 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:50.009 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:08:50.009 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:08:50.353 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:08:51.354 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:52.615 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:08:52.615 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:08:52.978 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:08:53.980 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:55.274 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:08:55.275 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:08:55.628 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:08:56.629 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:57.954 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:08:57.954 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:08:58.312 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:08:59.312 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:00.549 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:09:00.549 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:09:00.911 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:09:01.913 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:03.151 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:09:03.151 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:09:03.503 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:09:04.504 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:05.775 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:09:05.775 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:09:06.136 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:09:07.137 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:08.381 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:09:08.382 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:09:08.735 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:09:09.736 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:10.965 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:09:10.966 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:09:11.327 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:09:12.328 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:13.718 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:09:13.718 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:09:14.100 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:09:15.102 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:16.329 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:09:16.329 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:09:16.709 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:09:17.710 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:18.975 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:09:18.975 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:09:19.343 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:09:20.343 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:21.541 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:09:21.541 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:09:21.892 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:09:22.893 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:24.161 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:09:24.161 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:09:24.517 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:09:25.518 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:26.733 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:09:26.734 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:09:27.099 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:09:28.100 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:29.397 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:09:29.397 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:09:29.749 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:09:30.750 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:32.105 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:09:32.105 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:09:32.457 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:09:33.458 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:34.659 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:09:34.659 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:09:35.031 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:09:36.032 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:37.311 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:09:37.311 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:09:37.657 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:09:38.658 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:39.950 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:09:39.950 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:09:40.297 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:09:41.298 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:42.568 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:09:42.568 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:09:42.938 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:09:43.939 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:45.248 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:09:45.248 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:09:45.637 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:09:46.638 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:47.884 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:09:47.884 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:09:48.230 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:09:49.232 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:50.476 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:09:50.477 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:09:50.837 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:09:51.838 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:53.136 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:09:53.136 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:09:53.479 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:09:54.480 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:55.764 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:09:55.764 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:09:56.112 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:09:57.113 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:58.377 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:09:58.377 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:09:58.736 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:09:59.737 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:01.006 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:10:01.006 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:10:01.362 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:10:02.363 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:03.677 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:10:03.677 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:10:04.045 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:10:05.046 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:06.280 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:10:06.280 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:10:06.636 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:10:07.636 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:08.836 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:10:08.836 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:10:09.185 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:10:10.186 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:11.402 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:10:11.402 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:10:11.761 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:10:12.762 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:14.058 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:10:14.058 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:10:14.418 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:10:15.420 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:16.643 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:10:16.643 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:10:16.978 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:10:17.979 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:19.353 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:10:19.354 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:10:19.741 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:10:20.743 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:21.970 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:10:21.971 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:10:22.325 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:10:23.326 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:24.544 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:10:24.544 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:10:24.900 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:10:25.901 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:27.123 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:10:27.123 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:10:27.491 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:10:28.492 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:29.698 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:10:29.699 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:10:30.058 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:10:31.058 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:32.329 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:10:32.329 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:10:32.666 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:10:33.666 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:34.866 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:10:34.866 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:10:35.207 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:10:36.208 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:37.408 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:10:37.408 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:10:37.765 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:10:38.765 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:40.009 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:10:40.009 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:10:40.374 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:10:41.375 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:42.690 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:10:42.690 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:10:43.106 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:10:44.107 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:45.383 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:10:45.383 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:10:45.738 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:10:46.739 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:47.934 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:10:47.935 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:10:48.250 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:10:49.251 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:50.461 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:10:50.462 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:10:50.828 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:10:51.829 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:53.021 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:10:53.021 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:10:53.370 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:10:54.372 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:55.589 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:10:55.590 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:10:55.961 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:10:56.962 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:58.215 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:10:58.215 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:10:58.587 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:10:59.588 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:00.833 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:11:00.833 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:11:01.195 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:11:02.195 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:03.455 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:11:03.455 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:11:03.819 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:11:04.819 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:06.105 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:11:06.106 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:11:06.460 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:11:07.461 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:08.778 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:11:08.778 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:11:09.135 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:11:10.136 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:11.343 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:11:11.344 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:11:11.709 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:11:12.711 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:13.922 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:11:13.922 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:11:14.284 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:11:15.285 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:16.496 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:11:16.497 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:11:16.843 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:11:17.844 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:19.063 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:11:19.063 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:11:19.419 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:11:20.420 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:21.758 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:11:21.759 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:11:22.117 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:11:23.119 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:24.412 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:11:24.412 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:11:24.758 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:11:25.759 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:27.124 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:11:27.124 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:11:27.499 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:11:28.501 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:29.734 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:11:29.734 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:11:30.090 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:11:31.091 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:32.312 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:11:32.312 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:11:32.657 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:11:33.658 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:34.884 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:11:34.885 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:11:35.242 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:11:36.243 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:37.511 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:11:37.512 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:11:37.873 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:11:38.874 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:40.094 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:11:40.094 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:11:40.447 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:11:41.449 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:42.709 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:11:42.709 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:11:43.081 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:11:44.081 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:45.261 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:11:45.261 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:11:45.605 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:11:46.606 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:47.837 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:11:47.837 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:11:48.180 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:11:49.180 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:50.494 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:11:50.494 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:11:50.906 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:11:51.907 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:53.174 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:11:53.174 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:11:53.547 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:11:54.548 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:55.724 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:11:55.724 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:11:56.078 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:11:57.080 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:58.291 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:11:58.291 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:11:58.645 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:11:59.647 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:00.887 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:12:00.888 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:12:01.245 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:12:02.246 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:03.518 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:12:03.518 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:12:03.878 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:12:04.879 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:06.113 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:12:06.113 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:12:04.888346Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:07:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:10:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:12:06.478 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:12:07.480 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:08.770 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:12:08.770 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:12:04.888346Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:07:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:10:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:12:09.119 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:12:10.120 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:11.421 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:12:11.422 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:12:04.888346Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:07:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:10:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:12:11.777 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:12:12.778 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:14.022 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:12:14.022 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:12:04.888346Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:07:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:10:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:12:14.385 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:12:15.386 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:16.631 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:12:16.631 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:12:04.888346Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:07:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:10:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:12:16.985 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:12:17.985 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:19.272 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:12:19.272 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:12:04.888346Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:07:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:10:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:12:19.626 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:12:20.627 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:21.862 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:12:21.862 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:12:04.888346Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:07:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:10:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:12:22.210 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:12:23.211 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:24.468 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:12:24.468 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:12:04.888346Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:07:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:10:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:12:24.834 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:12:25.835 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:27.142 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:12:27.142 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:12:04.888346Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:07:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:10:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:12:27.525 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:12:28.525 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:29.729 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:12:29.729 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:12:04.888346Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:07:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:10:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:12:30.099 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:12:31.100 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:32.361 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:12:32.361 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:12:04.888346Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:07:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:10:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:12:32.732 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:12:33.733 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:34.992 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:12:34.992 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:12:04.888346Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:07:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:10:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:12:35.357 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:12:36.358 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:37.605 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:12:37.605 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:12:04.888346Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:07:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:10:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:12:37.965 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:12:38.966 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:40.237 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:12:40.237 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:12:04.888346Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:07:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:10:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:12:40.582 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:12:41.583 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:42.912 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:12:42.912 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:12:04.888346Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:07:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:10:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:12:43.272 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:12:44.274 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:45.457 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:12:45.457 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:12:04.888346Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:07:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:10:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:12:45.805 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:12:46.806 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:48.061 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:12:48.061 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:12:04.888346Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:07:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:10:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:12:48.414 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:12:49.414 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:50.644 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:12:50.645 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:12:04.888346Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:07:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:10:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:12:50.997 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:12:51.998 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:53.292 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:12:53.292 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:12:04.888346Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:07:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:10:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:12:53.610 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:12:54.610 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:55.847 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:12:55.847 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:12:04.888346Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:07:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:10:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:12:56.187 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:12:57.188 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:58.434 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:12:58.434 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:12:04.888346Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:07:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:10:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:12:58.796 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:12:59.797 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:01.023 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:13:01.023 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:12:04.888346Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:07:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:10:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:13:01.377 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:13:02.378 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:03.585 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:13:03.585 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:12:04.888346Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:07:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:10:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:13:03.920 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:13:04.921 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:06.176 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:13:06.176 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:12:04.888346Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:07:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:10:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:13:06.545 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:13:07.546 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:08.871 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:13:08.871 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:12:04.888346Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:07:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:10:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:13:09.251 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:13:10.252 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:11.435 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:13:11.435 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:12:04.888346Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:07:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:10:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:13:11.794 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:13:12.795 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:14.025 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:13:14.025 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:12:04.888346Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:07:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:10:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:13:14.393 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:13:15.394 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:16.599 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:13:16.600 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:12:04.888346Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:07:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:10:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:13:16.977 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:13:17.977 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:19.248 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:13:19.248 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:12:04.888346Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:07:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:10:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:13:19.601 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:13:20.602 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:21.889 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:13:21.890 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:12:04.888346Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:07:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:10:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:13:22.252 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:13:23.254 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:24.473 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:13:24.473 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:12:04.888346Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:07:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:10:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:13:24.833 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:13:25.834 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:27.121 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:13:27.121 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:12:04.888346Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:07:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:10:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:13:27.516 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:13:28.517 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:29.844 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:13:29.844 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:12:04.888346Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:07:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:10:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:13:30.208 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:13:31.209 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:32.489 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:13:32.489 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:12:04.888346Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:07:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:10:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:13:32.840 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:13:33.841 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:35.026 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:13:35.026 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:12:04.888346Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:07:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:10:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:13:35.390 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:13:36.391 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:37.634 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:13:37.634 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:12:04.888346Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:07:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:10:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:13:37.982 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:13:38.983 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:40.164 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:13:40.164 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:12:04.888346Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:07:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:10:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:13:40.514 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:13:41.516 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:42.768 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:13:42.822 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:12:04.888346Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:07:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:10:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:13:43.123 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:13:44.124 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:45.339 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:13:45.340 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:12:04.888346Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:07:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:10:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:13:45.706 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:13:46.707 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:47.916 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:13:47.916 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:12:04.888346Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:07:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:10:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:13:48.255 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:13:49.256 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:50.468 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:13:50.468 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:12:04.888346Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:07:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:10:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:13:50.821 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:13:51.822 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:53.075 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:13:53.076 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:12:04.888346Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:07:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:10:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:13:53.428 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:13:54.429 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:55.615 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:13:55.615 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:12:04.888346Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:07:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:10:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:13:55.963 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:13:56.965 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:58.284 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:13:58.284 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:12:04.888346Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:07:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:10:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:13:58.721 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:13:59.722 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:00.987 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:14:00.988 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:12:04.888346Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:07:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:10:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:14:01.345 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:14:02.346 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:03.581 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:14:03.581 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:12:04.888346Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:07:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:10:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:14:03.953 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:14:04.954 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:06.261 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:14:06.261 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:12:04.888346Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:07:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:10:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:14:06.619 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:14:07.620 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:08.988 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:14:08.988 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:12:04.888346Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:07:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:10:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:14:09.394 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:14:10.395 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:11.629 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:14:11.630 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:12:04.888346Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:07:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:10:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:14:11.986 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:14:12.987 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:14.198 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:14:14.198 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:12:04.888346Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:07:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:10:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:14:14.569 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:14:15.570 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:16.765 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:14:16.765 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:12:04.888346Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:07:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:10:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:14:17.117 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:14:18.118 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:19.319 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:14:19.319 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:12:04.888346Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:07:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:10:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:14:19.684 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:14:20.685 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:21.896 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:14:21.896 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:12:04.888346Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:07:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:10:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:14:22.250 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:14:23.252 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:24.523 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:14:24.524 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:12:04.888346Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:07:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:10:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:14:24.876 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:14:25.877 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:27.069 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:14:27.069 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:12:04.888346Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:07:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:10:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:14:27.416 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:14:28.417 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:29.619 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:14:29.619 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:12:04.888346Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:07:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:10:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:14:29.975 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:14:30.976 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:32.195 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:14:32.195 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:12:04.888346Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:07:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:10:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:14:32.533 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:14:33.534 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:34.759 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:14:34.759 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:12:04.888346Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:07:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:10:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:14:34.269778Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:12:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:14:35.108 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T05:14:36.109 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:37.326 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:14:37.326 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:12:04.888346Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:07:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:10:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:07:08.520310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:07:09.201060Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T05:06:14.903832Z", "running": 1, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:07:08.520376Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:07:08.520174Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:07:08.520435Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:07:08.520441Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:14:34.269778Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:12:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:14:37.667 INFO:tasks.cephadm:mds.foofs has 1/2 2023-12-21T05:14:38.668 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:40.039 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:14:40.039 INFO:teuthology.orchestra.run.smithi064.stdout:[{"events": ["2023-12-21T05:00:08.417525Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:55:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T04:58:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:58:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T04:59:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:12:04.888346Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:07:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi064 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-21T05:10:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:44.596768Z", "last_refresh": "2023-12-21T05:14:38.833734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-21T04:54:51.980152Z", "last_refresh": "2023-12-21T05:14:39.837697Z", "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:14.907260Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T05:06:14.903832Z", "last_refresh": "2023-12-21T05:14:38.834515Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:43.692792Z", "last_refresh": "2023-12-21T05:14:38.833798Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-21T04:54:42.803183Z", "last_refresh": "2023-12-21T05:14:38.833598Z", "running": 2, "size": 5}}, {"events": ["2023-12-21T05:02:37.331526Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi064 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi064\"", "2023-12-21T05:04:37.864041Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi113on smithi113: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi113 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\nsystemctl: stderr Job for ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@node-exporter.smithi113\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-21T04:54:52.856320Z", "last_refresh": "2023-12-21T05:14:38.833857Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi064"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-21T05:14:38.833864Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-21T05:07:07.178633Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:05:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-21T05:14:34.269778Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi064on smithi064: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi064 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi064 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-21T05:12:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-21T05:14:40.408 INFO:tasks.cephadm:mds.foofs has 2/2 2023-12-21T05:14:40.408 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-21T05:14:40.418 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi064.front.sepia.ceph.com 2023-12-21T05:14:40.418 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2023-12-21T05:14:42.130 INFO:teuthology.orchestra.run.smithi064.stderr:Invalid command: missing required parameter clusterid() 2023-12-21T05:14:42.130 INFO:teuthology.orchestra.run.smithi064.stderr:nfs cluster create [] : Create an NFS Cluster 2023-12-21T05:14:42.130 INFO:teuthology.orchestra.run.smithi064.stderr:Error EINVAL: invalid command 2023-12-21T05:14:43.900 INFO:teuthology.orchestra.run.smithi064.stdout:NFS Cluster Created Successfully 2023-12-21T05:14:44.239 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- bash -c 'ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2023-12-21T05:14:45.559 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:14:45.559 INFO:teuthology.orchestra.run.smithi064.stdout: "bind": "/fake", 2023-12-21T05:14:45.559 INFO:teuthology.orchestra.run.smithi064.stdout: "fs": "foofs", 2023-12-21T05:14:45.559 INFO:teuthology.orchestra.run.smithi064.stdout: "path": "/", 2023-12-21T05:14:45.559 INFO:teuthology.orchestra.run.smithi064.stdout: "cluster": "foo", 2023-12-21T05:14:45.559 INFO:teuthology.orchestra.run.smithi064.stdout: "mode": "RW" 2023-12-21T05:14:45.559 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:14:45.941 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2023-12-21T05:35:01.578 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo 2/2 - 7s count:2 2023-12-21T05:35:02.057 INFO:teuthology.run_tasks:Running task vip.exec... 2023-12-21T05:35:02.070 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi064.front.sepia.ceph.com 2023-12-21T05:35:02.070 DEBUG:teuthology.orchestra.run.smithi064:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2023-12-21T05:35:02.104 INFO:teuthology.orchestra.run.smithi064.stderr:+ mkdir /mnt/foo 2023-12-21T05:35:02.108 DEBUG:teuthology.orchestra.run.smithi064:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2023-12-21T05:35:02.179 INFO:teuthology.orchestra.run.smithi064.stderr:++ hostname 2023-12-21T05:35:02.179 INFO:teuthology.orchestra.run.smithi064.stderr:+ mount -t nfs smithi064:/fake /mnt/foo -o sync 2023-12-21T05:35:02.671 DEBUG:teuthology.orchestra.run.smithi064:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2023-12-21T05:35:02.740 INFO:teuthology.orchestra.run.smithi064.stderr:+ echo test 2023-12-21T05:35:02.749 DEBUG:teuthology.orchestra.run.smithi064:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2023-12-21T05:35:02.817 INFO:teuthology.orchestra.run.smithi064.stderr:+ sync 2023-12-21T05:35:03.045 INFO:teuthology.run_tasks:Running task parallel... 2023-12-21T05:35:03.056 INFO:teuthology.task.parallel:starting parallel... 2023-12-21T05:35:03.056 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-12-21T05:35:03.057 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-12-21T05:35:03.057 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi064.front.sepia.ceph.com 2023-12-21T05:35:03.058 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -e sha1=639f0137318def3e5f393094e5494880043a8f32 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2023-12-21T05:35:03.058 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-12-21T05:35:03.058 INFO:teuthology.task.sequential:In sequential, running task exec... 2023-12-21T05:35:03.059 INFO:teuthology.task.exec:Executing custom commands... 2023-12-21T05:35:03.059 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi064.front.sepia.ceph.com 2023-12-21T05:35:03.059 DEBUG:teuthology.orchestra.run.smithi064:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2023-12-21T05:35:03.348 INFO:teuthology.orchestra.run.smithi064.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-12-21T05:35:03.348 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:35:03.348 INFO:teuthology.orchestra.run.smithi064.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2023-12-21T05:35:03.363 INFO:teuthology.orchestra.run.smithi064.stdout:4 of 5 processes prepared for launch 0 sec 2023-12-21T05:35:03.463 INFO:teuthology.orchestra.run.smithi064.stdout:5 of 5 processes prepared for launch 0 sec 2023-12-21T05:35:03.463 INFO:teuthology.orchestra.run.smithi064.stdout:releasing clients 2023-12-21T05:35:04.463 INFO:teuthology.orchestra.run.smithi064.stdout: 5 273 50.99 MB/sec warmup 1 sec latency 14.750 ms 2023-12-21T05:35:05.258 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -e sha1=639f0137318def3e5f393094e5494880043a8f32 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2023-12-21T05:35:05.463 INFO:teuthology.orchestra.run.smithi064.stdout: 5 529 46.05 MB/sec warmup 2 sec latency 18.474 ms 2023-12-21T05:35:06.463 INFO:teuthology.orchestra.run.smithi064.stdout: 5 1169 38.36 MB/sec warmup 3 sec latency 12.282 ms 2023-12-21T05:35:07.352 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -e sha1=639f0137318def3e5f393094e5494880043a8f32 -- bash -c 'ceph config set global log_to_journald false --force' 2023-12-21T05:35:07.463 INFO:teuthology.orchestra.run.smithi064.stdout: 5 2457 35.45 MB/sec warmup 4 sec latency 19.170 ms 2023-12-21T05:35:08.463 INFO:teuthology.orchestra.run.smithi064.stdout: 5 3791 39.76 MB/sec warmup 5 sec latency 11.250 ms 2023-12-21T05:35:09.112 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -e sha1=639f0137318def3e5f393094e5494880043a8f32 -- bash -c 'ceph mgr module enable nfs --force' 2023-12-21T05:35:09.464 INFO:teuthology.orchestra.run.smithi064.stdout: 5 4575 34.54 MB/sec warmup 6 sec latency 61.149 ms 2023-12-21T05:35:10.464 INFO:teuthology.orchestra.run.smithi064.stdout: 5 5900 33.52 MB/sec warmup 7 sec latency 20.545 ms 2023-12-21T05:35:11.139 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -e sha1=639f0137318def3e5f393094e5494880043a8f32 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2023-12-21T05:35:11.464 INFO:teuthology.orchestra.run.smithi064.stdout: 5 6850 33.93 MB/sec warmup 8 sec latency 20.896 ms 2023-12-21T05:35:12.464 INFO:teuthology.orchestra.run.smithi064.stdout: 5 7605 32.88 MB/sec warmup 9 sec latency 47.481 ms 2023-12-21T05:35:13.464 INFO:teuthology.orchestra.run.smithi064.stdout: 5 8619 32.16 MB/sec warmup 10 sec latency 15.702 ms 2023-12-21T05:35:14.464 INFO:teuthology.orchestra.run.smithi064.stdout: 5 9829 31.40 MB/sec warmup 11 sec latency 14.509 ms 2023-12-21T05:35:15.464 INFO:teuthology.orchestra.run.smithi064.stdout: 5 10954 32.55 MB/sec warmup 12 sec latency 20.505 ms 2023-12-21T05:35:16.464 INFO:teuthology.orchestra.run.smithi064.stdout: 5 11762 30.84 MB/sec warmup 13 sec latency 14.893 ms 2023-12-21T05:35:17.464 INFO:teuthology.orchestra.run.smithi064.stdout: 5 13148 30.68 MB/sec warmup 14 sec latency 11.111 ms 2023-12-21T05:35:18.464 INFO:teuthology.orchestra.run.smithi064.stdout: 5 14299 32.02 MB/sec warmup 15 sec latency 17.649 ms 2023-12-21T05:35:18.504 INFO:teuthology.orchestra.run.smithi064.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 2023-12-21T05:35:19.464 INFO:teuthology.orchestra.run.smithi064.stdout: 5 14794 30.48 MB/sec warmup 16 sec latency 176.970 ms 2023-12-21T05:35:19.689 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-12-21T05:35:19.690 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi064.front.sepia.ceph.com 2023-12-21T05:35:19.691 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -e sha1=639f0137318def3e5f393094e5494880043a8f32 -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true && ! ceph orch upgrade status | jq '"'"'.message'"'"' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done' 2023-12-21T05:35:20.464 INFO:teuthology.orchestra.run.smithi064.stdout: 5 15435 29.44 MB/sec warmup 17 sec latency 18.420 ms 2023-12-21T05:35:21.354 INFO:teuthology.orchestra.run.smithi064.stdout:true 2023-12-21T05:35:21.464 INFO:teuthology.orchestra.run.smithi064.stdout: 5 16651 29.12 MB/sec warmup 18 sec latency 17.688 ms 2023-12-21T05:35:22.183 INFO:teuthology.orchestra.run.smithi064.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-21T05:35:22.183 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi064 smithi064 running (35m) 0s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c326cb2af19 2023-12-21T05:35:22.183 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi113 smithi113 running (35m) 2s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 911a3f980b79 2023-12-21T05:35:22.183 INFO:teuthology.orchestra.run.smithi064.stdout:grafana.smithi064 smithi064 running (34m) 0s ago 34m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 5bc3dda26095 2023-12-21T05:35:22.183 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi064.hkbxiz smithi064 running (20m) 0s ago 20m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45924113daed 2023-12-21T05:35:22.183 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi113.mezlgb smithi113 running (20m) 2s ago 20m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad18dbb81c1c 2023-12-21T05:35:22.183 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi064.skpyci smithi064 running (41m) 0s ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ffcccc7cf5aa 2023-12-21T05:35:22.184 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi113.fmrekm smithi113 running (34m) 2s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c5fc20428c6 2023-12-21T05:35:22.184 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi064 smithi064 running (41m) 0s ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 85ec4a095c6c 2023-12-21T05:35:22.184 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi113 smithi113 running (39m) 2s ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 72900f74bd8b 2023-12-21T05:35:22.184 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi064 smithi064 running (25s) 0s ago 25s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 ed8b18ac76c5 2023-12-21T05:35:22.184 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi113 smithi113 running (22s) 2s ago 21s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 940f83959b00 2023-12-21T05:35:22.184 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi064 smithi064 error 0s ago 12m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:35:22.184 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi113 smithi113 unknown 2s ago 10m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:35:22.184 INFO:teuthology.orchestra.run.smithi064.stdout:osd.0 smithi064 running (35m) 0s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b928406f651 2023-12-21T05:35:22.184 INFO:teuthology.orchestra.run.smithi064.stdout:osd.1 smithi064 running (32m) 0s ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f54cca1e2701 2023-12-21T05:35:22.184 INFO:teuthology.orchestra.run.smithi064.stdout:osd.2 smithi064 running (32m) 0s ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4f16804909d1 2023-12-21T05:35:22.184 INFO:teuthology.orchestra.run.smithi064.stdout:osd.3 smithi064 running (32m) 0s ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ff7c21f150f 2023-12-21T05:35:22.184 INFO:teuthology.orchestra.run.smithi064.stdout:osd.4 smithi113 running (30m) 2s ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a87e3f46224a 2023-12-21T05:35:22.184 INFO:teuthology.orchestra.run.smithi064.stdout:osd.5 smithi113 running (30m) 2s ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b44b7d91554b 2023-12-21T05:35:22.185 INFO:teuthology.orchestra.run.smithi064.stdout:osd.6 smithi113 running (30m) 2s ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 823d9af2b3b8 2023-12-21T05:35:22.185 INFO:teuthology.orchestra.run.smithi064.stdout:osd.7 smithi113 running (30m) 2s ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 acd4caf812ae 2023-12-21T05:35:22.464 INFO:teuthology.orchestra.run.smithi064.stdout: 5 17913 30.42 MB/sec warmup 19 sec latency 16.117 ms 2023-12-21T05:35:22.660 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:35:22.660 INFO:teuthology.orchestra.run.smithi064.stdout: "mon": { 2023-12-21T05:35:22.660 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:35:22.660 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:35:22.660 INFO:teuthology.orchestra.run.smithi064.stdout: "mgr": { 2023-12-21T05:35:22.660 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:35:22.660 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:35:22.660 INFO:teuthology.orchestra.run.smithi064.stdout: "osd": { 2023-12-21T05:35:22.660 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-21T05:35:22.661 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:35:22.661 INFO:teuthology.orchestra.run.smithi064.stdout: "mds": { 2023-12-21T05:35:22.661 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:35:22.661 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:35:22.661 INFO:teuthology.orchestra.run.smithi064.stdout: "overall": { 2023-12-21T05:35:22.661 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-12-21T05:35:22.661 INFO:teuthology.orchestra.run.smithi064.stdout: } 2023-12-21T05:35:22.661 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:35:23.088 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:35:23.088 INFO:teuthology.orchestra.run.smithi064.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-21T05:35:23.088 INFO:teuthology.orchestra.run.smithi064.stdout: "in_progress": true, 2023-12-21T05:35:23.088 INFO:teuthology.orchestra.run.smithi064.stdout: "services_complete": [], 2023-12-21T05:35:23.088 INFO:teuthology.orchestra.run.smithi064.stdout: "message": "" 2023-12-21T05:35:23.088 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:35:23.464 INFO:teuthology.orchestra.run.smithi064.stdout: 5 18749 29.46 MB/sec warmup 20 sec latency 17.639 ms 2023-12-21T05:35:24.465 INFO:teuthology.orchestra.run.smithi064.stdout: 5 20058 29.27 MB/sec warmup 21 sec latency 17.477 ms 2023-12-21T05:35:25.466 INFO:teuthology.orchestra.run.smithi064.stdout: 5 21257 30.09 MB/sec warmup 22 sec latency 14.689 ms 2023-12-21T05:35:26.465 INFO:teuthology.orchestra.run.smithi064.stdout: 5 22125 29.61 MB/sec warmup 23 sec latency 14.336 ms 2023-12-21T05:35:27.465 INFO:teuthology.orchestra.run.smithi064.stdout: 5 23279 29.44 MB/sec warmup 24 sec latency 23.842 ms 2023-12-21T05:35:28.465 INFO:teuthology.orchestra.run.smithi064.stdout: 5 24618 30.04 MB/sec warmup 25 sec latency 11.859 ms 2023-12-21T05:35:29.465 INFO:teuthology.orchestra.run.smithi064.stdout: 5 25540 29.83 MB/sec warmup 26 sec latency 50.830 ms 2023-12-21T05:35:30.465 INFO:teuthology.orchestra.run.smithi064.stdout: 5 26635 29.67 MB/sec warmup 27 sec latency 17.391 ms 2023-12-21T05:35:31.465 INFO:teuthology.orchestra.run.smithi064.stdout: 5 27971 29.99 MB/sec warmup 28 sec latency 16.371 ms 2023-12-21T05:35:32.465 INFO:teuthology.orchestra.run.smithi064.stdout: 5 28963 30.01 MB/sec warmup 29 sec latency 24.007 ms 2023-12-21T05:35:33.465 INFO:teuthology.orchestra.run.smithi064.stdout: 5 29973 29.76 MB/sec warmup 30 sec latency 21.866 ms 2023-12-21T05:35:34.465 INFO:teuthology.orchestra.run.smithi064.stdout: 5 31151 29.62 MB/sec warmup 31 sec latency 13.442 ms 2023-12-21T05:35:35.465 INFO:teuthology.orchestra.run.smithi064.stdout: 5 32257 30.12 MB/sec warmup 32 sec latency 16.333 ms 2023-12-21T05:35:36.465 INFO:teuthology.orchestra.run.smithi064.stdout: 5 33120 29.59 MB/sec warmup 33 sec latency 17.230 ms 2023-12-21T05:35:37.465 INFO:teuthology.orchestra.run.smithi064.stdout: 5 34263 29.37 MB/sec warmup 34 sec latency 105.175 ms 2023-12-21T05:35:38.465 INFO:teuthology.orchestra.run.smithi064.stdout: 5 35638 30.09 MB/sec warmup 35 sec latency 13.591 ms 2023-12-21T05:35:39.465 INFO:teuthology.orchestra.run.smithi064.stdout: 5 36611 29.76 MB/sec warmup 36 sec latency 17.027 ms 2023-12-21T05:35:40.465 INFO:teuthology.orchestra.run.smithi064.stdout: 5 37637 29.52 MB/sec warmup 37 sec latency 18.418 ms 2023-12-21T05:35:41.465 INFO:teuthology.orchestra.run.smithi064.stdout: 5 38572 29.59 MB/sec warmup 38 sec latency 23.116 ms 2023-12-21T05:35:42.465 INFO:teuthology.orchestra.run.smithi064.stdout: 5 39444 29.64 MB/sec warmup 39 sec latency 21.998 ms 2023-12-21T05:35:43.465 INFO:teuthology.orchestra.run.smithi064.stdout: 5 40274 29.22 MB/sec warmup 40 sec latency 25.877 ms 2023-12-21T05:35:44.465 INFO:teuthology.orchestra.run.smithi064.stdout: 5 41502 29.17 MB/sec warmup 41 sec latency 14.937 ms 2023-12-21T05:35:45.466 INFO:teuthology.orchestra.run.smithi064.stdout: 5 42573 29.48 MB/sec warmup 42 sec latency 20.694 ms 2023-12-21T05:35:46.466 INFO:teuthology.orchestra.run.smithi064.stdout: 5 43252 29.17 MB/sec warmup 43 sec latency 18.950 ms 2023-12-21T05:35:47.466 INFO:teuthology.orchestra.run.smithi064.stdout: 5 44304 29.02 MB/sec warmup 44 sec latency 19.962 ms 2023-12-21T05:35:48.466 INFO:teuthology.orchestra.run.smithi064.stdout: 5 45697 29.27 MB/sec warmup 45 sec latency 17.017 ms 2023-12-21T05:35:49.466 INFO:teuthology.orchestra.run.smithi064.stdout: 5 46598 29.30 MB/sec warmup 46 sec latency 30.726 ms 2023-12-21T05:35:50.466 INFO:teuthology.orchestra.run.smithi064.stdout: 5 47449 28.94 MB/sec warmup 47 sec latency 16.590 ms 2023-12-21T05:35:51.466 INFO:teuthology.orchestra.run.smithi064.stdout: 5 48656 28.93 MB/sec warmup 48 sec latency 19.337 ms 2023-12-21T05:35:52.466 INFO:teuthology.orchestra.run.smithi064.stdout: 5 49919 29.33 MB/sec warmup 49 sec latency 20.533 ms 2023-12-21T05:35:53.466 INFO:teuthology.orchestra.run.smithi064.stdout: 5 50769 29.06 MB/sec warmup 50 sec latency 24.304 ms 2023-12-21T05:35:53.534 INFO:teuthology.orchestra.run.smithi064.stdout:true 2023-12-21T05:35:54.356 INFO:teuthology.orchestra.run.smithi064.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-21T05:35:54.356 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi064 smithi064 running (35m) 32s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c326cb2af19 2023-12-21T05:35:54.356 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi113 smithi113 running (35m) 34s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 911a3f980b79 2023-12-21T05:35:54.357 INFO:teuthology.orchestra.run.smithi064.stdout:grafana.smithi064 smithi064 running (35m) 32s ago 35m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 5bc3dda26095 2023-12-21T05:35:54.357 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi064.hkbxiz smithi064 running (21m) 32s ago 21m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45924113daed 2023-12-21T05:35:54.357 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi113.mezlgb smithi113 running (21m) 34s ago 21m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad18dbb81c1c 2023-12-21T05:35:54.357 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi064.skpyci smithi064 running (41m) 32s ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ffcccc7cf5aa 2023-12-21T05:35:54.357 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi113.fmrekm smithi113 running (35m) 34s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c5fc20428c6 2023-12-21T05:35:54.357 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi064 smithi064 running (41m) 32s ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 85ec4a095c6c 2023-12-21T05:35:54.357 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi113 smithi113 running (40m) 34s ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 72900f74bd8b 2023-12-21T05:35:54.357 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi064 smithi064 running (57s) 32s ago 57s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 ed8b18ac76c5 2023-12-21T05:35:54.357 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi113 smithi113 running (54s) 34s ago 53s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 940f83959b00 2023-12-21T05:35:54.357 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi064 smithi064 error 32s ago 13m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:35:54.358 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi113 smithi113 unknown 34s ago 11m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:35:54.358 INFO:teuthology.orchestra.run.smithi064.stdout:osd.0 smithi064 running (35m) 32s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b928406f651 2023-12-21T05:35:54.358 INFO:teuthology.orchestra.run.smithi064.stdout:osd.1 smithi064 running (33m) 32s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f54cca1e2701 2023-12-21T05:35:54.358 INFO:teuthology.orchestra.run.smithi064.stdout:osd.2 smithi064 running (33m) 32s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4f16804909d1 2023-12-21T05:35:54.358 INFO:teuthology.orchestra.run.smithi064.stdout:osd.3 smithi064 running (32m) 32s ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ff7c21f150f 2023-12-21T05:35:54.358 INFO:teuthology.orchestra.run.smithi064.stdout:osd.4 smithi113 running (31m) 34s ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a87e3f46224a 2023-12-21T05:35:54.358 INFO:teuthology.orchestra.run.smithi064.stdout:osd.5 smithi113 running (30m) 34s ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b44b7d91554b 2023-12-21T05:35:54.358 INFO:teuthology.orchestra.run.smithi064.stdout:osd.6 smithi113 running (30m) 34s ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 823d9af2b3b8 2023-12-21T05:35:54.358 INFO:teuthology.orchestra.run.smithi064.stdout:osd.7 smithi113 running (30m) 34s ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 acd4caf812ae 2023-12-21T05:35:54.466 INFO:teuthology.orchestra.run.smithi064.stdout: 5 51875 28.98 MB/sec warmup 51 sec latency 57.382 ms 2023-12-21T05:35:54.798 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:35:54.798 INFO:teuthology.orchestra.run.smithi064.stdout: "mon": { 2023-12-21T05:35:54.798 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:35:54.798 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:35:54.799 INFO:teuthology.orchestra.run.smithi064.stdout: "mgr": { 2023-12-21T05:35:54.799 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:35:54.799 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:35:54.799 INFO:teuthology.orchestra.run.smithi064.stdout: "osd": { 2023-12-21T05:35:54.799 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-21T05:35:54.799 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:35:54.799 INFO:teuthology.orchestra.run.smithi064.stdout: "mds": { 2023-12-21T05:35:54.799 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:35:54.799 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:35:54.799 INFO:teuthology.orchestra.run.smithi064.stdout: "overall": { 2023-12-21T05:35:54.799 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-12-21T05:35:54.799 INFO:teuthology.orchestra.run.smithi064.stdout: } 2023-12-21T05:35:54.800 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:35:55.157 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:35:55.157 INFO:teuthology.orchestra.run.smithi064.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-21T05:35:55.157 INFO:teuthology.orchestra.run.smithi064.stdout: "in_progress": true, 2023-12-21T05:35:55.157 INFO:teuthology.orchestra.run.smithi064.stdout: "services_complete": [], 2023-12-21T05:35:55.157 INFO:teuthology.orchestra.run.smithi064.stdout: "message": "" 2023-12-21T05:35:55.158 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:35:55.466 INFO:teuthology.orchestra.run.smithi064.stdout: 5 52866 29.10 MB/sec warmup 52 sec latency 22.901 ms 2023-12-21T05:35:56.466 INFO:teuthology.orchestra.run.smithi064.stdout: 5 53673 29.04 MB/sec warmup 53 sec latency 21.387 ms 2023-12-21T05:35:57.467 INFO:teuthology.orchestra.run.smithi064.stdout: 5 54625 28.80 MB/sec warmup 54 sec latency 22.262 ms 2023-12-21T05:35:58.467 INFO:teuthology.orchestra.run.smithi064.stdout: 5 55641 28.68 MB/sec warmup 55 sec latency 24.541 ms 2023-12-21T05:35:59.467 INFO:teuthology.orchestra.run.smithi064.stdout: 5 56463 28.74 MB/sec warmup 56 sec latency 22.169 ms 2023-12-21T05:36:00.467 INFO:teuthology.orchestra.run.smithi064.stdout: 5 57271 28.69 MB/sec warmup 57 sec latency 26.780 ms 2023-12-21T05:36:01.467 INFO:teuthology.orchestra.run.smithi064.stdout: 5 58044 28.40 MB/sec warmup 58 sec latency 25.699 ms 2023-12-21T05:36:02.467 INFO:teuthology.orchestra.run.smithi064.stdout: 5 58984 28.28 MB/sec warmup 59 sec latency 24.012 ms 2023-12-21T05:36:03.467 INFO:teuthology.orchestra.run.smithi064.stdout: 5 59713 28.23 MB/sec warmup 60 sec latency 19.450 ms 2023-12-21T05:36:04.468 INFO:teuthology.orchestra.run.smithi064.stdout: 5 60472 28.23 MB/sec warmup 61 sec latency 20.248 ms 2023-12-21T05:36:05.468 INFO:teuthology.orchestra.run.smithi064.stdout: 5 61300 28.02 MB/sec warmup 62 sec latency 28.560 ms 2023-12-21T05:36:06.468 INFO:teuthology.orchestra.run.smithi064.stdout: 5 62100 27.91 MB/sec warmup 63 sec latency 23.943 ms 2023-12-21T05:36:07.468 INFO:teuthology.orchestra.run.smithi064.stdout: 5 63040 27.75 MB/sec warmup 64 sec latency 16.922 ms 2023-12-21T05:36:08.468 INFO:teuthology.orchestra.run.smithi064.stdout: 5 64016 27.96 MB/sec warmup 65 sec latency 21.488 ms 2023-12-21T05:36:09.469 INFO:teuthology.orchestra.run.smithi064.stdout: 5 64793 27.77 MB/sec warmup 66 sec latency 16.798 ms 2023-12-21T05:36:10.469 INFO:teuthology.orchestra.run.smithi064.stdout: 5 65596 27.62 MB/sec warmup 67 sec latency 24.391 ms 2023-12-21T05:36:11.469 INFO:teuthology.orchestra.run.smithi064.stdout: 5 66436 27.46 MB/sec warmup 68 sec latency 94.703 ms 2023-12-21T05:36:12.469 INFO:teuthology.orchestra.run.smithi064.stdout: 5 67257 27.54 MB/sec warmup 69 sec latency 19.442 ms 2023-12-21T05:36:13.470 INFO:teuthology.orchestra.run.smithi064.stdout: 5 67878 27.45 MB/sec warmup 70 sec latency 22.732 ms 2023-12-21T05:36:14.472 INFO:teuthology.orchestra.run.smithi064.stdout: 5 68515 27.18 MB/sec warmup 71 sec latency 31.493 ms 2023-12-21T05:36:15.472 INFO:teuthology.orchestra.run.smithi064.stdout: 5 69282 27.09 MB/sec warmup 72 sec latency 34.462 ms 2023-12-21T05:36:16.472 INFO:teuthology.orchestra.run.smithi064.stdout: 5 70112 26.98 MB/sec warmup 73 sec latency 15.795 ms 2023-12-21T05:36:17.473 INFO:teuthology.orchestra.run.smithi064.stdout: 5 70994 27.12 MB/sec warmup 74 sec latency 17.124 ms 2023-12-21T05:36:18.473 INFO:teuthology.orchestra.run.smithi064.stdout: 5 71512 26.92 MB/sec warmup 75 sec latency 25.195 ms 2023-12-21T05:36:19.473 INFO:teuthology.orchestra.run.smithi064.stdout: 5 72062 26.65 MB/sec warmup 76 sec latency 28.097 ms 2023-12-21T05:36:20.473 INFO:teuthology.orchestra.run.smithi064.stdout: 5 72526 26.47 MB/sec warmup 77 sec latency 23.947 ms 2023-12-21T05:36:21.474 INFO:teuthology.orchestra.run.smithi064.stdout: 5 73366 26.34 MB/sec warmup 78 sec latency 27.863 ms 2023-12-21T05:36:22.473 INFO:teuthology.orchestra.run.smithi064.stdout: 5 74040 26.34 MB/sec warmup 79 sec latency 29.707 ms 2023-12-21T05:36:23.473 INFO:teuthology.orchestra.run.smithi064.stdout: 5 74893 26.39 MB/sec warmup 80 sec latency 26.848 ms 2023-12-21T05:36:24.474 INFO:teuthology.orchestra.run.smithi064.stdout: 5 75636 26.19 MB/sec warmup 81 sec latency 37.837 ms 2023-12-21T05:36:25.474 INFO:teuthology.orchestra.run.smithi064.stdout: 5 76417 26.12 MB/sec warmup 82 sec latency 29.211 ms 2023-12-21T05:36:25.591 INFO:teuthology.orchestra.run.smithi064.stdout:true 2023-12-21T05:36:26.279 INFO:teuthology.orchestra.run.smithi064.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-21T05:36:26.280 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi064 smithi064 running (36m) 64s ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c326cb2af19 2023-12-21T05:36:26.280 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi113 smithi113 running (36m) 66s ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 911a3f980b79 2023-12-21T05:36:26.280 INFO:teuthology.orchestra.run.smithi064.stdout:grafana.smithi064 smithi064 running (35m) 64s ago 35m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 5bc3dda26095 2023-12-21T05:36:26.280 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi064.hkbxiz smithi064 running (21m) 64s ago 21m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45924113daed 2023-12-21T05:36:26.280 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi113.mezlgb smithi113 running (21m) 66s ago 21m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad18dbb81c1c 2023-12-21T05:36:26.280 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi064.skpyci smithi064 running (42m) 64s ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ffcccc7cf5aa 2023-12-21T05:36:26.280 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi113.fmrekm smithi113 running (35m) 66s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c5fc20428c6 2023-12-21T05:36:26.280 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi064 smithi064 running (42m) 64s ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 85ec4a095c6c 2023-12-21T05:36:26.280 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi113 smithi113 running (40m) 66s ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 72900f74bd8b 2023-12-21T05:36:26.280 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi064 smithi064 running (89s) 64s ago 89s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 ed8b18ac76c5 2023-12-21T05:36:26.280 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi113 smithi113 running (86s) 66s ago 85s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 940f83959b00 2023-12-21T05:36:26.281 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi064 smithi064 error 64s ago 14m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:36:26.281 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi113 smithi113 unknown 66s ago 12m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:36:26.281 INFO:teuthology.orchestra.run.smithi064.stdout:osd.0 smithi064 running (36m) 64s ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b928406f651 2023-12-21T05:36:26.281 INFO:teuthology.orchestra.run.smithi064.stdout:osd.1 smithi064 running (33m) 64s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f54cca1e2701 2023-12-21T05:36:26.281 INFO:teuthology.orchestra.run.smithi064.stdout:osd.2 smithi064 running (33m) 64s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4f16804909d1 2023-12-21T05:36:26.281 INFO:teuthology.orchestra.run.smithi064.stdout:osd.3 smithi064 running (33m) 64s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ff7c21f150f 2023-12-21T05:36:26.281 INFO:teuthology.orchestra.run.smithi064.stdout:osd.4 smithi113 running (31m) 66s ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a87e3f46224a 2023-12-21T05:36:26.281 INFO:teuthology.orchestra.run.smithi064.stdout:osd.5 smithi113 running (31m) 66s ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b44b7d91554b 2023-12-21T05:36:26.281 INFO:teuthology.orchestra.run.smithi064.stdout:osd.6 smithi113 running (31m) 66s ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 823d9af2b3b8 2023-12-21T05:36:26.281 INFO:teuthology.orchestra.run.smithi064.stdout:osd.7 smithi113 running (31m) 66s ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 acd4caf812ae 2023-12-21T05:36:26.474 INFO:teuthology.orchestra.run.smithi064.stdout: 5 77198 26.01 MB/sec warmup 83 sec latency 25.606 ms 2023-12-21T05:36:26.640 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:36:26.640 INFO:teuthology.orchestra.run.smithi064.stdout: "mon": { 2023-12-21T05:36:26.640 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:36:26.640 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:36:26.641 INFO:teuthology.orchestra.run.smithi064.stdout: "mgr": { 2023-12-21T05:36:26.641 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:36:26.641 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:36:26.641 INFO:teuthology.orchestra.run.smithi064.stdout: "osd": { 2023-12-21T05:36:26.641 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-21T05:36:26.641 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:36:26.641 INFO:teuthology.orchestra.run.smithi064.stdout: "mds": { 2023-12-21T05:36:26.641 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:36:26.641 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:36:26.641 INFO:teuthology.orchestra.run.smithi064.stdout: "overall": { 2023-12-21T05:36:26.642 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-12-21T05:36:26.642 INFO:teuthology.orchestra.run.smithi064.stdout: } 2023-12-21T05:36:26.642 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:36:26.962 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:36:26.963 INFO:teuthology.orchestra.run.smithi064.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-21T05:36:26.963 INFO:teuthology.orchestra.run.smithi064.stdout: "in_progress": true, 2023-12-21T05:36:26.963 INFO:teuthology.orchestra.run.smithi064.stdout: "services_complete": [], 2023-12-21T05:36:26.963 INFO:teuthology.orchestra.run.smithi064.stdout: "message": "" 2023-12-21T05:36:26.963 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:36:27.474 INFO:teuthology.orchestra.run.smithi064.stdout: 5 77834 26.01 MB/sec warmup 84 sec latency 26.301 ms 2023-12-21T05:36:28.474 INFO:teuthology.orchestra.run.smithi064.stdout: 5 78405 25.96 MB/sec warmup 85 sec latency 37.313 ms 2023-12-21T05:36:29.475 INFO:teuthology.orchestra.run.smithi064.stdout: 5 78860 25.74 MB/sec warmup 86 sec latency 37.809 ms 2023-12-21T05:36:30.476 INFO:teuthology.orchestra.run.smithi064.stdout: 5 79574 25.60 MB/sec warmup 87 sec latency 31.653 ms 2023-12-21T05:36:31.476 INFO:teuthology.orchestra.run.smithi064.stdout: 5 80579 25.56 MB/sec warmup 88 sec latency 21.262 ms 2023-12-21T05:36:32.476 INFO:teuthology.orchestra.run.smithi064.stdout: 5 81168 25.56 MB/sec warmup 89 sec latency 23.655 ms 2023-12-21T05:36:33.476 INFO:teuthology.orchestra.run.smithi064.stdout: 5 81856 25.54 MB/sec warmup 90 sec latency 30.965 ms 2023-12-21T05:36:34.476 INFO:teuthology.orchestra.run.smithi064.stdout: 5 82548 25.39 MB/sec warmup 91 sec latency 26.463 ms 2023-12-21T05:36:35.477 INFO:teuthology.orchestra.run.smithi064.stdout: 5 83479 25.39 MB/sec warmup 92 sec latency 30.532 ms 2023-12-21T05:36:36.478 INFO:teuthology.orchestra.run.smithi064.stdout: 5 84443 25.32 MB/sec warmup 93 sec latency 36.629 ms 2023-12-21T05:36:37.478 INFO:teuthology.orchestra.run.smithi064.stdout: 5 85345 25.43 MB/sec warmup 94 sec latency 28.959 ms 2023-12-21T05:36:38.478 INFO:teuthology.orchestra.run.smithi064.stdout: 5 85807 25.31 MB/sec warmup 95 sec latency 33.284 ms 2023-12-21T05:36:39.479 INFO:teuthology.orchestra.run.smithi064.stdout: 5 86323 25.09 MB/sec warmup 96 sec latency 27.910 ms 2023-12-21T05:36:40.479 INFO:teuthology.orchestra.run.smithi064.stdout: 5 86664 24.91 MB/sec warmup 97 sec latency 32.840 ms 2023-12-21T05:36:41.480 INFO:teuthology.orchestra.run.smithi064.stdout: 5 87735 24.93 MB/sec warmup 98 sec latency 20.562 ms 2023-12-21T05:36:42.481 INFO:teuthology.orchestra.run.smithi064.stdout: 5 88406 24.94 MB/sec warmup 99 sec latency 20.778 ms 2023-12-21T05:36:43.480 INFO:teuthology.orchestra.run.smithi064.stdout: 5 89056 24.92 MB/sec warmup 100 sec latency 28.544 ms 2023-12-21T05:36:44.480 INFO:teuthology.orchestra.run.smithi064.stdout: 5 89588 24.76 MB/sec warmup 101 sec latency 25.562 ms 2023-12-21T05:36:45.482 INFO:teuthology.orchestra.run.smithi064.stdout: 5 90339 24.71 MB/sec warmup 102 sec latency 25.985 ms 2023-12-21T05:36:46.481 INFO:teuthology.orchestra.run.smithi064.stdout: 5 91280 24.65 MB/sec warmup 103 sec latency 19.347 ms 2023-12-21T05:36:47.481 INFO:teuthology.orchestra.run.smithi064.stdout: 5 91922 24.65 MB/sec warmup 104 sec latency 21.119 ms 2023-12-21T05:36:48.481 INFO:teuthology.orchestra.run.smithi064.stdout: 5 92769 24.71 MB/sec warmup 105 sec latency 23.429 ms 2023-12-21T05:36:49.481 INFO:teuthology.orchestra.run.smithi064.stdout: 5 93550 24.55 MB/sec warmup 106 sec latency 34.581 ms 2023-12-21T05:36:50.481 INFO:teuthology.orchestra.run.smithi064.stdout: 5 94466 24.55 MB/sec warmup 107 sec latency 27.233 ms 2023-12-21T05:36:51.481 INFO:teuthology.orchestra.run.smithi064.stdout: 5 95049 24.44 MB/sec warmup 108 sec latency 23.930 ms 2023-12-21T05:36:52.481 INFO:teuthology.orchestra.run.smithi064.stdout: 5 95686 24.45 MB/sec warmup 109 sec latency 27.434 ms 2023-12-21T05:36:53.481 INFO:teuthology.orchestra.run.smithi064.stdout: 5 96189 24.41 MB/sec warmup 110 sec latency 29.002 ms 2023-12-21T05:36:54.481 INFO:teuthology.orchestra.run.smithi064.stdout: 5 96521 24.25 MB/sec warmup 111 sec latency 30.309 ms 2023-12-21T05:36:55.481 INFO:teuthology.orchestra.run.smithi064.stdout: 5 96975 24.07 MB/sec warmup 112 sec latency 105.065 ms 2023-12-21T05:36:56.481 INFO:teuthology.orchestra.run.smithi064.stdout: 5 97667 24.08 MB/sec warmup 113 sec latency 29.879 ms 2023-12-21T05:36:57.402 INFO:teuthology.orchestra.run.smithi064.stdout:true 2023-12-21T05:36:57.482 INFO:teuthology.orchestra.run.smithi064.stdout: 5 98437 23.96 MB/sec warmup 114 sec latency 25.817 ms 2023-12-21T05:36:58.224 INFO:teuthology.orchestra.run.smithi064.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-21T05:36:58.224 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi064 smithi064 running (36m) 96s ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c326cb2af19 2023-12-21T05:36:58.225 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi113 smithi113 running (36m) 98s ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 911a3f980b79 2023-12-21T05:36:58.225 INFO:teuthology.orchestra.run.smithi064.stdout:grafana.smithi064 smithi064 running (36m) 96s ago 36m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 5bc3dda26095 2023-12-21T05:36:58.225 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi064.hkbxiz smithi064 running (22m) 96s ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45924113daed 2023-12-21T05:36:58.225 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi113.mezlgb smithi113 running (22m) 98s ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad18dbb81c1c 2023-12-21T05:36:58.225 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi064.skpyci smithi064 running (42m) 96s ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ffcccc7cf5aa 2023-12-21T05:36:58.225 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi113.fmrekm smithi113 running (36m) 98s ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c5fc20428c6 2023-12-21T05:36:58.225 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi064 smithi064 running (42m) 96s ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 85ec4a095c6c 2023-12-21T05:36:58.225 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi113 smithi113 running (41m) 98s ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 72900f74bd8b 2023-12-21T05:36:58.225 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi064 smithi064 running (2m) 96s ago 2m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 ed8b18ac76c5 2023-12-21T05:36:58.225 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi113 smithi113 running (118s) 98s ago 117s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 940f83959b00 2023-12-21T05:36:58.226 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi064 smithi064 error 96s ago 14m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:36:58.226 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi113 smithi113 unknown 98s ago 12m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:36:58.226 INFO:teuthology.orchestra.run.smithi064.stdout:osd.0 smithi064 running (36m) 96s ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b928406f651 2023-12-21T05:36:58.226 INFO:teuthology.orchestra.run.smithi064.stdout:osd.1 smithi064 running (34m) 96s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f54cca1e2701 2023-12-21T05:36:58.226 INFO:teuthology.orchestra.run.smithi064.stdout:osd.2 smithi064 running (34m) 96s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4f16804909d1 2023-12-21T05:36:58.226 INFO:teuthology.orchestra.run.smithi064.stdout:osd.3 smithi064 running (33m) 96s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ff7c21f150f 2023-12-21T05:36:58.226 INFO:teuthology.orchestra.run.smithi064.stdout:osd.4 smithi113 running (32m) 98s ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a87e3f46224a 2023-12-21T05:36:58.226 INFO:teuthology.orchestra.run.smithi064.stdout:osd.5 smithi113 running (32m) 98s ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b44b7d91554b 2023-12-21T05:36:58.226 INFO:teuthology.orchestra.run.smithi064.stdout:osd.6 smithi113 running (31m) 98s ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 823d9af2b3b8 2023-12-21T05:36:58.226 INFO:teuthology.orchestra.run.smithi064.stdout:osd.7 smithi113 running (31m) 98s ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 acd4caf812ae 2023-12-21T05:36:58.484 INFO:teuthology.orchestra.run.smithi064.stdout: 5 99022 23.94 MB/sec warmup 115 sec latency 22.177 ms 2023-12-21T05:36:58.681 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:36:58.681 INFO:teuthology.orchestra.run.smithi064.stdout: "mon": { 2023-12-21T05:36:58.681 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:36:58.681 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:36:58.681 INFO:teuthology.orchestra.run.smithi064.stdout: "mgr": { 2023-12-21T05:36:58.681 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:36:58.681 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:36:58.682 INFO:teuthology.orchestra.run.smithi064.stdout: "osd": { 2023-12-21T05:36:58.682 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-21T05:36:58.682 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:36:58.682 INFO:teuthology.orchestra.run.smithi064.stdout: "mds": { 2023-12-21T05:36:58.682 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:36:58.682 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:36:58.682 INFO:teuthology.orchestra.run.smithi064.stdout: "overall": { 2023-12-21T05:36:58.682 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-12-21T05:36:58.682 INFO:teuthology.orchestra.run.smithi064.stdout: } 2023-12-21T05:36:58.682 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:36:59.093 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:36:59.093 INFO:teuthology.orchestra.run.smithi064.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-21T05:36:59.093 INFO:teuthology.orchestra.run.smithi064.stdout: "in_progress": true, 2023-12-21T05:36:59.093 INFO:teuthology.orchestra.run.smithi064.stdout: "services_complete": [], 2023-12-21T05:36:59.093 INFO:teuthology.orchestra.run.smithi064.stdout: "message": "" 2023-12-21T05:36:59.093 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:36:59.485 INFO:teuthology.orchestra.run.smithi064.stdout: 5 99735 23.97 MB/sec warmup 116 sec latency 31.244 ms 2023-12-21T05:37:00.485 INFO:teuthology.orchestra.run.smithi064.stdout: 5 100514 23.86 MB/sec warmup 117 sec latency 24.044 ms 2023-12-21T05:37:01.485 INFO:teuthology.orchestra.run.smithi064.stdout: 5 101075 23.81 MB/sec warmup 118 sec latency 29.174 ms 2023-12-21T05:37:02.485 INFO:teuthology.orchestra.run.smithi064.stdout: 5 101884 23.75 MB/sec warmup 119 sec latency 20.871 ms 2023-12-21T05:37:04.485 INFO:teuthology.orchestra.run.smithi064.stdout: 5 103083 26.04 MB/sec execute 1 sec latency 31.738 ms 2023-12-21T05:37:05.485 INFO:teuthology.orchestra.run.smithi064.stdout: 5 103707 20.99 MB/sec execute 2 sec latency 36.890 ms 2023-12-21T05:37:06.485 INFO:teuthology.orchestra.run.smithi064.stdout: 5 104297 17.66 MB/sec execute 3 sec latency 38.143 ms 2023-12-21T05:37:07.485 INFO:teuthology.orchestra.run.smithi064.stdout: 5 104933 18.63 MB/sec execute 4 sec latency 31.529 ms 2023-12-21T05:37:08.487 INFO:teuthology.orchestra.run.smithi064.stdout: 5 105579 16.52 MB/sec execute 5 sec latency 25.443 ms 2023-12-21T05:37:09.488 INFO:teuthology.orchestra.run.smithi064.stdout: 5 106083 17.18 MB/sec execute 6 sec latency 27.328 ms 2023-12-21T05:37:10.488 INFO:teuthology.orchestra.run.smithi064.stdout: 5 106620 17.34 MB/sec execute 7 sec latency 24.520 ms 2023-12-21T05:37:11.488 INFO:teuthology.orchestra.run.smithi064.stdout: 5 107005 16.98 MB/sec execute 8 sec latency 37.406 ms 2023-12-21T05:37:12.488 INFO:teuthology.orchestra.run.smithi064.stdout: 5 107570 15.63 MB/sec execute 9 sec latency 32.541 ms 2023-12-21T05:37:13.488 INFO:teuthology.orchestra.run.smithi064.stdout: 5 107951 15.20 MB/sec execute 10 sec latency 47.505 ms 2023-12-21T05:37:14.494 INFO:teuthology.orchestra.run.smithi064.stdout: 5 108411 15.18 MB/sec execute 11 sec latency 41.880 ms 2023-12-21T05:37:15.494 INFO:teuthology.orchestra.run.smithi064.stdout: 5 108912 14.52 MB/sec execute 12 sec latency 53.314 ms 2023-12-21T05:37:16.494 INFO:teuthology.orchestra.run.smithi064.stdout: 5 109324 14.21 MB/sec execute 13 sec latency 29.917 ms 2023-12-21T05:37:17.495 INFO:teuthology.orchestra.run.smithi064.stdout: 5 110117 15.28 MB/sec execute 14 sec latency 20.620 ms 2023-12-21T05:37:18.495 INFO:teuthology.orchestra.run.smithi064.stdout: 5 110658 15.47 MB/sec execute 15 sec latency 27.497 ms 2023-12-21T05:37:19.496 INFO:teuthology.orchestra.run.smithi064.stdout: 5 111126 14.78 MB/sec execute 16 sec latency 38.166 ms 2023-12-21T05:37:20.496 INFO:teuthology.orchestra.run.smithi064.stdout: 5 111626 14.80 MB/sec execute 17 sec latency 34.791 ms 2023-12-21T05:37:21.496 INFO:teuthology.orchestra.run.smithi064.stdout: 5 112317 14.87 MB/sec execute 18 sec latency 30.255 ms 2023-12-21T05:37:22.496 INFO:teuthology.orchestra.run.smithi064.stdout: 5 112787 14.54 MB/sec execute 19 sec latency 25.540 ms 2023-12-21T05:37:23.496 INFO:teuthology.orchestra.run.smithi064.stdout: 5 113326 14.93 MB/sec execute 20 sec latency 27.642 ms 2023-12-21T05:37:24.496 INFO:teuthology.orchestra.run.smithi064.stdout: 5 113852 15.19 MB/sec execute 21 sec latency 31.177 ms 2023-12-21T05:37:25.498 INFO:teuthology.orchestra.run.smithi064.stdout: 5 114183 14.88 MB/sec execute 22 sec latency 44.820 ms 2023-12-21T05:37:26.497 INFO:teuthology.orchestra.run.smithi064.stdout: 5 114530 14.37 MB/sec execute 23 sec latency 101.106 ms 2023-12-21T05:37:27.497 INFO:teuthology.orchestra.run.smithi064.stdout: 5 114829 14.03 MB/sec execute 24 sec latency 107.856 ms 2023-12-21T05:37:28.497 INFO:teuthology.orchestra.run.smithi064.stdout: 5 115666 14.47 MB/sec execute 25 sec latency 28.987 ms 2023-12-21T05:37:29.497 INFO:teuthology.orchestra.run.smithi064.stdout: 5 116494 14.51 MB/sec execute 26 sec latency 22.605 ms 2023-12-21T05:37:29.532 INFO:teuthology.orchestra.run.smithi064.stdout:true 2023-12-21T05:37:30.353 INFO:teuthology.orchestra.run.smithi064.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-21T05:37:30.353 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi064 smithi064 running (37m) 2m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c326cb2af19 2023-12-21T05:37:30.353 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi113 smithi113 running (37m) 2m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 911a3f980b79 2023-12-21T05:37:30.353 INFO:teuthology.orchestra.run.smithi064.stdout:grafana.smithi064 smithi064 running (36m) 2m ago 36m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 5bc3dda26095 2023-12-21T05:37:30.353 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi064.hkbxiz smithi064 running (22m) 2m ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45924113daed 2023-12-21T05:37:30.353 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi113.mezlgb smithi113 running (22m) 2m ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad18dbb81c1c 2023-12-21T05:37:30.353 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi064.skpyci smithi064 running (43m) 2m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ffcccc7cf5aa 2023-12-21T05:37:30.353 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi113.fmrekm smithi113 running (36m) 2m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c5fc20428c6 2023-12-21T05:37:30.353 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi064 smithi064 running (43m) 2m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 85ec4a095c6c 2023-12-21T05:37:30.353 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi113 smithi113 running (41m) 2m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 72900f74bd8b 2023-12-21T05:37:30.353 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi064 smithi064 running (2m) 2m ago 2m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 ed8b18ac76c5 2023-12-21T05:37:30.353 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi113 smithi113 running (2m) 2m ago 2m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 940f83959b00 2023-12-21T05:37:30.354 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi064 smithi064 error 2m ago 15m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:37:30.354 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi113 smithi113 unknown 2m ago 13m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:37:30.354 INFO:teuthology.orchestra.run.smithi064.stdout:osd.0 smithi064 running (37m) 2m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b928406f651 2023-12-21T05:37:30.354 INFO:teuthology.orchestra.run.smithi064.stdout:osd.1 smithi064 running (34m) 2m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f54cca1e2701 2023-12-21T05:37:30.354 INFO:teuthology.orchestra.run.smithi064.stdout:osd.2 smithi064 running (34m) 2m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4f16804909d1 2023-12-21T05:37:30.354 INFO:teuthology.orchestra.run.smithi064.stdout:osd.3 smithi064 running (34m) 2m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ff7c21f150f 2023-12-21T05:37:30.354 INFO:teuthology.orchestra.run.smithi064.stdout:osd.4 smithi113 running (32m) 2m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a87e3f46224a 2023-12-21T05:37:30.354 INFO:teuthology.orchestra.run.smithi064.stdout:osd.5 smithi113 running (32m) 2m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b44b7d91554b 2023-12-21T05:37:30.354 INFO:teuthology.orchestra.run.smithi064.stdout:osd.6 smithi113 running (32m) 2m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 823d9af2b3b8 2023-12-21T05:37:30.354 INFO:teuthology.orchestra.run.smithi064.stdout:osd.7 smithi113 running (32m) 2m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 acd4caf812ae 2023-12-21T05:37:30.497 INFO:teuthology.orchestra.run.smithi064.stdout: 5 117583 15.60 MB/sec execute 27 sec latency 20.094 ms 2023-12-21T05:37:30.815 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:37:30.816 INFO:teuthology.orchestra.run.smithi064.stdout: "mon": { 2023-12-21T05:37:30.816 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:37:30.816 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:37:30.816 INFO:teuthology.orchestra.run.smithi064.stdout: "mgr": { 2023-12-21T05:37:30.816 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:37:30.816 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:37:30.816 INFO:teuthology.orchestra.run.smithi064.stdout: "osd": { 2023-12-21T05:37:30.816 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-21T05:37:30.816 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:37:30.817 INFO:teuthology.orchestra.run.smithi064.stdout: "mds": { 2023-12-21T05:37:30.817 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:37:30.817 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:37:30.817 INFO:teuthology.orchestra.run.smithi064.stdout: "overall": { 2023-12-21T05:37:30.817 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-12-21T05:37:30.817 INFO:teuthology.orchestra.run.smithi064.stdout: } 2023-12-21T05:37:30.817 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:37:31.223 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:37:31.223 INFO:teuthology.orchestra.run.smithi064.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-21T05:37:31.223 INFO:teuthology.orchestra.run.smithi064.stdout: "in_progress": true, 2023-12-21T05:37:31.223 INFO:teuthology.orchestra.run.smithi064.stdout: "services_complete": [], 2023-12-21T05:37:31.223 INFO:teuthology.orchestra.run.smithi064.stdout: "message": "" 2023-12-21T05:37:31.223 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:37:31.497 INFO:teuthology.orchestra.run.smithi064.stdout: 5 118131 15.24 MB/sec execute 28 sec latency 32.295 ms 2023-12-21T05:37:32.497 INFO:teuthology.orchestra.run.smithi064.stdout: 5 118599 15.13 MB/sec execute 29 sec latency 27.971 ms 2023-12-21T05:37:33.497 INFO:teuthology.orchestra.run.smithi064.stdout: 5 119040 15.22 MB/sec execute 30 sec latency 42.128 ms 2023-12-21T05:37:34.497 INFO:teuthology.orchestra.run.smithi064.stdout: 5 119525 14.84 MB/sec execute 31 sec latency 37.462 ms 2023-12-21T05:37:35.497 INFO:teuthology.orchestra.run.smithi064.stdout: 5 119830 14.56 MB/sec execute 32 sec latency 35.371 ms 2023-12-21T05:37:36.497 INFO:teuthology.orchestra.run.smithi064.stdout: 5 120296 14.74 MB/sec execute 33 sec latency 51.593 ms 2023-12-21T05:37:37.498 INFO:teuthology.orchestra.run.smithi064.stdout: 5 120806 14.81 MB/sec execute 34 sec latency 38.655 ms 2023-12-21T05:37:38.497 INFO:teuthology.orchestra.run.smithi064.stdout: 5 121189 14.80 MB/sec execute 35 sec latency 43.486 ms 2023-12-21T05:37:39.498 INFO:teuthology.orchestra.run.smithi064.stdout: 5 121607 14.49 MB/sec execute 36 sec latency 38.226 ms 2023-12-21T05:37:40.498 INFO:teuthology.orchestra.run.smithi064.stdout: 5 121969 14.31 MB/sec execute 37 sec latency 52.137 ms 2023-12-21T05:37:41.499 INFO:teuthology.orchestra.run.smithi064.stdout: 5 122410 14.36 MB/sec execute 38 sec latency 38.190 ms 2023-12-21T05:37:42.499 INFO:teuthology.orchestra.run.smithi064.stdout: 5 122918 14.22 MB/sec execute 39 sec latency 47.160 ms 2023-12-21T05:37:43.499 INFO:teuthology.orchestra.run.smithi064.stdout: 5 123362 14.04 MB/sec execute 40 sec latency 44.537 ms 2023-12-21T05:37:44.499 INFO:teuthology.orchestra.run.smithi064.stdout: 5 123968 14.27 MB/sec execute 41 sec latency 33.188 ms 2023-12-21T05:37:45.499 INFO:teuthology.orchestra.run.smithi064.stdout: 5 124626 14.52 MB/sec execute 42 sec latency 30.262 ms 2023-12-21T05:37:46.499 INFO:teuthology.orchestra.run.smithi064.stdout: 5 125397 14.48 MB/sec execute 43 sec latency 27.524 ms 2023-12-21T05:37:47.501 INFO:teuthology.orchestra.run.smithi064.stdout: 5 126150 14.72 MB/sec execute 44 sec latency 23.160 ms 2023-12-21T05:37:48.501 INFO:teuthology.orchestra.run.smithi064.stdout: 5 126907 14.60 MB/sec execute 45 sec latency 30.902 ms 2023-12-21T05:37:49.501 INFO:teuthology.orchestra.run.smithi064.stdout: 5 127463 14.78 MB/sec execute 46 sec latency 21.521 ms 2023-12-21T05:37:50.501 INFO:teuthology.orchestra.run.smithi064.stdout: 5 128112 14.99 MB/sec execute 47 sec latency 25.283 ms 2023-12-21T05:37:51.501 INFO:teuthology.orchestra.run.smithi064.stdout: 5 128530 14.84 MB/sec execute 48 sec latency 68.128 ms 2023-12-21T05:37:52.501 INFO:teuthology.orchestra.run.smithi064.stdout: 5 129539 15.05 MB/sec execute 49 sec latency 22.556 ms 2023-12-21T05:37:53.501 INFO:teuthology.orchestra.run.smithi064.stdout: 5 130505 15.06 MB/sec execute 50 sec latency 32.317 ms 2023-12-21T05:37:54.501 INFO:teuthology.orchestra.run.smithi064.stdout: 5 131166 15.26 MB/sec execute 51 sec latency 21.257 ms 2023-12-21T05:37:55.501 INFO:teuthology.orchestra.run.smithi064.stdout: 5 131762 15.40 MB/sec execute 52 sec latency 29.078 ms 2023-12-21T05:37:56.501 INFO:teuthology.orchestra.run.smithi064.stdout: 5 132066 15.24 MB/sec execute 53 sec latency 30.915 ms 2023-12-21T05:37:57.502 INFO:teuthology.orchestra.run.smithi064.stdout: 5 132875 15.30 MB/sec execute 54 sec latency 29.525 ms 2023-12-21T05:37:58.501 INFO:teuthology.orchestra.run.smithi064.stdout: 5 133546 15.30 MB/sec execute 55 sec latency 33.958 ms 2023-12-21T05:37:59.501 INFO:teuthology.orchestra.run.smithi064.stdout: 5 134028 15.15 MB/sec execute 56 sec latency 37.100 ms 2023-12-21T05:38:00.501 INFO:teuthology.orchestra.run.smithi064.stdout: 5 134291 15.02 MB/sec execute 57 sec latency 33.716 ms 2023-12-21T05:38:01.501 INFO:teuthology.orchestra.run.smithi064.stdout: 5 134813 15.15 MB/sec execute 58 sec latency 61.600 ms 2023-12-21T05:38:01.613 INFO:teuthology.orchestra.run.smithi064.stdout:true 2023-12-21T05:38:02.401 INFO:teuthology.orchestra.run.smithi064.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-21T05:38:02.401 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi064 smithi064 running (37m) 2m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c326cb2af19 2023-12-21T05:38:02.402 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi113 smithi113 running (37m) 2m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 911a3f980b79 2023-12-21T05:38:02.402 INFO:teuthology.orchestra.run.smithi064.stdout:grafana.smithi064 smithi064 running (37m) 2m ago 37m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 5bc3dda26095 2023-12-21T05:38:02.402 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi064.hkbxiz smithi064 running (23m) 2m ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45924113daed 2023-12-21T05:38:02.402 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi113.mezlgb smithi113 running (23m) 2m ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad18dbb81c1c 2023-12-21T05:38:02.402 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi064.skpyci smithi064 running (43m) 2m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ffcccc7cf5aa 2023-12-21T05:38:02.402 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi113.fmrekm smithi113 running (37m) 2m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c5fc20428c6 2023-12-21T05:38:02.402 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi064 smithi064 running (43m) 2m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 85ec4a095c6c 2023-12-21T05:38:02.402 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi113 smithi113 running (42m) 2m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 72900f74bd8b 2023-12-21T05:38:02.402 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi064 smithi064 running (3m) 2m ago 3m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 ed8b18ac76c5 2023-12-21T05:38:02.402 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi113 smithi113 running (3m) 2m ago 3m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 940f83959b00 2023-12-21T05:38:02.403 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi064 smithi064 error 2m ago 15m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:38:02.403 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi113 smithi113 unknown 2m ago 13m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:38:02.403 INFO:teuthology.orchestra.run.smithi064.stdout:osd.0 smithi064 running (37m) 2m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b928406f651 2023-12-21T05:38:02.403 INFO:teuthology.orchestra.run.smithi064.stdout:osd.1 smithi064 running (35m) 2m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f54cca1e2701 2023-12-21T05:38:02.403 INFO:teuthology.orchestra.run.smithi064.stdout:osd.2 smithi064 running (35m) 2m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4f16804909d1 2023-12-21T05:38:02.403 INFO:teuthology.orchestra.run.smithi064.stdout:osd.3 smithi064 running (34m) 2m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ff7c21f150f 2023-12-21T05:38:02.403 INFO:teuthology.orchestra.run.smithi064.stdout:osd.4 smithi113 running (33m) 2m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a87e3f46224a 2023-12-21T05:38:02.403 INFO:teuthology.orchestra.run.smithi064.stdout:osd.5 smithi113 running (33m) 2m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b44b7d91554b 2023-12-21T05:38:02.403 INFO:teuthology.orchestra.run.smithi064.stdout:osd.6 smithi113 running (32m) 2m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 823d9af2b3b8 2023-12-21T05:38:02.403 INFO:teuthology.orchestra.run.smithi064.stdout:osd.7 smithi113 running (32m) 2m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 acd4caf812ae 2023-12-21T05:38:02.501 INFO:teuthology.orchestra.run.smithi064.stdout: 5 135606 15.31 MB/sec execute 59 sec latency 22.441 ms 2023-12-21T05:38:02.818 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:38:02.818 INFO:teuthology.orchestra.run.smithi064.stdout: "mon": { 2023-12-21T05:38:02.818 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:38:02.818 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:38:02.818 INFO:teuthology.orchestra.run.smithi064.stdout: "mgr": { 2023-12-21T05:38:02.818 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:38:02.819 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:38:02.819 INFO:teuthology.orchestra.run.smithi064.stdout: "osd": { 2023-12-21T05:38:02.819 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-21T05:38:02.819 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:38:02.819 INFO:teuthology.orchestra.run.smithi064.stdout: "mds": { 2023-12-21T05:38:02.819 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:38:02.819 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:38:02.819 INFO:teuthology.orchestra.run.smithi064.stdout: "overall": { 2023-12-21T05:38:02.819 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-12-21T05:38:02.819 INFO:teuthology.orchestra.run.smithi064.stdout: } 2023-12-21T05:38:02.819 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:38:03.119 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:38:03.120 INFO:teuthology.orchestra.run.smithi064.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-21T05:38:03.120 INFO:teuthology.orchestra.run.smithi064.stdout: "in_progress": true, 2023-12-21T05:38:03.120 INFO:teuthology.orchestra.run.smithi064.stdout: "services_complete": [], 2023-12-21T05:38:03.120 INFO:teuthology.orchestra.run.smithi064.stdout: "message": "" 2023-12-21T05:38:03.120 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:38:03.501 INFO:teuthology.orchestra.run.smithi064.stdout: 5 136028 15.18 MB/sec execute 60 sec latency 35.982 ms 2023-12-21T05:38:04.501 INFO:teuthology.orchestra.run.smithi064.stdout: 5 136319 15.04 MB/sec execute 61 sec latency 34.012 ms 2023-12-21T05:38:05.502 INFO:teuthology.orchestra.run.smithi064.stdout: 5 136679 15.04 MB/sec execute 62 sec latency 49.228 ms 2023-12-21T05:38:06.502 INFO:teuthology.orchestra.run.smithi064.stdout: 5 137044 14.87 MB/sec execute 63 sec latency 66.992 ms 2023-12-21T05:38:07.502 INFO:teuthology.orchestra.run.smithi064.stdout: 5 137478 14.72 MB/sec execute 64 sec latency 46.295 ms 2023-12-21T05:38:08.503 INFO:teuthology.orchestra.run.smithi064.stdout: 5 137698 14.56 MB/sec execute 65 sec latency 47.780 ms 2023-12-21T05:38:09.502 INFO:teuthology.orchestra.run.smithi064.stdout: 5 138085 14.64 MB/sec execute 66 sec latency 46.534 ms 2023-12-21T05:38:10.502 INFO:teuthology.orchestra.run.smithi064.stdout: 5 138517 14.60 MB/sec execute 67 sec latency 38.570 ms 2023-12-21T05:38:11.502 INFO:teuthology.orchestra.run.smithi064.stdout: 5 138889 14.60 MB/sec execute 68 sec latency 62.556 ms 2023-12-21T05:38:12.502 INFO:teuthology.orchestra.run.smithi064.stdout: 5 139118 14.47 MB/sec execute 69 sec latency 34.395 ms 2023-12-21T05:38:13.502 INFO:teuthology.orchestra.run.smithi064.stdout: 5 139581 14.37 MB/sec execute 70 sec latency 41.488 ms 2023-12-21T05:38:14.502 INFO:teuthology.orchestra.run.smithi064.stdout: 5 140035 14.34 MB/sec execute 71 sec latency 35.650 ms 2023-12-21T05:38:15.502 INFO:teuthology.orchestra.run.smithi064.stdout: 5 140442 14.33 MB/sec execute 72 sec latency 91.421 ms 2023-12-21T05:38:16.502 INFO:teuthology.orchestra.run.smithi064.stdout: 5 140919 14.17 MB/sec execute 73 sec latency 60.283 ms 2023-12-21T05:38:17.502 INFO:teuthology.orchestra.run.smithi064.stdout: 5 141185 14.06 MB/sec execute 74 sec latency 68.657 ms 2023-12-21T05:38:18.502 INFO:teuthology.orchestra.run.smithi064.stdout: 5 141522 14.07 MB/sec execute 75 sec latency 42.281 ms 2023-12-21T05:38:19.502 INFO:teuthology.orchestra.run.smithi064.stdout: 5 141967 14.11 MB/sec execute 76 sec latency 41.462 ms 2023-12-21T05:38:20.502 INFO:teuthology.orchestra.run.smithi064.stdout: 5 142503 14.17 MB/sec execute 77 sec latency 38.059 ms 2023-12-21T05:38:21.502 INFO:teuthology.orchestra.run.smithi064.stdout: 5 142753 14.04 MB/sec execute 78 sec latency 64.449 ms 2023-12-21T05:38:22.502 INFO:teuthology.orchestra.run.smithi064.stdout: 5 143328 13.99 MB/sec execute 79 sec latency 32.696 ms 2023-12-21T05:38:23.502 INFO:teuthology.orchestra.run.smithi064.stdout: 5 143794 14.05 MB/sec execute 80 sec latency 39.519 ms 2023-12-21T05:38:24.503 INFO:teuthology.orchestra.run.smithi064.stdout: 5 144104 13.93 MB/sec execute 81 sec latency 71.030 ms 2023-12-21T05:38:25.503 INFO:teuthology.orchestra.run.smithi064.stdout: 5 144494 13.79 MB/sec execute 82 sec latency 65.641 ms 2023-12-21T05:38:26.502 INFO:teuthology.orchestra.run.smithi064.stdout: 5 144707 13.68 MB/sec execute 83 sec latency 36.734 ms 2023-12-21T05:38:27.503 INFO:teuthology.orchestra.run.smithi064.stdout: 5 144974 13.67 MB/sec execute 84 sec latency 45.776 ms 2023-12-21T05:38:28.502 INFO:teuthology.orchestra.run.smithi064.stdout: 5 145448 13.71 MB/sec execute 85 sec latency 32.800 ms 2023-12-21T05:38:29.503 INFO:teuthology.orchestra.run.smithi064.stdout: 5 146028 13.79 MB/sec execute 86 sec latency 29.126 ms 2023-12-21T05:38:30.503 INFO:teuthology.orchestra.run.smithi064.stdout: 5 146389 13.73 MB/sec execute 87 sec latency 37.597 ms 2023-12-21T05:38:31.503 INFO:teuthology.orchestra.run.smithi064.stdout: 5 146754 13.62 MB/sec execute 88 sec latency 72.852 ms 2023-12-21T05:38:32.503 INFO:teuthology.orchestra.run.smithi064.stdout: 5 147058 13.57 MB/sec execute 89 sec latency 38.051 ms 2023-12-21T05:38:33.502 INFO:teuthology.orchestra.run.smithi064.stdout: 5 147414 13.55 MB/sec execute 90 sec latency 64.328 ms 2023-12-21T05:38:33.519 INFO:teuthology.orchestra.run.smithi064.stdout:true 2023-12-21T05:38:34.263 INFO:teuthology.orchestra.run.smithi064.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-21T05:38:34.264 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi064 smithi064 running (38m) 3m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c326cb2af19 2023-12-21T05:38:34.264 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi113 smithi113 running (38m) 3m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 911a3f980b79 2023-12-21T05:38:34.264 INFO:teuthology.orchestra.run.smithi064.stdout:grafana.smithi064 smithi064 running (38m) 3m ago 38m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 5bc3dda26095 2023-12-21T05:38:34.264 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi064.hkbxiz smithi064 running (23m) 3m ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45924113daed 2023-12-21T05:38:34.264 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi113.mezlgb smithi113 running (23m) 3m ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad18dbb81c1c 2023-12-21T05:38:34.264 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi064.skpyci smithi064 running (44m) 3m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ffcccc7cf5aa 2023-12-21T05:38:34.264 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi113.fmrekm smithi113 running (37m) 3m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c5fc20428c6 2023-12-21T05:38:34.264 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi064 smithi064 running (44m) 3m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 85ec4a095c6c 2023-12-21T05:38:34.264 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi113 smithi113 running (42m) 3m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 72900f74bd8b 2023-12-21T05:38:34.264 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi064 smithi064 running (3m) 3m ago 3m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 ed8b18ac76c5 2023-12-21T05:38:34.265 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi113 smithi113 running (3m) 3m ago 3m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 940f83959b00 2023-12-21T05:38:34.265 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi064 smithi064 error 3m ago 16m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:38:34.265 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi113 smithi113 unknown 3m ago 14m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:38:34.265 INFO:teuthology.orchestra.run.smithi064.stdout:osd.0 smithi064 running (38m) 3m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b928406f651 2023-12-21T05:38:34.265 INFO:teuthology.orchestra.run.smithi064.stdout:osd.1 smithi064 running (35m) 3m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f54cca1e2701 2023-12-21T05:38:34.265 INFO:teuthology.orchestra.run.smithi064.stdout:osd.2 smithi064 running (35m) 3m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4f16804909d1 2023-12-21T05:38:34.265 INFO:teuthology.orchestra.run.smithi064.stdout:osd.3 smithi064 running (35m) 3m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ff7c21f150f 2023-12-21T05:38:34.265 INFO:teuthology.orchestra.run.smithi064.stdout:osd.4 smithi113 running (33m) 3m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a87e3f46224a 2023-12-21T05:38:34.265 INFO:teuthology.orchestra.run.smithi064.stdout:osd.5 smithi113 running (33m) 3m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b44b7d91554b 2023-12-21T05:38:34.265 INFO:teuthology.orchestra.run.smithi064.stdout:osd.6 smithi113 running (33m) 3m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 823d9af2b3b8 2023-12-21T05:38:34.266 INFO:teuthology.orchestra.run.smithi064.stdout:osd.7 smithi113 running (33m) 3m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 acd4caf812ae 2023-12-21T05:38:34.503 INFO:teuthology.orchestra.run.smithi064.stdout: 5 147840 13.46 MB/sec execute 91 sec latency 67.795 ms 2023-12-21T05:38:34.689 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:38:34.690 INFO:teuthology.orchestra.run.smithi064.stdout: "mon": { 2023-12-21T05:38:34.690 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:38:34.690 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:38:34.690 INFO:teuthology.orchestra.run.smithi064.stdout: "mgr": { 2023-12-21T05:38:34.690 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:38:34.690 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:38:34.690 INFO:teuthology.orchestra.run.smithi064.stdout: "osd": { 2023-12-21T05:38:34.690 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-21T05:38:34.690 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:38:34.691 INFO:teuthology.orchestra.run.smithi064.stdout: "mds": { 2023-12-21T05:38:34.691 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:38:34.691 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:38:34.691 INFO:teuthology.orchestra.run.smithi064.stdout: "overall": { 2023-12-21T05:38:34.691 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-12-21T05:38:34.691 INFO:teuthology.orchestra.run.smithi064.stdout: } 2023-12-21T05:38:34.691 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:38:35.080 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:38:35.081 INFO:teuthology.orchestra.run.smithi064.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-21T05:38:35.081 INFO:teuthology.orchestra.run.smithi064.stdout: "in_progress": true, 2023-12-21T05:38:35.081 INFO:teuthology.orchestra.run.smithi064.stdout: "services_complete": [], 2023-12-21T05:38:35.081 INFO:teuthology.orchestra.run.smithi064.stdout: "message": "" 2023-12-21T05:38:35.081 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:38:35.503 INFO:teuthology.orchestra.run.smithi064.stdout: 5 148250 13.38 MB/sec execute 92 sec latency 45.284 ms 2023-12-21T05:38:36.503 INFO:teuthology.orchestra.run.smithi064.stdout: 5 148622 13.41 MB/sec execute 93 sec latency 34.588 ms 2023-12-21T05:38:37.504 INFO:teuthology.orchestra.run.smithi064.stdout: 5 149498 13.58 MB/sec execute 94 sec latency 40.984 ms 2023-12-21T05:38:38.504 INFO:teuthology.orchestra.run.smithi064.stdout: 5 150165 13.61 MB/sec execute 95 sec latency 22.080 ms 2023-12-21T05:38:39.504 INFO:teuthology.orchestra.run.smithi064.stdout: 5 150923 13.70 MB/sec execute 96 sec latency 29.948 ms 2023-12-21T05:38:40.504 INFO:teuthology.orchestra.run.smithi064.stdout: 5 151835 13.68 MB/sec execute 97 sec latency 23.255 ms 2023-12-21T05:38:41.504 INFO:teuthology.orchestra.run.smithi064.stdout: 5 152740 13.90 MB/sec execute 98 sec latency 21.529 ms 2023-12-21T05:38:42.504 INFO:teuthology.orchestra.run.smithi064.stdout: 5 153487 14.00 MB/sec execute 99 sec latency 23.258 ms 2023-12-21T05:38:43.504 INFO:teuthology.orchestra.run.smithi064.stdout: 5 154191 14.00 MB/sec execute 100 sec latency 37.727 ms 2023-12-21T05:38:44.504 INFO:teuthology.orchestra.run.smithi064.stdout: 5 155009 14.02 MB/sec execute 101 sec latency 43.000 ms 2023-12-21T05:38:45.504 INFO:teuthology.orchestra.run.smithi064.stdout: 5 155521 13.99 MB/sec execute 102 sec latency 51.237 ms 2023-12-21T05:38:46.504 INFO:teuthology.orchestra.run.smithi064.stdout: 5 156199 14.12 MB/sec execute 103 sec latency 22.296 ms 2023-12-21T05:38:47.504 INFO:teuthology.orchestra.run.smithi064.stdout: 5 156920 14.24 MB/sec execute 104 sec latency 23.717 ms 2023-12-21T05:38:48.504 INFO:teuthology.orchestra.run.smithi064.stdout: 5 157477 14.19 MB/sec execute 105 sec latency 27.202 ms 2023-12-21T05:38:49.504 INFO:teuthology.orchestra.run.smithi064.stdout: 5 157743 14.11 MB/sec execute 106 sec latency 48.345 ms 2023-12-21T05:38:50.504 INFO:teuthology.orchestra.run.smithi064.stdout: 5 158088 14.08 MB/sec execute 107 sec latency 57.749 ms 2023-12-21T05:38:51.504 INFO:teuthology.orchestra.run.smithi064.stdout: 5 158614 14.01 MB/sec execute 108 sec latency 54.824 ms 2023-12-21T05:38:52.504 INFO:teuthology.orchestra.run.smithi064.stdout: 5 159258 14.07 MB/sec execute 109 sec latency 34.401 ms 2023-12-21T05:38:53.504 INFO:teuthology.orchestra.run.smithi064.stdout: 5 160009 14.19 MB/sec execute 110 sec latency 27.492 ms 2023-12-21T05:38:54.504 INFO:teuthology.orchestra.run.smithi064.stdout: 5 160497 14.20 MB/sec execute 111 sec latency 25.193 ms 2023-12-21T05:38:55.504 INFO:teuthology.orchestra.run.smithi064.stdout: 5 161023 14.15 MB/sec execute 112 sec latency 47.257 ms 2023-12-21T05:38:56.504 INFO:teuthology.orchestra.run.smithi064.stdout: 5 161460 14.15 MB/sec execute 113 sec latency 35.704 ms 2023-12-21T05:38:57.504 INFO:teuthology.orchestra.run.smithi064.stdout: 5 162114 14.10 MB/sec execute 114 sec latency 41.456 ms 2023-12-21T05:38:58.505 INFO:teuthology.orchestra.run.smithi064.stdout: 5 162477 14.04 MB/sec execute 115 sec latency 39.914 ms 2023-12-21T05:38:59.505 INFO:teuthology.orchestra.run.smithi064.stdout: 5 162915 14.09 MB/sec execute 116 sec latency 38.573 ms 2023-12-21T05:39:00.505 INFO:teuthology.orchestra.run.smithi064.stdout: 5 163468 14.12 MB/sec execute 117 sec latency 36.250 ms 2023-12-21T05:39:01.505 INFO:teuthology.orchestra.run.smithi064.stdout: 5 164104 14.18 MB/sec execute 118 sec latency 62.507 ms 2023-12-21T05:39:02.505 INFO:teuthology.orchestra.run.smithi064.stdout: 5 164704 14.16 MB/sec execute 119 sec latency 49.217 ms 2023-12-21T05:39:03.505 INFO:teuthology.orchestra.run.smithi064.stdout: 5 165237 14.15 MB/sec execute 120 sec latency 34.600 ms 2023-12-21T05:39:04.505 INFO:teuthology.orchestra.run.smithi064.stdout: 5 165879 14.11 MB/sec execute 121 sec latency 29.607 ms 2023-12-21T05:39:05.488 INFO:teuthology.orchestra.run.smithi064.stdout:true 2023-12-21T05:39:05.505 INFO:teuthology.orchestra.run.smithi064.stdout: 5 166348 14.13 MB/sec execute 122 sec latency 25.470 ms 2023-12-21T05:39:06.280 INFO:teuthology.orchestra.run.smithi064.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-21T05:39:06.280 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi064 smithi064 running (38m) 3m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c326cb2af19 2023-12-21T05:39:06.280 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi113 smithi113 running (38m) 3m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 911a3f980b79 2023-12-21T05:39:06.280 INFO:teuthology.orchestra.run.smithi064.stdout:grafana.smithi064 smithi064 running (38m) 3m ago 38m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 5bc3dda26095 2023-12-21T05:39:06.281 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi064.hkbxiz smithi064 running (24m) 3m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45924113daed 2023-12-21T05:39:06.281 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi113.mezlgb smithi113 running (24m) 3m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad18dbb81c1c 2023-12-21T05:39:06.281 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi064.skpyci smithi064 running (44m) 3m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ffcccc7cf5aa 2023-12-21T05:39:06.281 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi113.fmrekm smithi113 running (38m) 3m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c5fc20428c6 2023-12-21T05:39:06.281 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi064 smithi064 running (44m) 3m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 85ec4a095c6c 2023-12-21T05:39:06.281 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi113 smithi113 running (43m) 3m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 72900f74bd8b 2023-12-21T05:39:06.281 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi064 smithi064 running (4m) 3m ago 4m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 ed8b18ac76c5 2023-12-21T05:39:06.281 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi113 smithi113 running (4m) 3m ago 4m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 940f83959b00 2023-12-21T05:39:06.282 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi064 smithi064 error 3m ago 16m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:39:06.282 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi113 smithi113 unknown 3m ago 14m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:39:06.282 INFO:teuthology.orchestra.run.smithi064.stdout:osd.0 smithi064 running (38m) 3m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b928406f651 2023-12-21T05:39:06.282 INFO:teuthology.orchestra.run.smithi064.stdout:osd.1 smithi064 running (36m) 3m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f54cca1e2701 2023-12-21T05:39:06.282 INFO:teuthology.orchestra.run.smithi064.stdout:osd.2 smithi064 running (36m) 3m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4f16804909d1 2023-12-21T05:39:06.282 INFO:teuthology.orchestra.run.smithi064.stdout:osd.3 smithi064 running (36m) 3m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ff7c21f150f 2023-12-21T05:39:06.282 INFO:teuthology.orchestra.run.smithi064.stdout:osd.4 smithi113 running (34m) 3m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a87e3f46224a 2023-12-21T05:39:06.282 INFO:teuthology.orchestra.run.smithi064.stdout:osd.5 smithi113 running (34m) 3m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b44b7d91554b 2023-12-21T05:39:06.282 INFO:teuthology.orchestra.run.smithi064.stdout:osd.6 smithi113 running (33m) 3m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 823d9af2b3b8 2023-12-21T05:39:06.282 INFO:teuthology.orchestra.run.smithi064.stdout:osd.7 smithi113 running (33m) 3m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 acd4caf812ae 2023-12-21T05:39:06.505 INFO:teuthology.orchestra.run.smithi064.stdout: 5 166847 14.15 MB/sec execute 123 sec latency 34.197 ms 2023-12-21T05:39:06.720 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:39:06.720 INFO:teuthology.orchestra.run.smithi064.stdout: "mon": { 2023-12-21T05:39:06.720 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:39:06.720 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:39:06.720 INFO:teuthology.orchestra.run.smithi064.stdout: "mgr": { 2023-12-21T05:39:06.720 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:39:06.720 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:39:06.720 INFO:teuthology.orchestra.run.smithi064.stdout: "osd": { 2023-12-21T05:39:06.721 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-21T05:39:06.721 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:39:06.721 INFO:teuthology.orchestra.run.smithi064.stdout: "mds": { 2023-12-21T05:39:06.721 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:39:06.721 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:39:06.721 INFO:teuthology.orchestra.run.smithi064.stdout: "overall": { 2023-12-21T05:39:06.721 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-12-21T05:39:06.721 INFO:teuthology.orchestra.run.smithi064.stdout: } 2023-12-21T05:39:06.721 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:39:07.102 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:39:07.102 INFO:teuthology.orchestra.run.smithi064.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-21T05:39:07.102 INFO:teuthology.orchestra.run.smithi064.stdout: "in_progress": true, 2023-12-21T05:39:07.102 INFO:teuthology.orchestra.run.smithi064.stdout: "services_complete": [], 2023-12-21T05:39:07.102 INFO:teuthology.orchestra.run.smithi064.stdout: "message": "" 2023-12-21T05:39:07.102 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:39:07.505 INFO:teuthology.orchestra.run.smithi064.stdout: 5 167427 14.21 MB/sec execute 124 sec latency 29.319 ms 2023-12-21T05:39:08.505 INFO:teuthology.orchestra.run.smithi064.stdout: 5 168052 14.21 MB/sec execute 125 sec latency 30.042 ms 2023-12-21T05:39:09.505 INFO:teuthology.orchestra.run.smithi064.stdout: 5 168389 14.15 MB/sec execute 126 sec latency 38.318 ms 2023-12-21T05:39:10.505 INFO:teuthology.orchestra.run.smithi064.stdout: 5 168855 14.13 MB/sec execute 127 sec latency 33.961 ms 2023-12-21T05:39:11.505 INFO:teuthology.orchestra.run.smithi064.stdout: 5 169499 14.10 MB/sec execute 128 sec latency 40.963 ms 2023-12-21T05:39:12.505 INFO:teuthology.orchestra.run.smithi064.stdout: 5 170225 14.18 MB/sec execute 129 sec latency 26.121 ms 2023-12-21T05:39:13.505 INFO:teuthology.orchestra.run.smithi064.stdout: 5 170950 14.29 MB/sec execute 130 sec latency 36.878 ms 2023-12-21T05:39:14.506 INFO:teuthology.orchestra.run.smithi064.stdout: 5 171594 14.29 MB/sec execute 131 sec latency 37.114 ms 2023-12-21T05:39:15.505 INFO:teuthology.orchestra.run.smithi064.stdout: 5 172029 14.25 MB/sec execute 132 sec latency 56.484 ms 2023-12-21T05:39:16.506 INFO:teuthology.orchestra.run.smithi064.stdout: 5 172692 14.24 MB/sec execute 133 sec latency 31.270 ms 2023-12-21T05:39:17.506 INFO:teuthology.orchestra.run.smithi064.stdout: 5 173124 14.19 MB/sec execute 134 sec latency 25.924 ms 2023-12-21T05:39:18.507 INFO:teuthology.orchestra.run.smithi064.stdout: 5 173565 14.22 MB/sec execute 135 sec latency 33.041 ms 2023-12-21T05:39:19.505 INFO:teuthology.orchestra.run.smithi064.stdout: 5 174056 14.23 MB/sec execute 136 sec latency 49.816 ms 2023-12-21T05:39:20.505 INFO:teuthology.orchestra.run.smithi064.stdout: 5 174375 14.22 MB/sec execute 137 sec latency 46.215 ms 2023-12-21T05:39:21.505 INFO:teuthology.orchestra.run.smithi064.stdout: 5 174630 14.19 MB/sec execute 138 sec latency 120.542 ms 2023-12-21T05:39:22.505 INFO:teuthology.orchestra.run.smithi064.stdout: 5 174884 14.12 MB/sec execute 139 sec latency 58.708 ms 2023-12-21T05:39:23.506 INFO:teuthology.orchestra.run.smithi064.stdout: 5 175240 14.06 MB/sec execute 140 sec latency 68.938 ms 2023-12-21T05:39:24.506 INFO:teuthology.orchestra.run.smithi064.stdout: 5 175850 14.08 MB/sec execute 141 sec latency 47.603 ms 2023-12-21T05:39:25.506 INFO:teuthology.orchestra.run.smithi064.stdout: 5 176649 14.06 MB/sec execute 142 sec latency 28.886 ms 2023-12-21T05:39:26.506 INFO:teuthology.orchestra.run.smithi064.stdout: 5 177666 14.24 MB/sec execute 143 sec latency 26.936 ms 2023-12-21T05:39:27.506 INFO:teuthology.orchestra.run.smithi064.stdout: 5 178248 14.27 MB/sec execute 144 sec latency 29.118 ms 2023-12-21T05:39:28.506 INFO:teuthology.orchestra.run.smithi064.stdout: 5 178755 14.24 MB/sec execute 145 sec latency 35.905 ms 2023-12-21T05:39:29.506 INFO:teuthology.orchestra.run.smithi064.stdout: 5 179068 14.19 MB/sec execute 146 sec latency 62.004 ms 2023-12-21T05:39:30.506 INFO:teuthology.orchestra.run.smithi064.stdout: 5 179450 14.15 MB/sec execute 147 sec latency 46.933 ms 2023-12-21T05:39:31.506 INFO:teuthology.orchestra.run.smithi064.stdout: 5 179841 14.10 MB/sec execute 148 sec latency 49.782 ms 2023-12-21T05:39:32.506 INFO:teuthology.orchestra.run.smithi064.stdout: 5 180164 14.04 MB/sec execute 149 sec latency 41.705 ms 2023-12-21T05:39:33.506 INFO:teuthology.orchestra.run.smithi064.stdout: 5 180556 14.05 MB/sec execute 150 sec latency 45.554 ms 2023-12-21T05:39:34.506 INFO:teuthology.orchestra.run.smithi064.stdout: 5 180975 14.03 MB/sec execute 151 sec latency 37.051 ms 2023-12-21T05:39:35.506 INFO:teuthology.orchestra.run.smithi064.stdout: 5 181326 14.03 MB/sec execute 152 sec latency 42.733 ms 2023-12-21T05:39:36.506 INFO:teuthology.orchestra.run.smithi064.stdout: 5 181627 14.02 MB/sec execute 153 sec latency 46.721 ms 2023-12-21T05:39:37.458 INFO:teuthology.orchestra.run.smithi064.stdout:true 2023-12-21T05:39:37.506 INFO:teuthology.orchestra.run.smithi064.stdout: 5 181900 13.98 MB/sec execute 154 sec latency 58.015 ms 2023-12-21T05:39:38.105 INFO:teuthology.orchestra.run.smithi064.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-21T05:39:38.105 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi064 smithi064 running (39m) 4m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c326cb2af19 2023-12-21T05:39:38.105 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi113 smithi113 running (39m) 4m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 911a3f980b79 2023-12-21T05:39:38.105 INFO:teuthology.orchestra.run.smithi064.stdout:grafana.smithi064 smithi064 running (39m) 4m ago 39m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 5bc3dda26095 2023-12-21T05:39:38.105 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi064.hkbxiz smithi064 running (25m) 4m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45924113daed 2023-12-21T05:39:38.106 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi113.mezlgb smithi113 running (25m) 4m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad18dbb81c1c 2023-12-21T05:39:38.106 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi064.skpyci smithi064 running (45m) 4m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ffcccc7cf5aa 2023-12-21T05:39:38.106 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi113.fmrekm smithi113 running (39m) 4m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c5fc20428c6 2023-12-21T05:39:38.106 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi064 smithi064 running (45m) 4m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 85ec4a095c6c 2023-12-21T05:39:38.106 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi113 smithi113 running (44m) 4m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 72900f74bd8b 2023-12-21T05:39:38.106 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi064 smithi064 running (4m) 4m ago 4m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 ed8b18ac76c5 2023-12-21T05:39:38.106 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi113 smithi113 running (4m) 4m ago 4m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 940f83959b00 2023-12-21T05:39:38.106 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi064 smithi064 error 4m ago 17m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:39:38.106 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi113 smithi113 unknown 4m ago 15m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:39:38.106 INFO:teuthology.orchestra.run.smithi064.stdout:osd.0 smithi064 running (39m) 4m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b928406f651 2023-12-21T05:39:38.106 INFO:teuthology.orchestra.run.smithi064.stdout:osd.1 smithi064 running (36m) 4m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f54cca1e2701 2023-12-21T05:39:38.106 INFO:teuthology.orchestra.run.smithi064.stdout:osd.2 smithi064 running (36m) 4m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4f16804909d1 2023-12-21T05:39:38.106 INFO:teuthology.orchestra.run.smithi064.stdout:osd.3 smithi064 running (36m) 4m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ff7c21f150f 2023-12-21T05:39:38.106 INFO:teuthology.orchestra.run.smithi064.stdout:osd.4 smithi113 running (34m) 4m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a87e3f46224a 2023-12-21T05:39:38.106 INFO:teuthology.orchestra.run.smithi064.stdout:osd.5 smithi113 running (34m) 4m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b44b7d91554b 2023-12-21T05:39:38.106 INFO:teuthology.orchestra.run.smithi064.stdout:osd.6 smithi113 running (34m) 4m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 823d9af2b3b8 2023-12-21T05:39:38.107 INFO:teuthology.orchestra.run.smithi064.stdout:osd.7 smithi113 running (34m) 4m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 acd4caf812ae 2023-12-21T05:39:38.436 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:39:38.437 INFO:teuthology.orchestra.run.smithi064.stdout: "mon": { 2023-12-21T05:39:38.437 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:39:38.437 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:39:38.437 INFO:teuthology.orchestra.run.smithi064.stdout: "mgr": { 2023-12-21T05:39:38.437 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:39:38.437 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:39:38.437 INFO:teuthology.orchestra.run.smithi064.stdout: "osd": { 2023-12-21T05:39:38.437 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-21T05:39:38.437 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:39:38.437 INFO:teuthology.orchestra.run.smithi064.stdout: "mds": { 2023-12-21T05:39:38.437 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:39:38.437 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:39:38.438 INFO:teuthology.orchestra.run.smithi064.stdout: "overall": { 2023-12-21T05:39:38.438 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-12-21T05:39:38.438 INFO:teuthology.orchestra.run.smithi064.stdout: } 2023-12-21T05:39:38.438 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:39:38.506 INFO:teuthology.orchestra.run.smithi064.stdout: 5 182143 13.92 MB/sec execute 155 sec latency 70.106 ms 2023-12-21T05:39:38.788 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:39:38.788 INFO:teuthology.orchestra.run.smithi064.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-21T05:39:38.788 INFO:teuthology.orchestra.run.smithi064.stdout: "in_progress": true, 2023-12-21T05:39:38.788 INFO:teuthology.orchestra.run.smithi064.stdout: "services_complete": [], 2023-12-21T05:39:38.788 INFO:teuthology.orchestra.run.smithi064.stdout: "message": "" 2023-12-21T05:39:38.789 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:39:39.506 INFO:teuthology.orchestra.run.smithi064.stdout: 5 182419 13.86 MB/sec execute 156 sec latency 60.083 ms 2023-12-21T05:39:40.506 INFO:teuthology.orchestra.run.smithi064.stdout: 5 182762 13.83 MB/sec execute 157 sec latency 38.940 ms 2023-12-21T05:39:41.506 INFO:teuthology.orchestra.run.smithi064.stdout: 5 183181 13.78 MB/sec execute 158 sec latency 49.090 ms 2023-12-21T05:39:42.506 INFO:teuthology.orchestra.run.smithi064.stdout: 5 183544 13.74 MB/sec execute 159 sec latency 35.884 ms 2023-12-21T05:39:43.506 INFO:teuthology.orchestra.run.smithi064.stdout: 5 183798 13.68 MB/sec execute 160 sec latency 63.671 ms 2023-12-21T05:39:44.507 INFO:teuthology.orchestra.run.smithi064.stdout: 5 184119 13.68 MB/sec execute 161 sec latency 63.562 ms 2023-12-21T05:39:45.507 INFO:teuthology.orchestra.run.smithi064.stdout: 5 184475 13.66 MB/sec execute 162 sec latency 41.913 ms 2023-12-21T05:39:46.507 INFO:teuthology.orchestra.run.smithi064.stdout: 5 184805 13.66 MB/sec execute 163 sec latency 59.656 ms 2023-12-21T05:39:47.507 INFO:teuthology.orchestra.run.smithi064.stdout: 5 185168 13.67 MB/sec execute 164 sec latency 43.538 ms 2023-12-21T05:39:48.507 INFO:teuthology.orchestra.run.smithi064.stdout: 5 185530 13.63 MB/sec execute 165 sec latency 35.841 ms 2023-12-21T05:39:49.507 INFO:teuthology.orchestra.run.smithi064.stdout: 5 185810 13.59 MB/sec execute 166 sec latency 46.736 ms 2023-12-21T05:39:50.507 INFO:teuthology.orchestra.run.smithi064.stdout: 5 186071 13.53 MB/sec execute 167 sec latency 44.874 ms 2023-12-21T05:39:51.507 INFO:teuthology.orchestra.run.smithi064.stdout: 5 186343 13.50 MB/sec execute 168 sec latency 77.850 ms 2023-12-21T05:39:52.507 INFO:teuthology.orchestra.run.smithi064.stdout: 5 186736 13.45 MB/sec execute 169 sec latency 56.574 ms 2023-12-21T05:39:53.507 INFO:teuthology.orchestra.run.smithi064.stdout: 5 187094 13.42 MB/sec execute 170 sec latency 44.126 ms 2023-12-21T05:39:54.507 INFO:teuthology.orchestra.run.smithi064.stdout: 5 187472 13.40 MB/sec execute 171 sec latency 39.368 ms 2023-12-21T05:39:55.507 INFO:teuthology.orchestra.run.smithi064.stdout: 5 187857 13.39 MB/sec execute 172 sec latency 46.864 ms 2023-12-21T05:39:56.507 INFO:teuthology.orchestra.run.smithi064.stdout: 5 188262 13.40 MB/sec execute 173 sec latency 44.203 ms 2023-12-21T05:39:57.507 INFO:teuthology.orchestra.run.smithi064.stdout: 5 188778 13.45 MB/sec execute 174 sec latency 39.953 ms 2023-12-21T05:39:58.507 INFO:teuthology.orchestra.run.smithi064.stdout: 5 189326 13.43 MB/sec execute 175 sec latency 28.087 ms 2023-12-21T05:39:59.507 INFO:teuthology.orchestra.run.smithi064.stdout: 5 189760 13.41 MB/sec execute 176 sec latency 32.515 ms 2023-12-21T05:40:00.507 INFO:teuthology.orchestra.run.smithi064.stdout: 5 190328 13.39 MB/sec execute 177 sec latency 33.864 ms 2023-12-21T05:40:01.508 INFO:teuthology.orchestra.run.smithi064.stdout: 5 190908 13.39 MB/sec execute 178 sec latency 45.564 ms 2023-12-21T05:40:02.507 INFO:teuthology.orchestra.run.smithi064.stdout: 5 191536 13.43 MB/sec execute 179 sec latency 26.655 ms 2023-12-21T05:40:03.507 INFO:teuthology.orchestra.run.smithi064.stdout: 5 192105 13.48 MB/sec execute 180 sec latency 35.580 ms 2023-12-21T05:40:04.507 INFO:teuthology.orchestra.run.smithi064.stdout: 5 192577 13.48 MB/sec execute 181 sec latency 44.710 ms 2023-12-21T05:40:05.508 INFO:teuthology.orchestra.run.smithi064.stdout: 5 192961 13.45 MB/sec execute 182 sec latency 48.240 ms 2023-12-21T05:40:06.508 INFO:teuthology.orchestra.run.smithi064.stdout: 5 193373 13.43 MB/sec execute 183 sec latency 36.245 ms 2023-12-21T05:40:07.508 INFO:teuthology.orchestra.run.smithi064.stdout: 5 193857 13.40 MB/sec execute 184 sec latency 46.127 ms 2023-12-21T05:40:08.508 INFO:teuthology.orchestra.run.smithi064.stdout: 5 194616 13.44 MB/sec execute 185 sec latency 27.545 ms 2023-12-21T05:40:09.218 INFO:teuthology.orchestra.run.smithi064.stdout:true 2023-12-21T05:40:09.508 INFO:teuthology.orchestra.run.smithi064.stdout: 5 195344 13.49 MB/sec execute 186 sec latency 34.456 ms 2023-12-21T05:40:10.011 INFO:teuthology.orchestra.run.smithi064.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-21T05:40:10.011 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi064 smithi064 running (39m) 4m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c326cb2af19 2023-12-21T05:40:10.011 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi113 smithi113 running (39m) 4m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 911a3f980b79 2023-12-21T05:40:10.011 INFO:teuthology.orchestra.run.smithi064.stdout:grafana.smithi064 smithi064 running (39m) 4m ago 39m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 5bc3dda26095 2023-12-21T05:40:10.011 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi064.hkbxiz smithi064 running (25m) 4m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45924113daed 2023-12-21T05:40:10.011 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi113.mezlgb smithi113 running (25m) 4m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad18dbb81c1c 2023-12-21T05:40:10.011 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi064.skpyci smithi064 running (45m) 4m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ffcccc7cf5aa 2023-12-21T05:40:10.011 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi113.fmrekm smithi113 running (39m) 4m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c5fc20428c6 2023-12-21T05:40:10.012 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi064 smithi064 running (45m) 4m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 85ec4a095c6c 2023-12-21T05:40:10.012 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi113 smithi113 running (44m) 4m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 72900f74bd8b 2023-12-21T05:40:10.012 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi064 smithi064 running (5m) 4m ago 5m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 ed8b18ac76c5 2023-12-21T05:40:10.012 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi113 smithi113 running (5m) 4m ago 5m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 940f83959b00 2023-12-21T05:40:10.012 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi064 smithi064 error 4m ago 17m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:40:10.012 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi113 smithi113 unknown 4m ago 15m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:40:10.012 INFO:teuthology.orchestra.run.smithi064.stdout:osd.0 smithi064 running (39m) 4m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b928406f651 2023-12-21T05:40:10.012 INFO:teuthology.orchestra.run.smithi064.stdout:osd.1 smithi064 running (37m) 4m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f54cca1e2701 2023-12-21T05:40:10.012 INFO:teuthology.orchestra.run.smithi064.stdout:osd.2 smithi064 running (37m) 4m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4f16804909d1 2023-12-21T05:40:10.012 INFO:teuthology.orchestra.run.smithi064.stdout:osd.3 smithi064 running (37m) 4m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ff7c21f150f 2023-12-21T05:40:10.012 INFO:teuthology.orchestra.run.smithi064.stdout:osd.4 smithi113 running (35m) 4m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a87e3f46224a 2023-12-21T05:40:10.012 INFO:teuthology.orchestra.run.smithi064.stdout:osd.5 smithi113 running (35m) 4m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b44b7d91554b 2023-12-21T05:40:10.012 INFO:teuthology.orchestra.run.smithi064.stdout:osd.6 smithi113 running (35m) 4m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 823d9af2b3b8 2023-12-21T05:40:10.012 INFO:teuthology.orchestra.run.smithi064.stdout:osd.7 smithi113 running (34m) 4m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 acd4caf812ae 2023-12-21T05:40:10.462 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:40:10.462 INFO:teuthology.orchestra.run.smithi064.stdout: "mon": { 2023-12-21T05:40:10.462 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:40:10.462 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:40:10.462 INFO:teuthology.orchestra.run.smithi064.stdout: "mgr": { 2023-12-21T05:40:10.462 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:40:10.463 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:40:10.463 INFO:teuthology.orchestra.run.smithi064.stdout: "osd": { 2023-12-21T05:40:10.463 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-21T05:40:10.463 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:40:10.463 INFO:teuthology.orchestra.run.smithi064.stdout: "mds": { 2023-12-21T05:40:10.463 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:40:10.463 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:40:10.463 INFO:teuthology.orchestra.run.smithi064.stdout: "overall": { 2023-12-21T05:40:10.463 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-12-21T05:40:10.463 INFO:teuthology.orchestra.run.smithi064.stdout: } 2023-12-21T05:40:10.463 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:40:10.508 INFO:teuthology.orchestra.run.smithi064.stdout: 5 196156 13.56 MB/sec execute 187 sec latency 27.119 ms 2023-12-21T05:40:10.892 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:40:10.893 INFO:teuthology.orchestra.run.smithi064.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-21T05:40:10.893 INFO:teuthology.orchestra.run.smithi064.stdout: "in_progress": true, 2023-12-21T05:40:10.893 INFO:teuthology.orchestra.run.smithi064.stdout: "services_complete": [], 2023-12-21T05:40:10.893 INFO:teuthology.orchestra.run.smithi064.stdout: "message": "" 2023-12-21T05:40:10.893 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:40:11.508 INFO:teuthology.orchestra.run.smithi064.stdout: 5 196494 13.53 MB/sec execute 188 sec latency 48.800 ms 2023-12-21T05:40:12.508 INFO:teuthology.orchestra.run.smithi064.stdout: 5 196787 13.49 MB/sec execute 189 sec latency 42.495 ms 2023-12-21T05:40:13.508 INFO:teuthology.orchestra.run.smithi064.stdout: 5 197121 13.45 MB/sec execute 190 sec latency 51.739 ms 2023-12-21T05:40:14.508 INFO:teuthology.orchestra.run.smithi064.stdout: 5 197487 13.41 MB/sec execute 191 sec latency 51.206 ms 2023-12-21T05:40:15.508 INFO:teuthology.orchestra.run.smithi064.stdout: 5 198323 13.47 MB/sec execute 192 sec latency 21.607 ms 2023-12-21T05:40:16.508 INFO:teuthology.orchestra.run.smithi064.stdout: 5 199018 13.52 MB/sec execute 193 sec latency 33.270 ms 2023-12-21T05:40:17.508 INFO:teuthology.orchestra.run.smithi064.stdout: 5 199365 13.52 MB/sec execute 194 sec latency 38.548 ms 2023-12-21T05:40:18.508 INFO:teuthology.orchestra.run.smithi064.stdout: 5 199692 13.49 MB/sec execute 195 sec latency 52.937 ms 2023-12-21T05:40:19.508 INFO:teuthology.orchestra.run.smithi064.stdout: 5 200012 13.46 MB/sec execute 196 sec latency 53.599 ms 2023-12-21T05:40:20.508 INFO:teuthology.orchestra.run.smithi064.stdout: 5 200723 13.45 MB/sec execute 197 sec latency 35.314 ms 2023-12-21T05:40:21.508 INFO:teuthology.orchestra.run.smithi064.stdout: 5 201345 13.47 MB/sec execute 198 sec latency 33.347 ms 2023-12-21T05:40:22.508 INFO:teuthology.orchestra.run.smithi064.stdout: 5 202071 13.51 MB/sec execute 199 sec latency 35.365 ms 2023-12-21T05:40:23.508 INFO:teuthology.orchestra.run.smithi064.stdout: 5 202649 13.55 MB/sec execute 200 sec latency 35.683 ms 2023-12-21T05:40:24.508 INFO:teuthology.orchestra.run.smithi064.stdout: 5 203185 13.56 MB/sec execute 201 sec latency 42.982 ms 2023-12-21T05:40:25.509 INFO:teuthology.orchestra.run.smithi064.stdout: 5 203512 13.53 MB/sec execute 202 sec latency 59.642 ms 2023-12-21T05:40:26.508 INFO:teuthology.orchestra.run.smithi064.stdout: 5 203719 13.49 MB/sec execute 203 sec latency 42.072 ms 2023-12-21T05:40:27.509 INFO:teuthology.orchestra.run.smithi064.stdout: 5 203955 13.45 MB/sec execute 204 sec latency 84.910 ms 2023-12-21T05:40:28.509 INFO:teuthology.orchestra.run.smithi064.stdout: 5 204261 13.39 MB/sec execute 205 sec latency 80.293 ms 2023-12-21T05:40:29.508 INFO:teuthology.orchestra.run.smithi064.stdout: 5 204532 13.37 MB/sec execute 206 sec latency 38.200 ms 2023-12-21T05:40:30.509 INFO:teuthology.orchestra.run.smithi064.stdout: 5 204848 13.35 MB/sec execute 207 sec latency 52.509 ms 2023-12-21T05:40:31.508 INFO:teuthology.orchestra.run.smithi064.stdout: 5 205199 13.34 MB/sec execute 208 sec latency 56.451 ms 2023-12-21T05:40:32.509 INFO:teuthology.orchestra.run.smithi064.stdout: 5 205561 13.30 MB/sec execute 209 sec latency 55.542 ms 2023-12-21T05:40:33.509 INFO:teuthology.orchestra.run.smithi064.stdout: 5 205894 13.30 MB/sec execute 210 sec latency 49.407 ms 2023-12-21T05:40:34.509 INFO:teuthology.orchestra.run.smithi064.stdout: 5 206348 13.32 MB/sec execute 211 sec latency 57.269 ms 2023-12-21T05:40:35.509 INFO:teuthology.orchestra.run.smithi064.stdout: 5 206823 13.31 MB/sec execute 212 sec latency 45.981 ms 2023-12-21T05:40:36.509 INFO:teuthology.orchestra.run.smithi064.stdout: 5 207108 13.29 MB/sec execute 213 sec latency 59.096 ms 2023-12-21T05:40:37.509 INFO:teuthology.orchestra.run.smithi064.stdout: 5 207390 13.26 MB/sec execute 214 sec latency 54.270 ms 2023-12-21T05:40:38.509 INFO:teuthology.orchestra.run.smithi064.stdout: 5 207737 13.21 MB/sec execute 215 sec latency 55.265 ms 2023-12-21T05:40:39.509 INFO:teuthology.orchestra.run.smithi064.stdout: 5 208122 13.19 MB/sec execute 216 sec latency 41.662 ms 2023-12-21T05:40:40.509 INFO:teuthology.orchestra.run.smithi064.stdout: 5 208718 13.22 MB/sec execute 217 sec latency 31.270 ms 2023-12-21T05:40:41.290 INFO:teuthology.orchestra.run.smithi064.stdout:true 2023-12-21T05:40:41.509 INFO:teuthology.orchestra.run.smithi064.stdout: 5 209255 13.22 MB/sec execute 218 sec latency 54.618 ms 2023-12-21T05:40:42.022 INFO:teuthology.orchestra.run.smithi064.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-21T05:40:42.022 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi064 smithi064 running (40m) 5m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c326cb2af19 2023-12-21T05:40:42.022 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi113 smithi113 running (40m) 5m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 911a3f980b79 2023-12-21T05:40:42.022 INFO:teuthology.orchestra.run.smithi064.stdout:grafana.smithi064 smithi064 running (40m) 5m ago 40m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 5bc3dda26095 2023-12-21T05:40:42.022 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi064.hkbxiz smithi064 running (26m) 5m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45924113daed 2023-12-21T05:40:42.022 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi113.mezlgb smithi113 running (26m) 5m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad18dbb81c1c 2023-12-21T05:40:42.022 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi064.skpyci smithi064 running (46m) 5m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ffcccc7cf5aa 2023-12-21T05:40:42.022 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi113.fmrekm smithi113 running (40m) 5m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c5fc20428c6 2023-12-21T05:40:42.022 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi064 smithi064 running (46m) 5m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 85ec4a095c6c 2023-12-21T05:40:42.022 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi113 smithi113 running (45m) 5m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 72900f74bd8b 2023-12-21T05:40:42.023 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi064 smithi064 running (5m) 5m ago 5m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 ed8b18ac76c5 2023-12-21T05:40:42.023 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi113 smithi113 running (5m) 5m ago 5m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 940f83959b00 2023-12-21T05:40:42.023 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi064 smithi064 error 5m ago 18m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:40:42.023 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi113 smithi113 unknown 5m ago 16m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:40:42.023 INFO:teuthology.orchestra.run.smithi064.stdout:osd.0 smithi064 running (40m) 5m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b928406f651 2023-12-21T05:40:42.023 INFO:teuthology.orchestra.run.smithi064.stdout:osd.1 smithi064 running (38m) 5m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f54cca1e2701 2023-12-21T05:40:42.023 INFO:teuthology.orchestra.run.smithi064.stdout:osd.2 smithi064 running (37m) 5m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4f16804909d1 2023-12-21T05:40:42.023 INFO:teuthology.orchestra.run.smithi064.stdout:osd.3 smithi064 running (37m) 5m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ff7c21f150f 2023-12-21T05:40:42.023 INFO:teuthology.orchestra.run.smithi064.stdout:osd.4 smithi113 running (35m) 5m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a87e3f46224a 2023-12-21T05:40:42.023 INFO:teuthology.orchestra.run.smithi064.stdout:osd.5 smithi113 running (35m) 5m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b44b7d91554b 2023-12-21T05:40:42.023 INFO:teuthology.orchestra.run.smithi064.stdout:osd.6 smithi113 running (35m) 5m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 823d9af2b3b8 2023-12-21T05:40:42.023 INFO:teuthology.orchestra.run.smithi064.stdout:osd.7 smithi113 running (35m) 5m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 acd4caf812ae 2023-12-21T05:40:42.457 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:40:42.457 INFO:teuthology.orchestra.run.smithi064.stdout: "mon": { 2023-12-21T05:40:42.457 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:40:42.457 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:40:42.457 INFO:teuthology.orchestra.run.smithi064.stdout: "mgr": { 2023-12-21T05:40:42.457 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:40:42.457 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:40:42.458 INFO:teuthology.orchestra.run.smithi064.stdout: "osd": { 2023-12-21T05:40:42.458 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-21T05:40:42.458 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:40:42.458 INFO:teuthology.orchestra.run.smithi064.stdout: "mds": { 2023-12-21T05:40:42.458 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:40:42.458 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:40:42.458 INFO:teuthology.orchestra.run.smithi064.stdout: "overall": { 2023-12-21T05:40:42.458 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-12-21T05:40:42.458 INFO:teuthology.orchestra.run.smithi064.stdout: } 2023-12-21T05:40:42.458 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:40:42.509 INFO:teuthology.orchestra.run.smithi064.stdout: 5 209763 13.24 MB/sec execute 219 sec latency 38.173 ms 2023-12-21T05:40:42.861 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:40:42.861 INFO:teuthology.orchestra.run.smithi064.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-21T05:40:42.861 INFO:teuthology.orchestra.run.smithi064.stdout: "in_progress": true, 2023-12-21T05:40:42.861 INFO:teuthology.orchestra.run.smithi064.stdout: "services_complete": [], 2023-12-21T05:40:42.861 INFO:teuthology.orchestra.run.smithi064.stdout: "message": "" 2023-12-21T05:40:42.861 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:40:43.509 INFO:teuthology.orchestra.run.smithi064.stdout: 5 210367 13.26 MB/sec execute 220 sec latency 35.254 ms 2023-12-21T05:40:44.509 INFO:teuthology.orchestra.run.smithi064.stdout: 5 210766 13.26 MB/sec execute 221 sec latency 45.269 ms 2023-12-21T05:40:45.509 INFO:teuthology.orchestra.run.smithi064.stdout: 5 211205 13.22 MB/sec execute 222 sec latency 37.233 ms 2023-12-21T05:40:46.509 INFO:teuthology.orchestra.run.smithi064.stdout: 5 211619 13.20 MB/sec execute 223 sec latency 41.978 ms 2023-12-21T05:40:47.509 INFO:teuthology.orchestra.run.smithi064.stdout: 5 212016 13.19 MB/sec execute 224 sec latency 40.480 ms 2023-12-21T05:40:48.509 INFO:teuthology.orchestra.run.smithi064.stdout: 5 212479 13.19 MB/sec execute 225 sec latency 52.220 ms 2023-12-21T05:40:49.509 INFO:teuthology.orchestra.run.smithi064.stdout: 5 212952 13.19 MB/sec execute 226 sec latency 37.248 ms 2023-12-21T05:40:50.509 INFO:teuthology.orchestra.run.smithi064.stdout: 5 213336 13.21 MB/sec execute 227 sec latency 34.890 ms 2023-12-21T05:40:51.510 INFO:teuthology.orchestra.run.smithi064.stdout: 5 213692 13.19 MB/sec execute 228 sec latency 43.412 ms 2023-12-21T05:40:52.509 INFO:teuthology.orchestra.run.smithi064.stdout: 5 214025 13.18 MB/sec execute 229 sec latency 67.613 ms 2023-12-21T05:40:53.509 INFO:teuthology.orchestra.run.smithi064.stdout: 5 214220 13.14 MB/sec execute 230 sec latency 69.852 ms 2023-12-21T05:40:54.510 INFO:teuthology.orchestra.run.smithi064.stdout: 5 214436 13.10 MB/sec execute 231 sec latency 81.998 ms 2023-12-21T05:40:55.510 INFO:teuthology.orchestra.run.smithi064.stdout: 5 214763 13.07 MB/sec execute 232 sec latency 93.417 ms 2023-12-21T05:40:56.510 INFO:teuthology.orchestra.run.smithi064.stdout: 5 215191 13.04 MB/sec execute 233 sec latency 67.167 ms 2023-12-21T05:40:57.510 INFO:teuthology.orchestra.run.smithi064.stdout: 5 216036 13.09 MB/sec execute 234 sec latency 32.661 ms 2023-12-21T05:40:58.510 INFO:teuthology.orchestra.run.smithi064.stdout: 5 216810 13.13 MB/sec execute 235 sec latency 33.701 ms 2023-12-21T05:40:59.510 INFO:teuthology.orchestra.run.smithi064.stdout: 5 217635 13.20 MB/sec execute 236 sec latency 25.391 ms 2023-12-21T05:41:00.510 INFO:teuthology.orchestra.run.smithi064.stdout: 5 218022 13.17 MB/sec execute 237 sec latency 52.508 ms 2023-12-21T05:41:01.510 INFO:teuthology.orchestra.run.smithi064.stdout: 5 218496 13.15 MB/sec execute 238 sec latency 42.699 ms 2023-12-21T05:41:02.510 INFO:teuthology.orchestra.run.smithi064.stdout: 5 219045 13.15 MB/sec execute 239 sec latency 34.291 ms 2023-12-21T05:41:03.510 INFO:teuthology.orchestra.run.smithi064.stdout: 5 219735 13.17 MB/sec execute 240 sec latency 42.555 ms 2023-12-21T05:41:04.510 INFO:teuthology.orchestra.run.smithi064.stdout: 5 220223 13.19 MB/sec execute 241 sec latency 36.250 ms 2023-12-21T05:41:05.510 INFO:teuthology.orchestra.run.smithi064.stdout: 5 220775 13.21 MB/sec execute 242 sec latency 36.715 ms 2023-12-21T05:41:06.510 INFO:teuthology.orchestra.run.smithi064.stdout: 5 221172 13.21 MB/sec execute 243 sec latency 45.319 ms 2023-12-21T05:41:07.510 INFO:teuthology.orchestra.run.smithi064.stdout: 5 221542 13.19 MB/sec execute 244 sec latency 63.168 ms 2023-12-21T05:41:08.510 INFO:teuthology.orchestra.run.smithi064.stdout: 5 221990 13.16 MB/sec execute 245 sec latency 44.930 ms 2023-12-21T05:41:09.510 INFO:teuthology.orchestra.run.smithi064.stdout: 5 222320 13.14 MB/sec execute 246 sec latency 49.478 ms 2023-12-21T05:41:10.510 INFO:teuthology.orchestra.run.smithi064.stdout: 5 222517 13.10 MB/sec execute 247 sec latency 80.495 ms 2023-12-21T05:41:11.510 INFO:teuthology.orchestra.run.smithi064.stdout: 5 222783 13.09 MB/sec execute 248 sec latency 97.247 ms 2023-12-21T05:41:12.510 INFO:teuthology.orchestra.run.smithi064.stdout: 5 223094 13.07 MB/sec execute 249 sec latency 87.197 ms 2023-12-21T05:41:13.169 INFO:teuthology.orchestra.run.smithi064.stdout:true 2023-12-21T05:41:13.510 INFO:teuthology.orchestra.run.smithi064.stdout: 5 223420 13.04 MB/sec execute 250 sec latency 45.831 ms 2023-12-21T05:41:13.768 INFO:teuthology.orchestra.run.smithi064.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-21T05:41:13.769 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi064 smithi064 running (41m) 5m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c326cb2af19 2023-12-21T05:41:13.769 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi113 smithi113 running (40m) 5m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 911a3f980b79 2023-12-21T05:41:13.769 INFO:teuthology.orchestra.run.smithi064.stdout:grafana.smithi064 smithi064 running (40m) 5m ago 40m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 5bc3dda26095 2023-12-21T05:41:13.769 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi064.hkbxiz smithi064 running (26m) 5m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45924113daed 2023-12-21T05:41:13.769 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi113.mezlgb smithi113 running (26m) 5m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad18dbb81c1c 2023-12-21T05:41:13.769 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi064.skpyci smithi064 running (46m) 5m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ffcccc7cf5aa 2023-12-21T05:41:13.769 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi113.fmrekm smithi113 running (40m) 5m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c5fc20428c6 2023-12-21T05:41:13.769 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi064 smithi064 running (46m) 5m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 85ec4a095c6c 2023-12-21T05:41:13.769 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi113 smithi113 running (45m) 5m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 72900f74bd8b 2023-12-21T05:41:13.769 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi064 smithi064 running (6m) 5m ago 6m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 ed8b18ac76c5 2023-12-21T05:41:13.769 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi113 smithi113 running (6m) 5m ago 6m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 940f83959b00 2023-12-21T05:41:13.769 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi064 smithi064 error 5m ago 18m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:41:13.770 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi113 smithi113 unknown 5m ago 16m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:41:13.770 INFO:teuthology.orchestra.run.smithi064.stdout:osd.0 smithi064 running (40m) 5m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b928406f651 2023-12-21T05:41:13.770 INFO:teuthology.orchestra.run.smithi064.stdout:osd.1 smithi064 running (38m) 5m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f54cca1e2701 2023-12-21T05:41:13.770 INFO:teuthology.orchestra.run.smithi064.stdout:osd.2 smithi064 running (38m) 5m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4f16804909d1 2023-12-21T05:41:13.770 INFO:teuthology.orchestra.run.smithi064.stdout:osd.3 smithi064 running (38m) 5m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ff7c21f150f 2023-12-21T05:41:13.770 INFO:teuthology.orchestra.run.smithi064.stdout:osd.4 smithi113 running (36m) 5m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a87e3f46224a 2023-12-21T05:41:13.770 INFO:teuthology.orchestra.run.smithi064.stdout:osd.5 smithi113 running (36m) 5m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b44b7d91554b 2023-12-21T05:41:13.770 INFO:teuthology.orchestra.run.smithi064.stdout:osd.6 smithi113 running (36m) 5m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 823d9af2b3b8 2023-12-21T05:41:13.770 INFO:teuthology.orchestra.run.smithi064.stdout:osd.7 smithi113 running (35m) 5m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 acd4caf812ae 2023-12-21T05:41:14.087 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:41:14.088 INFO:teuthology.orchestra.run.smithi064.stdout: "mon": { 2023-12-21T05:41:14.088 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:41:14.088 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:41:14.088 INFO:teuthology.orchestra.run.smithi064.stdout: "mgr": { 2023-12-21T05:41:14.088 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:41:14.088 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:41:14.088 INFO:teuthology.orchestra.run.smithi064.stdout: "osd": { 2023-12-21T05:41:14.088 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-21T05:41:14.088 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:41:14.089 INFO:teuthology.orchestra.run.smithi064.stdout: "mds": { 2023-12-21T05:41:14.089 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:41:14.089 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:41:14.089 INFO:teuthology.orchestra.run.smithi064.stdout: "overall": { 2023-12-21T05:41:14.089 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-12-21T05:41:14.089 INFO:teuthology.orchestra.run.smithi064.stdout: } 2023-12-21T05:41:14.089 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:41:14.381 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:41:14.381 INFO:teuthology.orchestra.run.smithi064.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-21T05:41:14.381 INFO:teuthology.orchestra.run.smithi064.stdout: "in_progress": true, 2023-12-21T05:41:14.381 INFO:teuthology.orchestra.run.smithi064.stdout: "services_complete": [], 2023-12-21T05:41:14.381 INFO:teuthology.orchestra.run.smithi064.stdout: "message": "" 2023-12-21T05:41:14.381 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:41:14.510 INFO:teuthology.orchestra.run.smithi064.stdout: 5 223667 13.04 MB/sec execute 251 sec latency 85.439 ms 2023-12-21T05:41:15.510 INFO:teuthology.orchestra.run.smithi064.stdout: 5 223941 13.02 MB/sec execute 252 sec latency 59.005 ms 2023-12-21T05:41:16.510 INFO:teuthology.orchestra.run.smithi064.stdout: 5 224302 13.01 MB/sec execute 253 sec latency 39.210 ms 2023-12-21T05:41:17.510 INFO:teuthology.orchestra.run.smithi064.stdout: 5 224620 13.01 MB/sec execute 254 sec latency 45.742 ms 2023-12-21T05:41:18.510 INFO:teuthology.orchestra.run.smithi064.stdout: 5 224912 12.98 MB/sec execute 255 sec latency 60.319 ms 2023-12-21T05:41:19.510 INFO:teuthology.orchestra.run.smithi064.stdout: 5 225308 12.96 MB/sec execute 256 sec latency 47.114 ms 2023-12-21T05:41:20.510 INFO:teuthology.orchestra.run.smithi064.stdout: 5 225683 12.92 MB/sec execute 257 sec latency 69.942 ms 2023-12-21T05:41:21.510 INFO:teuthology.orchestra.run.smithi064.stdout: 5 226008 12.91 MB/sec execute 258 sec latency 43.490 ms 2023-12-21T05:41:22.514 INFO:teuthology.orchestra.run.smithi064.stdout: 5 226492 12.92 MB/sec execute 259 sec latency 42.370 ms 2023-12-21T05:41:23.513 INFO:teuthology.orchestra.run.smithi064.stdout: 5 226979 12.91 MB/sec execute 260 sec latency 42.149 ms 2023-12-21T05:41:24.513 INFO:teuthology.orchestra.run.smithi064.stdout: 5 227307 12.91 MB/sec execute 261 sec latency 32.602 ms 2023-12-21T05:41:25.513 INFO:teuthology.orchestra.run.smithi064.stdout: 5 227723 12.93 MB/sec execute 262 sec latency 47.999 ms 2023-12-21T05:41:26.513 INFO:teuthology.orchestra.run.smithi064.stdout: 5 228091 12.91 MB/sec execute 263 sec latency 48.024 ms 2023-12-21T05:41:27.513 INFO:teuthology.orchestra.run.smithi064.stdout: 5 228436 12.90 MB/sec execute 264 sec latency 44.147 ms 2023-12-21T05:41:28.513 INFO:teuthology.orchestra.run.smithi064.stdout: 5 228899 12.88 MB/sec execute 265 sec latency 37.041 ms 2023-12-21T05:41:29.513 INFO:teuthology.orchestra.run.smithi064.stdout: 5 229326 12.85 MB/sec execute 266 sec latency 50.402 ms 2023-12-21T05:41:30.513 INFO:teuthology.orchestra.run.smithi064.stdout: 5 229798 12.87 MB/sec execute 267 sec latency 38.582 ms 2023-12-21T05:41:31.513 INFO:teuthology.orchestra.run.smithi064.stdout: 5 230323 12.86 MB/sec execute 268 sec latency 52.707 ms 2023-12-21T05:41:32.513 INFO:teuthology.orchestra.run.smithi064.stdout: 5 230755 12.87 MB/sec execute 269 sec latency 37.559 ms 2023-12-21T05:41:33.513 INFO:teuthology.orchestra.run.smithi064.stdout: 5 231162 12.88 MB/sec execute 270 sec latency 62.996 ms 2023-12-21T05:41:34.513 INFO:teuthology.orchestra.run.smithi064.stdout: 5 231586 12.87 MB/sec execute 271 sec latency 38.015 ms 2023-12-21T05:41:35.513 INFO:teuthology.orchestra.run.smithi064.stdout: 5 231922 12.87 MB/sec execute 272 sec latency 56.577 ms 2023-12-21T05:41:36.513 INFO:teuthology.orchestra.run.smithi064.stdout: 5 232287 12.85 MB/sec execute 273 sec latency 56.997 ms 2023-12-21T05:41:37.514 INFO:teuthology.orchestra.run.smithi064.stdout: 5 232659 12.82 MB/sec execute 274 sec latency 56.855 ms 2023-12-21T05:41:38.513 INFO:teuthology.orchestra.run.smithi064.stdout: 5 233224 12.82 MB/sec execute 275 sec latency 32.808 ms 2023-12-21T05:41:39.513 INFO:teuthology.orchestra.run.smithi064.stdout: 5 233940 12.85 MB/sec execute 276 sec latency 23.398 ms 2023-12-21T05:41:40.514 INFO:teuthology.orchestra.run.smithi064.stdout: 5 234386 12.85 MB/sec execute 277 sec latency 35.552 ms 2023-12-21T05:41:41.514 INFO:teuthology.orchestra.run.smithi064.stdout: 5 234773 12.86 MB/sec execute 278 sec latency 40.057 ms 2023-12-21T05:41:42.514 INFO:teuthology.orchestra.run.smithi064.stdout: 5 235176 12.86 MB/sec execute 279 sec latency 59.416 ms 2023-12-21T05:41:43.514 INFO:teuthology.orchestra.run.smithi064.stdout: 5 235459 12.84 MB/sec execute 280 sec latency 45.705 ms 2023-12-21T05:41:44.514 INFO:teuthology.orchestra.run.smithi064.stdout: 5 235774 12.81 MB/sec execute 281 sec latency 42.366 ms 2023-12-21T05:41:44.773 INFO:teuthology.orchestra.run.smithi064.stdout:true 2023-12-21T05:41:45.514 INFO:teuthology.orchestra.run.smithi064.stdout: 5 236131 12.78 MB/sec execute 282 sec latency 54.372 ms 2023-12-21T05:41:45.515 INFO:teuthology.orchestra.run.smithi064.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-21T05:41:45.515 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi064 smithi064 running (41m) 6m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c326cb2af19 2023-12-21T05:41:45.516 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi113 smithi113 running (41m) 6m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 911a3f980b79 2023-12-21T05:41:45.516 INFO:teuthology.orchestra.run.smithi064.stdout:grafana.smithi064 smithi064 running (41m) 6m ago 41m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 5bc3dda26095 2023-12-21T05:41:45.516 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi064.hkbxiz smithi064 running (27m) 6m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45924113daed 2023-12-21T05:41:45.516 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi113.mezlgb smithi113 running (27m) 6m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad18dbb81c1c 2023-12-21T05:41:45.516 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi064.skpyci smithi064 running (47m) 6m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ffcccc7cf5aa 2023-12-21T05:41:45.516 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi113.fmrekm smithi113 running (41m) 6m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c5fc20428c6 2023-12-21T05:41:45.516 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi064 smithi064 running (47m) 6m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 85ec4a095c6c 2023-12-21T05:41:45.516 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi113 smithi113 running (46m) 6m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 72900f74bd8b 2023-12-21T05:41:45.516 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi064 smithi064 running (6m) 6m ago 6m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 ed8b18ac76c5 2023-12-21T05:41:45.516 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi113 smithi113 running (6m) 6m ago 6m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 940f83959b00 2023-12-21T05:41:45.516 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi064 smithi064 error 6m ago 19m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:41:45.516 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi113 smithi113 unknown 6m ago 17m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:41:45.516 INFO:teuthology.orchestra.run.smithi064.stdout:osd.0 smithi064 running (41m) 6m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b928406f651 2023-12-21T05:41:45.516 INFO:teuthology.orchestra.run.smithi064.stdout:osd.1 smithi064 running (39m) 6m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f54cca1e2701 2023-12-21T05:41:45.516 INFO:teuthology.orchestra.run.smithi064.stdout:osd.2 smithi064 running (38m) 6m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4f16804909d1 2023-12-21T05:41:45.516 INFO:teuthology.orchestra.run.smithi064.stdout:osd.3 smithi064 running (38m) 6m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ff7c21f150f 2023-12-21T05:41:45.516 INFO:teuthology.orchestra.run.smithi064.stdout:osd.4 smithi113 running (37m) 6m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a87e3f46224a 2023-12-21T05:41:45.517 INFO:teuthology.orchestra.run.smithi064.stdout:osd.5 smithi113 running (36m) 6m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b44b7d91554b 2023-12-21T05:41:45.517 INFO:teuthology.orchestra.run.smithi064.stdout:osd.6 smithi113 running (36m) 6m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 823d9af2b3b8 2023-12-21T05:41:45.517 INFO:teuthology.orchestra.run.smithi064.stdout:osd.7 smithi113 running (36m) 6m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 acd4caf812ae 2023-12-21T05:41:45.944 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:41:45.944 INFO:teuthology.orchestra.run.smithi064.stdout: "mon": { 2023-12-21T05:41:45.945 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:41:45.945 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:41:45.945 INFO:teuthology.orchestra.run.smithi064.stdout: "mgr": { 2023-12-21T05:41:45.945 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:41:45.945 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:41:45.945 INFO:teuthology.orchestra.run.smithi064.stdout: "osd": { 2023-12-21T05:41:45.945 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-21T05:41:45.945 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:41:45.945 INFO:teuthology.orchestra.run.smithi064.stdout: "mds": { 2023-12-21T05:41:45.945 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:41:45.945 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:41:45.945 INFO:teuthology.orchestra.run.smithi064.stdout: "overall": { 2023-12-21T05:41:45.945 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-12-21T05:41:45.946 INFO:teuthology.orchestra.run.smithi064.stdout: } 2023-12-21T05:41:45.946 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:41:46.283 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:41:46.284 INFO:teuthology.orchestra.run.smithi064.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-21T05:41:46.284 INFO:teuthology.orchestra.run.smithi064.stdout: "in_progress": true, 2023-12-21T05:41:46.284 INFO:teuthology.orchestra.run.smithi064.stdout: "services_complete": [], 2023-12-21T05:41:46.284 INFO:teuthology.orchestra.run.smithi064.stdout: "message": "" 2023-12-21T05:41:46.284 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:41:46.514 INFO:teuthology.orchestra.run.smithi064.stdout: 5 236463 12.76 MB/sec execute 283 sec latency 41.902 ms 2023-12-21T05:41:47.514 INFO:teuthology.orchestra.run.smithi064.stdout: 5 236891 12.78 MB/sec execute 284 sec latency 42.895 ms 2023-12-21T05:41:48.514 INFO:teuthology.orchestra.run.smithi064.stdout: 5 237390 12.76 MB/sec execute 285 sec latency 43.059 ms 2023-12-21T05:41:49.514 INFO:teuthology.orchestra.run.smithi064.stdout: 5 237741 12.75 MB/sec execute 286 sec latency 40.923 ms 2023-12-21T05:41:50.514 INFO:teuthology.orchestra.run.smithi064.stdout: 5 237953 12.74 MB/sec execute 287 sec latency 64.221 ms 2023-12-21T05:41:51.514 INFO:teuthology.orchestra.run.smithi064.stdout: 5 238202 12.73 MB/sec execute 288 sec latency 78.039 ms 2023-12-21T05:41:52.514 INFO:teuthology.orchestra.run.smithi064.stdout: 5 238440 12.71 MB/sec execute 289 sec latency 75.705 ms 2023-12-21T05:41:53.514 INFO:teuthology.orchestra.run.smithi064.stdout: 5 238666 12.69 MB/sec execute 290 sec latency 57.784 ms 2023-12-21T05:41:54.514 INFO:teuthology.orchestra.run.smithi064.stdout: 5 239043 12.68 MB/sec execute 291 sec latency 80.305 ms 2023-12-21T05:41:55.514 INFO:teuthology.orchestra.run.smithi064.stdout: 5 239551 12.67 MB/sec execute 292 sec latency 44.910 ms 2023-12-21T05:41:56.514 INFO:teuthology.orchestra.run.smithi064.stdout: 5 240067 12.67 MB/sec execute 293 sec latency 36.762 ms 2023-12-21T05:41:57.514 INFO:teuthology.orchestra.run.smithi064.stdout: 5 240784 12.69 MB/sec execute 294 sec latency 30.059 ms 2023-12-21T05:41:58.514 INFO:teuthology.orchestra.run.smithi064.stdout: 5 241342 12.70 MB/sec execute 295 sec latency 38.333 ms 2023-12-21T05:41:59.514 INFO:teuthology.orchestra.run.smithi064.stdout: 5 241726 12.71 MB/sec execute 296 sec latency 34.789 ms 2023-12-21T05:42:00.514 INFO:teuthology.orchestra.run.smithi064.stdout: 5 242100 12.70 MB/sec execute 297 sec latency 44.800 ms 2023-12-21T05:42:01.514 INFO:teuthology.orchestra.run.smithi064.stdout: 5 242365 12.69 MB/sec execute 298 sec latency 133.028 ms 2023-12-21T05:42:02.514 INFO:teuthology.orchestra.run.smithi064.stdout: 5 242526 12.66 MB/sec execute 299 sec latency 98.062 ms 2023-12-21T05:42:03.514 INFO:teuthology.orchestra.run.smithi064.stdout: 5 242721 12.64 MB/sec execute 300 sec latency 50.719 ms 2023-12-21T05:42:04.514 INFO:teuthology.orchestra.run.smithi064.stdout: 5 242942 12.61 MB/sec execute 301 sec latency 169.379 ms 2023-12-21T05:42:05.514 INFO:teuthology.orchestra.run.smithi064.stdout: 5 243211 12.57 MB/sec execute 302 sec latency 88.895 ms 2023-12-21T05:42:06.514 INFO:teuthology.orchestra.run.smithi064.stdout: 5 243543 12.55 MB/sec execute 303 sec latency 41.347 ms 2023-12-21T05:42:07.514 INFO:teuthology.orchestra.run.smithi064.stdout: 5 243911 12.56 MB/sec execute 304 sec latency 43.686 ms 2023-12-21T05:42:08.514 INFO:teuthology.orchestra.run.smithi064.stdout: 5 244415 12.55 MB/sec execute 305 sec latency 43.209 ms 2023-12-21T05:42:09.515 INFO:teuthology.orchestra.run.smithi064.stdout: 5 244789 12.54 MB/sec execute 306 sec latency 33.559 ms 2023-12-21T05:42:10.515 INFO:teuthology.orchestra.run.smithi064.stdout: 5 245031 12.53 MB/sec execute 307 sec latency 53.054 ms 2023-12-21T05:42:11.515 INFO:teuthology.orchestra.run.smithi064.stdout: 5 245308 12.53 MB/sec execute 308 sec latency 64.861 ms 2023-12-21T05:42:12.515 INFO:teuthology.orchestra.run.smithi064.stdout: 5 245525 12.50 MB/sec execute 309 sec latency 76.553 ms 2023-12-21T05:42:13.515 INFO:teuthology.orchestra.run.smithi064.stdout: 5 245867 12.51 MB/sec execute 310 sec latency 63.077 ms 2023-12-21T05:42:14.515 INFO:teuthology.orchestra.run.smithi064.stdout: 5 246238 12.49 MB/sec execute 311 sec latency 46.453 ms 2023-12-21T05:42:15.515 INFO:teuthology.orchestra.run.smithi064.stdout: 5 246701 12.47 MB/sec execute 312 sec latency 66.782 ms 2023-12-21T05:42:16.515 INFO:teuthology.orchestra.run.smithi064.stdout: 5 246988 12.45 MB/sec execute 313 sec latency 47.078 ms 2023-12-21T05:42:16.662 INFO:teuthology.orchestra.run.smithi064.stdout:true 2023-12-21T05:42:17.393 INFO:teuthology.orchestra.run.smithi064.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-21T05:42:17.393 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi064 smithi064 running (42m) 6m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c326cb2af19 2023-12-21T05:42:17.394 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi113 smithi113 running (42m) 6m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 911a3f980b79 2023-12-21T05:42:17.394 INFO:teuthology.orchestra.run.smithi064.stdout:grafana.smithi064 smithi064 running (41m) 6m ago 41m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 5bc3dda26095 2023-12-21T05:42:17.394 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi064.hkbxiz smithi064 running (27m) 6m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45924113daed 2023-12-21T05:42:17.394 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi113.mezlgb smithi113 running (27m) 6m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad18dbb81c1c 2023-12-21T05:42:17.394 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi064.skpyci smithi064 running (48m) 6m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ffcccc7cf5aa 2023-12-21T05:42:17.394 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi113.fmrekm smithi113 running (41m) 6m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c5fc20428c6 2023-12-21T05:42:17.394 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi064 smithi064 running (48m) 6m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 85ec4a095c6c 2023-12-21T05:42:17.394 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi113 smithi113 running (46m) 6m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 72900f74bd8b 2023-12-21T05:42:17.394 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi064 smithi064 running (7m) 6m ago 7m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 ed8b18ac76c5 2023-12-21T05:42:17.394 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi113 smithi113 running (7m) 6m ago 7m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 940f83959b00 2023-12-21T05:42:17.395 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi064 smithi064 error 6m ago 19m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:42:17.395 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi113 smithi113 unknown 6m ago 17m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:42:17.395 INFO:teuthology.orchestra.run.smithi064.stdout:osd.0 smithi064 running (42m) 6m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b928406f651 2023-12-21T05:42:17.395 INFO:teuthology.orchestra.run.smithi064.stdout:osd.1 smithi064 running (39m) 6m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f54cca1e2701 2023-12-21T05:42:17.395 INFO:teuthology.orchestra.run.smithi064.stdout:osd.2 smithi064 running (39m) 6m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4f16804909d1 2023-12-21T05:42:17.395 INFO:teuthology.orchestra.run.smithi064.stdout:osd.3 smithi064 running (39m) 6m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ff7c21f150f 2023-12-21T05:42:17.395 INFO:teuthology.orchestra.run.smithi064.stdout:osd.4 smithi113 running (37m) 6m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a87e3f46224a 2023-12-21T05:42:17.395 INFO:teuthology.orchestra.run.smithi064.stdout:osd.5 smithi113 running (37m) 6m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b44b7d91554b 2023-12-21T05:42:17.395 INFO:teuthology.orchestra.run.smithi064.stdout:osd.6 smithi113 running (37m) 6m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 823d9af2b3b8 2023-12-21T05:42:17.395 INFO:teuthology.orchestra.run.smithi064.stdout:osd.7 smithi113 running (36m) 6m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 acd4caf812ae 2023-12-21T05:42:17.515 INFO:teuthology.orchestra.run.smithi064.stdout: 5 247259 12.44 MB/sec execute 314 sec latency 37.263 ms 2023-12-21T05:42:17.802 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:42:17.802 INFO:teuthology.orchestra.run.smithi064.stdout: "mon": { 2023-12-21T05:42:17.802 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:42:17.802 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:42:17.802 INFO:teuthology.orchestra.run.smithi064.stdout: "mgr": { 2023-12-21T05:42:17.802 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:42:17.803 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:42:17.803 INFO:teuthology.orchestra.run.smithi064.stdout: "osd": { 2023-12-21T05:42:17.803 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-21T05:42:17.803 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:42:17.803 INFO:teuthology.orchestra.run.smithi064.stdout: "mds": { 2023-12-21T05:42:17.803 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:42:17.803 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:42:17.803 INFO:teuthology.orchestra.run.smithi064.stdout: "overall": { 2023-12-21T05:42:17.803 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-12-21T05:42:17.803 INFO:teuthology.orchestra.run.smithi064.stdout: } 2023-12-21T05:42:17.803 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:42:18.158 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:42:18.158 INFO:teuthology.orchestra.run.smithi064.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-21T05:42:18.158 INFO:teuthology.orchestra.run.smithi064.stdout: "in_progress": true, 2023-12-21T05:42:18.158 INFO:teuthology.orchestra.run.smithi064.stdout: "services_complete": [], 2023-12-21T05:42:18.158 INFO:teuthology.orchestra.run.smithi064.stdout: "message": "" 2023-12-21T05:42:18.158 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:42:18.515 INFO:teuthology.orchestra.run.smithi064.stdout: 5 247607 12.44 MB/sec execute 315 sec latency 50.866 ms 2023-12-21T05:42:19.515 INFO:teuthology.orchestra.run.smithi064.stdout: 5 248028 12.43 MB/sec execute 316 sec latency 53.388 ms 2023-12-21T05:42:20.515 INFO:teuthology.orchestra.run.smithi064.stdout: 5 248405 12.42 MB/sec execute 317 sec latency 49.574 ms 2023-12-21T05:42:21.515 INFO:teuthology.orchestra.run.smithi064.stdout: 5 248654 12.41 MB/sec execute 318 sec latency 77.601 ms 2023-12-21T05:42:22.515 INFO:teuthology.orchestra.run.smithi064.stdout: 5 249041 12.41 MB/sec execute 319 sec latency 48.947 ms 2023-12-21T05:42:23.515 INFO:teuthology.orchestra.run.smithi064.stdout: 5 249404 12.41 MB/sec execute 320 sec latency 56.306 ms 2023-12-21T05:42:24.515 INFO:teuthology.orchestra.run.smithi064.stdout: 5 249671 12.39 MB/sec execute 321 sec latency 57.098 ms 2023-12-21T05:42:25.515 INFO:teuthology.orchestra.run.smithi064.stdout: 5 250041 12.38 MB/sec execute 322 sec latency 55.623 ms 2023-12-21T05:42:26.515 INFO:teuthology.orchestra.run.smithi064.stdout: 5 250445 12.35 MB/sec execute 323 sec latency 150.203 ms 2023-12-21T05:42:27.515 INFO:teuthology.orchestra.run.smithi064.stdout: 5 250817 12.35 MB/sec execute 324 sec latency 57.134 ms 2023-12-21T05:42:28.515 INFO:teuthology.orchestra.run.smithi064.stdout: 5 251307 12.36 MB/sec execute 325 sec latency 41.742 ms 2023-12-21T05:42:29.515 INFO:teuthology.orchestra.run.smithi064.stdout: 5 251807 12.35 MB/sec execute 326 sec latency 46.587 ms 2023-12-21T05:42:30.515 INFO:teuthology.orchestra.run.smithi064.stdout: 5 252134 12.35 MB/sec execute 327 sec latency 37.032 ms 2023-12-21T05:42:31.515 INFO:teuthology.orchestra.run.smithi064.stdout: 5 252506 12.36 MB/sec execute 328 sec latency 52.137 ms 2023-12-21T05:42:32.515 INFO:teuthology.orchestra.run.smithi064.stdout: 5 252883 12.34 MB/sec execute 329 sec latency 43.410 ms 2023-12-21T05:42:33.515 INFO:teuthology.orchestra.run.smithi064.stdout: 5 253175 12.34 MB/sec execute 330 sec latency 48.055 ms 2023-12-21T05:42:34.516 INFO:teuthology.orchestra.run.smithi064.stdout: 5 253455 12.32 MB/sec execute 331 sec latency 51.729 ms 2023-12-21T05:42:35.515 INFO:teuthology.orchestra.run.smithi064.stdout: 5 253810 12.30 MB/sec execute 332 sec latency 53.310 ms 2023-12-21T05:42:36.516 INFO:teuthology.orchestra.run.smithi064.stdout: 5 254126 12.28 MB/sec execute 333 sec latency 52.606 ms 2023-12-21T05:42:37.515 INFO:teuthology.orchestra.run.smithi064.stdout: 5 254466 12.28 MB/sec execute 334 sec latency 29.638 ms 2023-12-21T05:42:38.515 INFO:teuthology.orchestra.run.smithi064.stdout: 5 254923 12.28 MB/sec execute 335 sec latency 48.146 ms 2023-12-21T05:42:39.516 INFO:teuthology.orchestra.run.smithi064.stdout: 5 255376 12.27 MB/sec execute 336 sec latency 48.504 ms 2023-12-21T05:42:40.516 INFO:teuthology.orchestra.run.smithi064.stdout: 5 255653 12.27 MB/sec execute 337 sec latency 56.912 ms 2023-12-21T05:42:41.516 INFO:teuthology.orchestra.run.smithi064.stdout: 5 255998 12.26 MB/sec execute 338 sec latency 53.946 ms 2023-12-21T05:42:42.516 INFO:teuthology.orchestra.run.smithi064.stdout: 5 256311 12.26 MB/sec execute 339 sec latency 66.469 ms 2023-12-21T05:42:43.516 INFO:teuthology.orchestra.run.smithi064.stdout: 5 256514 12.24 MB/sec execute 340 sec latency 68.699 ms 2023-12-21T05:42:44.516 INFO:teuthology.orchestra.run.smithi064.stdout: 5 256703 12.22 MB/sec execute 341 sec latency 68.064 ms 2023-12-21T05:42:45.516 INFO:teuthology.orchestra.run.smithi064.stdout: 5 256887 12.20 MB/sec execute 342 sec latency 75.814 ms 2023-12-21T05:42:46.516 INFO:teuthology.orchestra.run.smithi064.stdout: 5 257123 12.18 MB/sec execute 343 sec latency 58.317 ms 2023-12-21T05:42:47.516 INFO:teuthology.orchestra.run.smithi064.stdout: 5 257416 12.15 MB/sec execute 344 sec latency 54.876 ms 2023-12-21T05:42:48.516 INFO:teuthology.orchestra.run.smithi064.stdout: 5 257663 12.13 MB/sec execute 345 sec latency 40.649 ms 2023-12-21T05:42:48.556 INFO:teuthology.orchestra.run.smithi064.stdout:true 2023-12-21T05:42:49.306 INFO:teuthology.orchestra.run.smithi064.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-21T05:42:49.306 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi064 smithi064 running (42m) 7m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c326cb2af19 2023-12-21T05:42:49.306 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi113 smithi113 running (42m) 7m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 911a3f980b79 2023-12-21T05:42:49.306 INFO:teuthology.orchestra.run.smithi064.stdout:grafana.smithi064 smithi064 running (42m) 7m ago 42m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 5bc3dda26095 2023-12-21T05:42:49.306 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi064.hkbxiz smithi064 running (28m) 7m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45924113daed 2023-12-21T05:42:49.306 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi113.mezlgb smithi113 running (28m) 7m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad18dbb81c1c 2023-12-21T05:42:49.306 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi064.skpyci smithi064 running (48m) 7m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ffcccc7cf5aa 2023-12-21T05:42:49.307 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi113.fmrekm smithi113 running (42m) 7m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c5fc20428c6 2023-12-21T05:42:49.307 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi064 smithi064 running (48m) 7m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 85ec4a095c6c 2023-12-21T05:42:49.307 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi113 smithi113 running (47m) 7m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 72900f74bd8b 2023-12-21T05:42:49.307 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi064 smithi064 running (7m) 7m ago 7m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 ed8b18ac76c5 2023-12-21T05:42:49.307 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi113 smithi113 running (7m) 7m ago 7m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 940f83959b00 2023-12-21T05:42:49.307 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi064 smithi064 error 7m ago 20m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:42:49.307 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi113 smithi113 unknown 7m ago 18m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:42:49.307 INFO:teuthology.orchestra.run.smithi064.stdout:osd.0 smithi064 running (42m) 7m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b928406f651 2023-12-21T05:42:49.307 INFO:teuthology.orchestra.run.smithi064.stdout:osd.1 smithi064 running (40m) 7m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f54cca1e2701 2023-12-21T05:42:49.307 INFO:teuthology.orchestra.run.smithi064.stdout:osd.2 smithi064 running (39m) 7m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4f16804909d1 2023-12-21T05:42:49.307 INFO:teuthology.orchestra.run.smithi064.stdout:osd.3 smithi064 running (39m) 7m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ff7c21f150f 2023-12-21T05:42:49.308 INFO:teuthology.orchestra.run.smithi064.stdout:osd.4 smithi113 running (38m) 7m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a87e3f46224a 2023-12-21T05:42:49.308 INFO:teuthology.orchestra.run.smithi064.stdout:osd.5 smithi113 running (37m) 7m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b44b7d91554b 2023-12-21T05:42:49.308 INFO:teuthology.orchestra.run.smithi064.stdout:osd.6 smithi113 running (37m) 7m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 823d9af2b3b8 2023-12-21T05:42:49.308 INFO:teuthology.orchestra.run.smithi064.stdout:osd.7 smithi113 running (37m) 7m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 acd4caf812ae 2023-12-21T05:42:49.516 INFO:teuthology.orchestra.run.smithi064.stdout: 5 257941 12.12 MB/sec execute 346 sec latency 40.097 ms 2023-12-21T05:42:49.697 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:42:49.697 INFO:teuthology.orchestra.run.smithi064.stdout: "mon": { 2023-12-21T05:42:49.697 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:42:49.697 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:42:49.697 INFO:teuthology.orchestra.run.smithi064.stdout: "mgr": { 2023-12-21T05:42:49.697 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:42:49.697 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:42:49.697 INFO:teuthology.orchestra.run.smithi064.stdout: "osd": { 2023-12-21T05:42:49.698 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-21T05:42:49.698 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:42:49.698 INFO:teuthology.orchestra.run.smithi064.stdout: "mds": { 2023-12-21T05:42:49.698 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:42:49.698 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:42:49.698 INFO:teuthology.orchestra.run.smithi064.stdout: "overall": { 2023-12-21T05:42:49.698 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-12-21T05:42:49.698 INFO:teuthology.orchestra.run.smithi064.stdout: } 2023-12-21T05:42:49.698 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:42:50.059 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:42:50.059 INFO:teuthology.orchestra.run.smithi064.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-21T05:42:50.059 INFO:teuthology.orchestra.run.smithi064.stdout: "in_progress": true, 2023-12-21T05:42:50.059 INFO:teuthology.orchestra.run.smithi064.stdout: "services_complete": [], 2023-12-21T05:42:50.059 INFO:teuthology.orchestra.run.smithi064.stdout: "message": "" 2023-12-21T05:42:50.059 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:42:50.516 INFO:teuthology.orchestra.run.smithi064.stdout: 5 258340 12.12 MB/sec execute 347 sec latency 54.905 ms 2023-12-21T05:42:51.516 INFO:teuthology.orchestra.run.smithi064.stdout: 5 258823 12.12 MB/sec execute 348 sec latency 60.421 ms 2023-12-21T05:42:52.516 INFO:teuthology.orchestra.run.smithi064.stdout: 5 259259 12.12 MB/sec execute 349 sec latency 31.955 ms 2023-12-21T05:42:53.516 INFO:teuthology.orchestra.run.smithi064.stdout: 5 259764 12.14 MB/sec execute 350 sec latency 36.229 ms 2023-12-21T05:42:54.516 INFO:teuthology.orchestra.run.smithi064.stdout: 5 260117 12.14 MB/sec execute 351 sec latency 57.981 ms 2023-12-21T05:42:55.517 INFO:teuthology.orchestra.run.smithi064.stdout: 5 260379 12.13 MB/sec execute 352 sec latency 55.536 ms 2023-12-21T05:42:56.517 INFO:teuthology.orchestra.run.smithi064.stdout: 5 260693 12.10 MB/sec execute 353 sec latency 58.902 ms 2023-12-21T05:42:57.517 INFO:teuthology.orchestra.run.smithi064.stdout: 5 261017 12.08 MB/sec execute 354 sec latency 80.932 ms 2023-12-21T05:42:58.517 INFO:teuthology.orchestra.run.smithi064.stdout: 5 261253 12.06 MB/sec execute 355 sec latency 39.933 ms 2023-12-21T05:42:59.517 INFO:teuthology.orchestra.run.smithi064.stdout: 5 261506 12.05 MB/sec execute 356 sec latency 44.243 ms 2023-12-21T05:43:00.517 INFO:teuthology.orchestra.run.smithi064.stdout: 5 261876 12.05 MB/sec execute 357 sec latency 59.212 ms 2023-12-21T05:43:01.517 INFO:teuthology.orchestra.run.smithi064.stdout: 5 262208 12.04 MB/sec execute 358 sec latency 64.698 ms 2023-12-21T05:43:02.517 INFO:teuthology.orchestra.run.smithi064.stdout: 5 262524 12.03 MB/sec execute 359 sec latency 48.912 ms 2023-12-21T05:43:03.517 INFO:teuthology.orchestra.run.smithi064.stdout: 5 262709 12.01 MB/sec execute 360 sec latency 75.547 ms 2023-12-21T05:43:04.517 INFO:teuthology.orchestra.run.smithi064.stdout: 5 263018 12.01 MB/sec execute 361 sec latency 62.064 ms 2023-12-21T05:43:05.517 INFO:teuthology.orchestra.run.smithi064.stdout: 5 263306 11.99 MB/sec execute 362 sec latency 60.469 ms 2023-12-21T05:43:06.517 INFO:teuthology.orchestra.run.smithi064.stdout: 5 263620 11.99 MB/sec execute 363 sec latency 73.713 ms 2023-12-21T05:43:07.517 INFO:teuthology.orchestra.run.smithi064.stdout: 5 263903 11.99 MB/sec execute 364 sec latency 55.381 ms 2023-12-21T05:43:08.517 INFO:teuthology.orchestra.run.smithi064.stdout: 5 264204 11.97 MB/sec execute 365 sec latency 61.029 ms 2023-12-21T05:43:09.517 INFO:teuthology.orchestra.run.smithi064.stdout: 5 264512 11.94 MB/sec execute 366 sec latency 114.086 ms 2023-12-21T05:43:10.517 INFO:teuthology.orchestra.run.smithi064.stdout: 5 264765 11.92 MB/sec execute 367 sec latency 55.123 ms 2023-12-21T05:43:11.517 INFO:teuthology.orchestra.run.smithi064.stdout: 5 265004 11.91 MB/sec execute 368 sec latency 54.485 ms 2023-12-21T05:43:12.517 INFO:teuthology.orchestra.run.smithi064.stdout: 5 265412 11.92 MB/sec execute 369 sec latency 60.438 ms 2023-12-21T05:43:13.517 INFO:teuthology.orchestra.run.smithi064.stdout: 5 265765 11.91 MB/sec execute 370 sec latency 79.186 ms 2023-12-21T05:43:14.517 INFO:teuthology.orchestra.run.smithi064.stdout: 5 266042 11.90 MB/sec execute 371 sec latency 47.227 ms 2023-12-21T05:43:15.517 INFO:teuthology.orchestra.run.smithi064.stdout: 5 266223 11.87 MB/sec execute 372 sec latency 71.774 ms 2023-12-21T05:43:16.518 INFO:teuthology.orchestra.run.smithi064.stdout: 5 266441 11.87 MB/sec execute 373 sec latency 48.809 ms 2023-12-21T05:43:17.518 INFO:teuthology.orchestra.run.smithi064.stdout: 5 266691 11.85 MB/sec execute 374 sec latency 80.890 ms 2023-12-21T05:43:18.518 INFO:teuthology.orchestra.run.smithi064.stdout: 5 266937 11.84 MB/sec execute 375 sec latency 66.327 ms 2023-12-21T05:43:19.518 INFO:teuthology.orchestra.run.smithi064.stdout: 5 267152 11.83 MB/sec execute 376 sec latency 66.383 ms 2023-12-21T05:43:20.471 INFO:teuthology.orchestra.run.smithi064.stdout:true 2023-12-21T05:43:20.518 INFO:teuthology.orchestra.run.smithi064.stdout: 5 267330 11.81 MB/sec execute 377 sec latency 73.697 ms 2023-12-21T05:43:21.219 INFO:teuthology.orchestra.run.smithi064.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-21T05:43:21.220 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi064 smithi064 running (43m) 7m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c326cb2af19 2023-12-21T05:43:21.220 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi113 smithi113 running (43m) 8m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 911a3f980b79 2023-12-21T05:43:21.220 INFO:teuthology.orchestra.run.smithi064.stdout:grafana.smithi064 smithi064 running (42m) 7m ago 42m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 5bc3dda26095 2023-12-21T05:43:21.220 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi064.hkbxiz smithi064 running (28m) 7m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45924113daed 2023-12-21T05:43:21.220 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi113.mezlgb smithi113 running (28m) 8m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad18dbb81c1c 2023-12-21T05:43:21.220 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi064.skpyci smithi064 running (49m) 7m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ffcccc7cf5aa 2023-12-21T05:43:21.220 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi113.fmrekm smithi113 running (42m) 8m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c5fc20428c6 2023-12-21T05:43:21.220 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi064 smithi064 running (49m) 7m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 85ec4a095c6c 2023-12-21T05:43:21.220 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi113 smithi113 running (47m) 8m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 72900f74bd8b 2023-12-21T05:43:21.220 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi064 smithi064 running (8m) 7m ago 8m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 ed8b18ac76c5 2023-12-21T05:43:21.221 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi113 smithi113 running (8m) 8m ago 8m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 940f83959b00 2023-12-21T05:43:21.221 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi064 smithi064 error 7m ago 20m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:43:21.221 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi113 smithi113 unknown 8m ago 18m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:43:21.221 INFO:teuthology.orchestra.run.smithi064.stdout:osd.0 smithi064 running (43m) 7m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b928406f651 2023-12-21T05:43:21.221 INFO:teuthology.orchestra.run.smithi064.stdout:osd.1 smithi064 running (40m) 7m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f54cca1e2701 2023-12-21T05:43:21.221 INFO:teuthology.orchestra.run.smithi064.stdout:osd.2 smithi064 running (40m) 7m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4f16804909d1 2023-12-21T05:43:21.221 INFO:teuthology.orchestra.run.smithi064.stdout:osd.3 smithi064 running (40m) 7m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ff7c21f150f 2023-12-21T05:43:21.221 INFO:teuthology.orchestra.run.smithi064.stdout:osd.4 smithi113 running (38m) 8m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a87e3f46224a 2023-12-21T05:43:21.221 INFO:teuthology.orchestra.run.smithi064.stdout:osd.5 smithi113 running (38m) 8m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b44b7d91554b 2023-12-21T05:43:21.221 INFO:teuthology.orchestra.run.smithi064.stdout:osd.6 smithi113 running (38m) 8m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 823d9af2b3b8 2023-12-21T05:43:21.222 INFO:teuthology.orchestra.run.smithi064.stdout:osd.7 smithi113 running (38m) 8m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 acd4caf812ae 2023-12-21T05:43:21.518 INFO:teuthology.orchestra.run.smithi064.stdout: 5 267470 11.80 MB/sec execute 378 sec latency 105.719 ms 2023-12-21T05:43:21.601 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:43:21.601 INFO:teuthology.orchestra.run.smithi064.stdout: "mon": { 2023-12-21T05:43:21.601 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:43:21.601 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:43:21.601 INFO:teuthology.orchestra.run.smithi064.stdout: "mgr": { 2023-12-21T05:43:21.601 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:43:21.602 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:43:21.602 INFO:teuthology.orchestra.run.smithi064.stdout: "osd": { 2023-12-21T05:43:21.602 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-21T05:43:21.602 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:43:21.602 INFO:teuthology.orchestra.run.smithi064.stdout: "mds": { 2023-12-21T05:43:21.602 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:43:21.602 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:43:21.602 INFO:teuthology.orchestra.run.smithi064.stdout: "overall": { 2023-12-21T05:43:21.602 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-12-21T05:43:21.602 INFO:teuthology.orchestra.run.smithi064.stdout: } 2023-12-21T05:43:21.602 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:43:21.985 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:43:21.985 INFO:teuthology.orchestra.run.smithi064.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-21T05:43:21.985 INFO:teuthology.orchestra.run.smithi064.stdout: "in_progress": true, 2023-12-21T05:43:21.985 INFO:teuthology.orchestra.run.smithi064.stdout: "services_complete": [], 2023-12-21T05:43:21.985 INFO:teuthology.orchestra.run.smithi064.stdout: "message": "" 2023-12-21T05:43:21.986 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:43:22.518 INFO:teuthology.orchestra.run.smithi064.stdout: 5 267660 11.78 MB/sec execute 379 sec latency 120.670 ms 2023-12-21T05:43:23.518 INFO:teuthology.orchestra.run.smithi064.stdout: 5 268139 11.76 MB/sec execute 380 sec latency 62.587 ms 2023-12-21T05:43:24.518 INFO:teuthology.orchestra.run.smithi064.stdout: 5 268530 11.75 MB/sec execute 381 sec latency 38.288 ms 2023-12-21T05:43:25.518 INFO:teuthology.orchestra.run.smithi064.stdout: 5 269046 11.77 MB/sec execute 382 sec latency 51.275 ms 2023-12-21T05:43:26.518 INFO:teuthology.orchestra.run.smithi064.stdout: 5 269489 11.76 MB/sec execute 383 sec latency 57.058 ms 2023-12-21T05:43:27.518 INFO:teuthology.orchestra.run.smithi064.stdout: 5 269754 11.75 MB/sec execute 384 sec latency 60.492 ms 2023-12-21T05:43:28.518 INFO:teuthology.orchestra.run.smithi064.stdout: 5 270080 11.75 MB/sec execute 385 sec latency 46.730 ms 2023-12-21T05:43:29.518 INFO:teuthology.orchestra.run.smithi064.stdout: 5 270392 11.74 MB/sec execute 386 sec latency 50.931 ms 2023-12-21T05:43:30.518 INFO:teuthology.orchestra.run.smithi064.stdout: 5 270667 11.74 MB/sec execute 387 sec latency 55.842 ms 2023-12-21T05:43:31.518 INFO:teuthology.orchestra.run.smithi064.stdout: 5 270863 11.73 MB/sec execute 388 sec latency 64.554 ms 2023-12-21T05:43:32.518 INFO:teuthology.orchestra.run.smithi064.stdout: 5 271059 11.71 MB/sec execute 389 sec latency 89.151 ms 2023-12-21T05:43:33.518 INFO:teuthology.orchestra.run.smithi064.stdout: 5 271333 11.69 MB/sec execute 390 sec latency 93.783 ms 2023-12-21T05:43:34.518 INFO:teuthology.orchestra.run.smithi064.stdout: 5 271655 11.67 MB/sec execute 391 sec latency 59.382 ms 2023-12-21T05:43:35.518 INFO:teuthology.orchestra.run.smithi064.stdout: 5 271896 11.65 MB/sec execute 392 sec latency 57.755 ms 2023-12-21T05:43:36.518 INFO:teuthology.orchestra.run.smithi064.stdout: 5 272182 11.65 MB/sec execute 393 sec latency 51.429 ms 2023-12-21T05:43:37.519 INFO:teuthology.orchestra.run.smithi064.stdout: 5 272609 11.65 MB/sec execute 394 sec latency 52.928 ms 2023-12-21T05:43:38.518 INFO:teuthology.orchestra.run.smithi064.stdout: 5 273131 11.66 MB/sec execute 395 sec latency 39.940 ms 2023-12-21T05:43:39.518 INFO:teuthology.orchestra.run.smithi064.stdout: 5 273430 11.65 MB/sec execute 396 sec latency 57.614 ms 2023-12-21T05:43:40.518 INFO:teuthology.orchestra.run.smithi064.stdout: 5 273898 11.66 MB/sec execute 397 sec latency 44.243 ms 2023-12-21T05:43:41.518 INFO:teuthology.orchestra.run.smithi064.stdout: 5 274428 11.67 MB/sec execute 398 sec latency 48.585 ms 2023-12-21T05:43:42.519 INFO:teuthology.orchestra.run.smithi064.stdout: 5 274893 11.67 MB/sec execute 399 sec latency 34.641 ms 2023-12-21T05:43:43.519 INFO:teuthology.orchestra.run.smithi064.stdout: 5 275222 11.65 MB/sec execute 400 sec latency 53.977 ms 2023-12-21T05:43:44.519 INFO:teuthology.orchestra.run.smithi064.stdout: 5 275474 11.63 MB/sec execute 401 sec latency 47.969 ms 2023-12-21T05:43:45.519 INFO:teuthology.orchestra.run.smithi064.stdout: 5 275800 11.63 MB/sec execute 402 sec latency 36.724 ms 2023-12-21T05:43:46.519 INFO:teuthology.orchestra.run.smithi064.stdout: 5 276159 11.63 MB/sec execute 403 sec latency 68.280 ms 2023-12-21T05:43:47.519 INFO:teuthology.orchestra.run.smithi064.stdout: 5 276537 11.62 MB/sec execute 404 sec latency 69.141 ms 2023-12-21T05:43:48.518 INFO:teuthology.orchestra.run.smithi064.stdout: 5 276784 11.61 MB/sec execute 405 sec latency 50.445 ms 2023-12-21T05:43:49.519 INFO:teuthology.orchestra.run.smithi064.stdout: 5 276994 11.60 MB/sec execute 406 sec latency 50.645 ms 2023-12-21T05:43:50.519 INFO:teuthology.orchestra.run.smithi064.stdout: 5 277322 11.60 MB/sec execute 407 sec latency 92.215 ms 2023-12-21T05:43:51.519 INFO:teuthology.orchestra.run.smithi064.stdout: 5 277704 11.60 MB/sec execute 408 sec latency 65.536 ms 2023-12-21T05:43:52.333 INFO:teuthology.orchestra.run.smithi064.stdout:true 2023-12-21T05:43:52.519 INFO:teuthology.orchestra.run.smithi064.stdout: 5 277997 11.59 MB/sec execute 409 sec latency 44.762 ms 2023-12-21T05:43:53.032 INFO:teuthology.orchestra.run.smithi064.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-21T05:43:53.032 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi064 smithi064 running (43m) 8m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c326cb2af19 2023-12-21T05:43:53.032 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi113 smithi113 running (43m) 8m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 911a3f980b79 2023-12-21T05:43:53.032 INFO:teuthology.orchestra.run.smithi064.stdout:grafana.smithi064 smithi064 running (43m) 8m ago 43m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 5bc3dda26095 2023-12-21T05:43:53.032 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi064.hkbxiz smithi064 running (29m) 8m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45924113daed 2023-12-21T05:43:53.032 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi113.mezlgb smithi113 running (29m) 8m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad18dbb81c1c 2023-12-21T05:43:53.032 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi064.skpyci smithi064 running (49m) 8m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ffcccc7cf5aa 2023-12-21T05:43:53.033 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi113.fmrekm smithi113 running (43m) 8m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c5fc20428c6 2023-12-21T05:43:53.033 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi064 smithi064 running (49m) 8m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 85ec4a095c6c 2023-12-21T05:43:53.033 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi113 smithi113 running (48m) 8m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 72900f74bd8b 2023-12-21T05:43:53.033 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi064 smithi064 running (8m) 8m ago 8m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 ed8b18ac76c5 2023-12-21T05:43:53.033 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi113 smithi113 running (8m) 8m ago 8m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 940f83959b00 2023-12-21T05:43:53.033 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi064 smithi064 error 8m ago 21m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:43:53.033 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi113 smithi113 unknown 8m ago 19m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:43:53.033 INFO:teuthology.orchestra.run.smithi064.stdout:osd.0 smithi064 running (43m) 8m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b928406f651 2023-12-21T05:43:53.033 INFO:teuthology.orchestra.run.smithi064.stdout:osd.1 smithi064 running (41m) 8m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f54cca1e2701 2023-12-21T05:43:53.033 INFO:teuthology.orchestra.run.smithi064.stdout:osd.2 smithi064 running (40m) 8m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4f16804909d1 2023-12-21T05:43:53.033 INFO:teuthology.orchestra.run.smithi064.stdout:osd.3 smithi064 running (40m) 8m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ff7c21f150f 2023-12-21T05:43:53.033 INFO:teuthology.orchestra.run.smithi064.stdout:osd.4 smithi113 running (39m) 8m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a87e3f46224a 2023-12-21T05:43:53.033 INFO:teuthology.orchestra.run.smithi064.stdout:osd.5 smithi113 running (38m) 8m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b44b7d91554b 2023-12-21T05:43:53.033 INFO:teuthology.orchestra.run.smithi064.stdout:osd.6 smithi113 running (38m) 8m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 823d9af2b3b8 2023-12-21T05:43:53.033 INFO:teuthology.orchestra.run.smithi064.stdout:osd.7 smithi113 running (38m) 8m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 acd4caf812ae 2023-12-21T05:43:53.394 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:43:53.394 INFO:teuthology.orchestra.run.smithi064.stdout: "mon": { 2023-12-21T05:43:53.395 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:43:53.395 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:43:53.395 INFO:teuthology.orchestra.run.smithi064.stdout: "mgr": { 2023-12-21T05:43:53.395 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:43:53.395 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:43:53.395 INFO:teuthology.orchestra.run.smithi064.stdout: "osd": { 2023-12-21T05:43:53.395 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-21T05:43:53.395 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:43:53.395 INFO:teuthology.orchestra.run.smithi064.stdout: "mds": { 2023-12-21T05:43:53.395 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:43:53.395 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:43:53.395 INFO:teuthology.orchestra.run.smithi064.stdout: "overall": { 2023-12-21T05:43:53.395 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-12-21T05:43:53.395 INFO:teuthology.orchestra.run.smithi064.stdout: } 2023-12-21T05:43:53.395 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:43:53.519 INFO:teuthology.orchestra.run.smithi064.stdout: 5 278308 11.59 MB/sec execute 410 sec latency 53.421 ms 2023-12-21T05:43:53.736 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:43:53.736 INFO:teuthology.orchestra.run.smithi064.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-21T05:43:53.736 INFO:teuthology.orchestra.run.smithi064.stdout: "in_progress": true, 2023-12-21T05:43:53.737 INFO:teuthology.orchestra.run.smithi064.stdout: "services_complete": [], 2023-12-21T05:43:53.737 INFO:teuthology.orchestra.run.smithi064.stdout: "message": "" 2023-12-21T05:43:53.737 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:43:54.519 INFO:teuthology.orchestra.run.smithi064.stdout: 5 278627 11.56 MB/sec execute 411 sec latency 62.971 ms 2023-12-21T05:43:55.519 INFO:teuthology.orchestra.run.smithi064.stdout: 5 278889 11.54 MB/sec execute 412 sec latency 50.838 ms 2023-12-21T05:43:56.519 INFO:teuthology.orchestra.run.smithi064.stdout: 5 279149 11.53 MB/sec execute 413 sec latency 47.548 ms 2023-12-21T05:43:57.519 INFO:teuthology.orchestra.run.smithi064.stdout: 5 279500 11.54 MB/sec execute 414 sec latency 40.990 ms 2023-12-21T05:43:58.519 INFO:teuthology.orchestra.run.smithi064.stdout: 5 279974 11.54 MB/sec execute 415 sec latency 44.251 ms 2023-12-21T05:43:59.519 INFO:teuthology.orchestra.run.smithi064.stdout: 5 280354 11.53 MB/sec execute 416 sec latency 34.703 ms 2023-12-21T05:44:00.519 INFO:teuthology.orchestra.run.smithi064.stdout: 5 280658 11.53 MB/sec execute 417 sec latency 49.635 ms 2023-12-21T05:44:01.520 INFO:teuthology.orchestra.run.smithi064.stdout: 5 280996 11.53 MB/sec execute 418 sec latency 59.967 ms 2023-12-21T05:44:02.519 INFO:teuthology.orchestra.run.smithi064.stdout: 5 281331 11.53 MB/sec execute 419 sec latency 42.950 ms 2023-12-21T05:44:03.519 INFO:teuthology.orchestra.run.smithi064.stdout: 5 281594 11.53 MB/sec execute 420 sec latency 42.007 ms 2023-12-21T05:44:04.519 INFO:teuthology.orchestra.run.smithi064.stdout: 5 281910 11.51 MB/sec execute 421 sec latency 48.552 ms 2023-12-21T05:44:05.519 INFO:teuthology.orchestra.run.smithi064.stdout: 5 282296 11.49 MB/sec execute 422 sec latency 43.543 ms 2023-12-21T05:44:06.519 INFO:teuthology.orchestra.run.smithi064.stdout: 5 282581 11.48 MB/sec execute 423 sec latency 38.048 ms 2023-12-21T05:44:07.519 INFO:teuthology.orchestra.run.smithi064.stdout: 5 283021 11.49 MB/sec execute 424 sec latency 47.793 ms 2023-12-21T05:44:08.519 INFO:teuthology.orchestra.run.smithi064.stdout: 5 283401 11.49 MB/sec execute 425 sec latency 74.556 ms 2023-12-21T05:44:09.522 INFO:teuthology.orchestra.run.smithi064.stdout: 5 283791 11.48 MB/sec execute 426 sec latency 54.852 ms 2023-12-21T05:44:10.522 INFO:teuthology.orchestra.run.smithi064.stdout: 5 284010 11.47 MB/sec execute 427 sec latency 41.877 ms 2023-12-21T05:44:11.522 INFO:teuthology.orchestra.run.smithi064.stdout: 5 284373 11.47 MB/sec execute 428 sec latency 40.964 ms 2023-12-21T05:44:12.522 INFO:teuthology.orchestra.run.smithi064.stdout: 5 284783 11.48 MB/sec execute 429 sec latency 73.493 ms 2023-12-21T05:44:13.522 INFO:teuthology.orchestra.run.smithi064.stdout: 5 285113 11.48 MB/sec execute 430 sec latency 45.922 ms 2023-12-21T05:44:14.522 INFO:teuthology.orchestra.run.smithi064.stdout: 5 285399 11.46 MB/sec execute 431 sec latency 52.142 ms 2023-12-21T05:44:15.522 INFO:teuthology.orchestra.run.smithi064.stdout: 5 285703 11.44 MB/sec execute 432 sec latency 64.760 ms 2023-12-21T05:44:16.522 INFO:teuthology.orchestra.run.smithi064.stdout: 5 285955 11.42 MB/sec execute 433 sec latency 56.005 ms 2023-12-21T05:44:17.522 INFO:teuthology.orchestra.run.smithi064.stdout: 5 286198 11.42 MB/sec execute 434 sec latency 39.108 ms 2023-12-21T05:44:18.522 INFO:teuthology.orchestra.run.smithi064.stdout: 5 286529 11.42 MB/sec execute 435 sec latency 40.767 ms 2023-12-21T05:44:19.522 INFO:teuthology.orchestra.run.smithi064.stdout: 5 286984 11.42 MB/sec execute 436 sec latency 69.909 ms 2023-12-21T05:44:20.522 INFO:teuthology.orchestra.run.smithi064.stdout: 5 287380 11.41 MB/sec execute 437 sec latency 35.149 ms 2023-12-21T05:44:21.522 INFO:teuthology.orchestra.run.smithi064.stdout: 5 287658 11.41 MB/sec execute 438 sec latency 64.465 ms 2023-12-21T05:44:22.522 INFO:teuthology.orchestra.run.smithi064.stdout: 5 288061 11.41 MB/sec execute 439 sec latency 36.570 ms 2023-12-21T05:44:23.522 INFO:teuthology.orchestra.run.smithi064.stdout: 5 288447 11.41 MB/sec execute 440 sec latency 58.769 ms 2023-12-21T05:44:24.118 INFO:teuthology.orchestra.run.smithi064.stdout:true 2023-12-21T05:44:24.522 INFO:teuthology.orchestra.run.smithi064.stdout: 5 288736 11.41 MB/sec execute 441 sec latency 43.968 ms 2023-12-21T05:44:24.769 INFO:teuthology.orchestra.run.smithi064.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-21T05:44:24.769 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi064 smithi064 running (44m) 9m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c326cb2af19 2023-12-21T05:44:24.769 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi113 smithi113 running (44m) 9m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 911a3f980b79 2023-12-21T05:44:24.769 INFO:teuthology.orchestra.run.smithi064.stdout:grafana.smithi064 smithi064 running (43m) 9m ago 43m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 5bc3dda26095 2023-12-21T05:44:24.769 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi064.hkbxiz smithi064 running (29m) 9m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45924113daed 2023-12-21T05:44:24.769 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi113.mezlgb smithi113 running (29m) 9m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad18dbb81c1c 2023-12-21T05:44:24.769 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi064.skpyci smithi064 running (50m) 9m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ffcccc7cf5aa 2023-12-21T05:44:24.770 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi113.fmrekm smithi113 running (43m) 9m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c5fc20428c6 2023-12-21T05:44:24.770 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi064 smithi064 running (50m) 9m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 85ec4a095c6c 2023-12-21T05:44:24.770 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi113 smithi113 running (48m) 9m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 72900f74bd8b 2023-12-21T05:44:24.770 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi064 smithi064 running (9m) 9m ago 9m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 ed8b18ac76c5 2023-12-21T05:44:24.770 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi113 smithi113 running (9m) 9m ago 9m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 940f83959b00 2023-12-21T05:44:24.770 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi064 smithi064 error 9m ago 22m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:44:24.770 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi113 smithi113 unknown 9m ago 20m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:44:24.770 INFO:teuthology.orchestra.run.smithi064.stdout:osd.0 smithi064 running (44m) 9m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b928406f651 2023-12-21T05:44:24.770 INFO:teuthology.orchestra.run.smithi064.stdout:osd.1 smithi064 running (41m) 9m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f54cca1e2701 2023-12-21T05:44:24.770 INFO:teuthology.orchestra.run.smithi064.stdout:osd.2 smithi064 running (41m) 9m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4f16804909d1 2023-12-21T05:44:24.770 INFO:teuthology.orchestra.run.smithi064.stdout:osd.3 smithi064 running (41m) 9m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ff7c21f150f 2023-12-21T05:44:24.770 INFO:teuthology.orchestra.run.smithi064.stdout:osd.4 smithi113 running (39m) 9m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a87e3f46224a 2023-12-21T05:44:24.770 INFO:teuthology.orchestra.run.smithi064.stdout:osd.5 smithi113 running (39m) 9m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b44b7d91554b 2023-12-21T05:44:24.770 INFO:teuthology.orchestra.run.smithi064.stdout:osd.6 smithi113 running (39m) 9m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 823d9af2b3b8 2023-12-21T05:44:24.770 INFO:teuthology.orchestra.run.smithi064.stdout:osd.7 smithi113 running (39m) 9m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 acd4caf812ae 2023-12-21T05:44:25.162 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:44:25.162 INFO:teuthology.orchestra.run.smithi064.stdout: "mon": { 2023-12-21T05:44:25.162 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:44:25.162 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:44:25.162 INFO:teuthology.orchestra.run.smithi064.stdout: "mgr": { 2023-12-21T05:44:25.162 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:44:25.162 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:44:25.162 INFO:teuthology.orchestra.run.smithi064.stdout: "osd": { 2023-12-21T05:44:25.163 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-21T05:44:25.163 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:44:25.163 INFO:teuthology.orchestra.run.smithi064.stdout: "mds": { 2023-12-21T05:44:25.163 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:44:25.163 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:44:25.163 INFO:teuthology.orchestra.run.smithi064.stdout: "overall": { 2023-12-21T05:44:25.163 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-12-21T05:44:25.163 INFO:teuthology.orchestra.run.smithi064.stdout: } 2023-12-21T05:44:25.163 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:44:25.522 INFO:teuthology.orchestra.run.smithi064.stdout: 5 289191 11.40 MB/sec execute 442 sec latency 58.906 ms 2023-12-21T05:44:25.533 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:44:25.533 INFO:teuthology.orchestra.run.smithi064.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-21T05:44:25.533 INFO:teuthology.orchestra.run.smithi064.stdout: "in_progress": true, 2023-12-21T05:44:25.533 INFO:teuthology.orchestra.run.smithi064.stdout: "services_complete": [], 2023-12-21T05:44:25.533 INFO:teuthology.orchestra.run.smithi064.stdout: "message": "" 2023-12-21T05:44:25.533 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:44:26.522 INFO:teuthology.orchestra.run.smithi064.stdout: 5 289590 11.39 MB/sec execute 443 sec latency 38.385 ms 2023-12-21T05:44:27.522 INFO:teuthology.orchestra.run.smithi064.stdout: 5 290030 11.40 MB/sec execute 444 sec latency 32.973 ms 2023-12-21T05:44:28.523 INFO:teuthology.orchestra.run.smithi064.stdout: 5 290490 11.40 MB/sec execute 445 sec latency 42.924 ms 2023-12-21T05:44:29.522 INFO:teuthology.orchestra.run.smithi064.stdout: 5 290888 11.40 MB/sec execute 446 sec latency 51.573 ms 2023-12-21T05:44:30.523 INFO:teuthology.orchestra.run.smithi064.stdout: 5 291219 11.40 MB/sec execute 447 sec latency 49.881 ms 2023-12-21T05:44:31.522 INFO:teuthology.orchestra.run.smithi064.stdout: 5 291558 11.39 MB/sec execute 448 sec latency 76.584 ms 2023-12-21T05:44:32.522 INFO:teuthology.orchestra.run.smithi064.stdout: 5 291885 11.39 MB/sec execute 449 sec latency 39.928 ms 2023-12-21T05:44:33.522 INFO:teuthology.orchestra.run.smithi064.stdout: 5 292165 11.39 MB/sec execute 450 sec latency 48.627 ms 2023-12-21T05:44:34.522 INFO:teuthology.orchestra.run.smithi064.stdout: 5 292392 11.37 MB/sec execute 451 sec latency 51.594 ms 2023-12-21T05:44:35.522 INFO:teuthology.orchestra.run.smithi064.stdout: 5 292723 11.36 MB/sec execute 452 sec latency 66.973 ms 2023-12-21T05:44:36.523 INFO:teuthology.orchestra.run.smithi064.stdout: 5 292985 11.34 MB/sec execute 453 sec latency 40.569 ms 2023-12-21T05:44:37.523 INFO:teuthology.orchestra.run.smithi064.stdout: 5 293276 11.33 MB/sec execute 454 sec latency 42.632 ms 2023-12-21T05:44:38.522 INFO:teuthology.orchestra.run.smithi064.stdout: 5 293640 11.34 MB/sec execute 455 sec latency 43.163 ms 2023-12-21T05:44:39.523 INFO:teuthology.orchestra.run.smithi064.stdout: 5 294090 11.34 MB/sec execute 456 sec latency 37.839 ms 2023-12-21T05:44:40.523 INFO:teuthology.orchestra.run.smithi064.stdout: 5 294456 11.33 MB/sec execute 457 sec latency 46.487 ms 2023-12-21T05:44:41.523 INFO:teuthology.orchestra.run.smithi064.stdout: 5 294762 11.33 MB/sec execute 458 sec latency 90.754 ms 2023-12-21T05:44:42.523 INFO:teuthology.orchestra.run.smithi064.stdout: 5 295147 11.33 MB/sec execute 459 sec latency 56.943 ms 2023-12-21T05:44:43.523 INFO:teuthology.orchestra.run.smithi064.stdout: 5 295527 11.33 MB/sec execute 460 sec latency 45.671 ms 2023-12-21T05:44:44.523 INFO:teuthology.orchestra.run.smithi064.stdout: 5 295840 11.33 MB/sec execute 461 sec latency 41.029 ms 2023-12-21T05:44:45.523 INFO:teuthology.orchestra.run.smithi064.stdout: 5 296208 11.32 MB/sec execute 462 sec latency 54.207 ms 2023-12-21T05:44:46.523 INFO:teuthology.orchestra.run.smithi064.stdout: 5 296491 11.30 MB/sec execute 463 sec latency 58.954 ms 2023-12-21T05:44:47.523 INFO:teuthology.orchestra.run.smithi064.stdout: 5 296773 11.29 MB/sec execute 464 sec latency 49.056 ms 2023-12-21T05:44:48.523 INFO:teuthology.orchestra.run.smithi064.stdout: 5 297187 11.30 MB/sec execute 465 sec latency 44.116 ms 2023-12-21T05:44:49.523 INFO:teuthology.orchestra.run.smithi064.stdout: 5 297744 11.30 MB/sec execute 466 sec latency 43.984 ms 2023-12-21T05:44:50.523 INFO:teuthology.orchestra.run.smithi064.stdout: 5 298110 11.30 MB/sec execute 467 sec latency 30.503 ms 2023-12-21T05:44:51.523 INFO:teuthology.orchestra.run.smithi064.stdout: 5 298412 11.30 MB/sec execute 468 sec latency 63.604 ms 2023-12-21T05:44:52.523 INFO:teuthology.orchestra.run.smithi064.stdout: 5 298753 11.30 MB/sec execute 469 sec latency 45.909 ms 2023-12-21T05:44:53.523 INFO:teuthology.orchestra.run.smithi064.stdout: 5 299078 11.29 MB/sec execute 470 sec latency 69.963 ms 2023-12-21T05:44:54.523 INFO:teuthology.orchestra.run.smithi064.stdout: 5 299341 11.29 MB/sec execute 471 sec latency 98.713 ms 2023-12-21T05:44:55.523 INFO:teuthology.orchestra.run.smithi064.stdout: 5 299557 11.27 MB/sec execute 472 sec latency 58.725 ms 2023-12-21T05:44:55.925 INFO:teuthology.orchestra.run.smithi064.stdout:true 2023-12-21T05:44:56.523 INFO:teuthology.orchestra.run.smithi064.stdout: 5 299813 11.26 MB/sec execute 473 sec latency 103.276 ms 2023-12-21T05:44:56.629 INFO:teuthology.orchestra.run.smithi064.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-21T05:44:56.629 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi064 smithi064 running (44m) 9m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c326cb2af19 2023-12-21T05:44:56.629 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi113 smithi113 running (44m) 9m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 911a3f980b79 2023-12-21T05:44:56.629 INFO:teuthology.orchestra.run.smithi064.stdout:grafana.smithi064 smithi064 running (44m) 9m ago 44m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 5bc3dda26095 2023-12-21T05:44:56.629 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi064.hkbxiz smithi064 running (30m) 9m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45924113daed 2023-12-21T05:44:56.629 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi113.mezlgb smithi113 running (30m) 9m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad18dbb81c1c 2023-12-21T05:44:56.629 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi064.skpyci smithi064 running (50m) 9m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ffcccc7cf5aa 2023-12-21T05:44:56.629 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi113.fmrekm smithi113 running (44m) 9m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c5fc20428c6 2023-12-21T05:44:56.629 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi064 smithi064 running (50m) 9m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 85ec4a095c6c 2023-12-21T05:44:56.630 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi113 smithi113 running (49m) 9m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 72900f74bd8b 2023-12-21T05:44:56.630 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi064 smithi064 running (10m) 9m ago 9m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 ed8b18ac76c5 2023-12-21T05:44:56.630 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi113 smithi113 running (9m) 9m ago 9m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 940f83959b00 2023-12-21T05:44:56.630 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi064 smithi064 error 9m ago 22m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:44:56.630 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi113 smithi113 unknown 9m ago 20m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:44:56.630 INFO:teuthology.orchestra.run.smithi064.stdout:osd.0 smithi064 running (44m) 9m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b928406f651 2023-12-21T05:44:56.630 INFO:teuthology.orchestra.run.smithi064.stdout:osd.1 smithi064 running (42m) 9m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f54cca1e2701 2023-12-21T05:44:56.630 INFO:teuthology.orchestra.run.smithi064.stdout:osd.2 smithi064 running (42m) 9m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4f16804909d1 2023-12-21T05:44:56.630 INFO:teuthology.orchestra.run.smithi064.stdout:osd.3 smithi064 running (41m) 9m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ff7c21f150f 2023-12-21T05:44:56.630 INFO:teuthology.orchestra.run.smithi064.stdout:osd.4 smithi113 running (40m) 9m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a87e3f46224a 2023-12-21T05:44:56.630 INFO:teuthology.orchestra.run.smithi064.stdout:osd.5 smithi113 running (39m) 9m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b44b7d91554b 2023-12-21T05:44:56.631 INFO:teuthology.orchestra.run.smithi064.stdout:osd.6 smithi113 running (39m) 9m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 823d9af2b3b8 2023-12-21T05:44:56.631 INFO:teuthology.orchestra.run.smithi064.stdout:osd.7 smithi113 running (39m) 9m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 acd4caf812ae 2023-12-21T05:44:57.057 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:44:57.058 INFO:teuthology.orchestra.run.smithi064.stdout: "mon": { 2023-12-21T05:44:57.058 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:44:57.058 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:44:57.058 INFO:teuthology.orchestra.run.smithi064.stdout: "mgr": { 2023-12-21T05:44:57.058 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:44:57.058 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:44:57.058 INFO:teuthology.orchestra.run.smithi064.stdout: "osd": { 2023-12-21T05:44:57.058 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-21T05:44:57.058 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:44:57.058 INFO:teuthology.orchestra.run.smithi064.stdout: "mds": { 2023-12-21T05:44:57.058 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:44:57.059 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:44:57.059 INFO:teuthology.orchestra.run.smithi064.stdout: "overall": { 2023-12-21T05:44:57.059 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-12-21T05:44:57.059 INFO:teuthology.orchestra.run.smithi064.stdout: } 2023-12-21T05:44:57.059 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:44:57.420 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:44:57.420 INFO:teuthology.orchestra.run.smithi064.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-21T05:44:57.420 INFO:teuthology.orchestra.run.smithi064.stdout: "in_progress": true, 2023-12-21T05:44:57.420 INFO:teuthology.orchestra.run.smithi064.stdout: "services_complete": [], 2023-12-21T05:44:57.420 INFO:teuthology.orchestra.run.smithi064.stdout: "message": "" 2023-12-21T05:44:57.420 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:44:57.523 INFO:teuthology.orchestra.run.smithi064.stdout: 5 300001 11.24 MB/sec execute 474 sec latency 67.003 ms 2023-12-21T05:44:58.523 INFO:teuthology.orchestra.run.smithi064.stdout: 5 300217 11.22 MB/sec execute 475 sec latency 58.966 ms 2023-12-21T05:44:59.524 INFO:teuthology.orchestra.run.smithi064.stdout: 5 300447 11.21 MB/sec execute 476 sec latency 50.854 ms 2023-12-21T05:45:00.523 INFO:teuthology.orchestra.run.smithi064.stdout: 5 300739 11.21 MB/sec execute 477 sec latency 72.336 ms 2023-12-21T05:45:01.523 INFO:teuthology.orchestra.run.smithi064.stdout: 5 301097 11.21 MB/sec execute 478 sec latency 62.654 ms 2023-12-21T05:45:02.524 INFO:teuthology.orchestra.run.smithi064.stdout: 5 301372 11.20 MB/sec execute 479 sec latency 76.659 ms 2023-12-21T05:45:03.524 INFO:teuthology.orchestra.run.smithi064.stdout: 5 301641 11.19 MB/sec execute 480 sec latency 54.158 ms 2023-12-21T05:45:04.523 INFO:teuthology.orchestra.run.smithi064.stdout: 5 301913 11.19 MB/sec execute 481 sec latency 67.214 ms 2023-12-21T05:45:05.524 INFO:teuthology.orchestra.run.smithi064.stdout: 5 302190 11.18 MB/sec execute 482 sec latency 71.453 ms 2023-12-21T05:45:06.524 INFO:teuthology.orchestra.run.smithi064.stdout: 5 302468 11.18 MB/sec execute 483 sec latency 52.932 ms 2023-12-21T05:45:07.524 INFO:teuthology.orchestra.run.smithi064.stdout: 5 302693 11.17 MB/sec execute 484 sec latency 53.767 ms 2023-12-21T05:45:08.524 INFO:teuthology.orchestra.run.smithi064.stdout: 5 302961 11.17 MB/sec execute 485 sec latency 64.842 ms 2023-12-21T05:45:09.524 INFO:teuthology.orchestra.run.smithi064.stdout: 5 303334 11.15 MB/sec execute 486 sec latency 49.859 ms 2023-12-21T05:45:10.524 INFO:teuthology.orchestra.run.smithi064.stdout: 5 303629 11.14 MB/sec execute 487 sec latency 54.906 ms 2023-12-21T05:45:11.524 INFO:teuthology.orchestra.run.smithi064.stdout: 5 303931 11.13 MB/sec execute 488 sec latency 49.736 ms 2023-12-21T05:45:12.524 INFO:teuthology.orchestra.run.smithi064.stdout: 5 304246 11.13 MB/sec execute 489 sec latency 52.254 ms 2023-12-21T05:45:13.524 INFO:teuthology.orchestra.run.smithi064.stdout: 5 304640 11.13 MB/sec execute 490 sec latency 88.198 ms 2023-12-21T05:45:14.524 INFO:teuthology.orchestra.run.smithi064.stdout: 5 304977 11.12 MB/sec execute 491 sec latency 53.641 ms 2023-12-21T05:45:15.524 INFO:teuthology.orchestra.run.smithi064.stdout: 5 305258 11.12 MB/sec execute 492 sec latency 46.239 ms 2023-12-21T05:45:16.524 INFO:teuthology.orchestra.run.smithi064.stdout: 5 305548 11.12 MB/sec execute 493 sec latency 36.364 ms 2023-12-21T05:45:17.525 INFO:teuthology.orchestra.run.smithi064.stdout: 5 305911 11.12 MB/sec execute 494 sec latency 58.244 ms 2023-12-21T05:45:18.525 INFO:teuthology.orchestra.run.smithi064.stdout: 5 306187 11.11 MB/sec execute 495 sec latency 53.906 ms 2023-12-21T05:45:19.524 INFO:teuthology.orchestra.run.smithi064.stdout: 5 306722 11.11 MB/sec execute 496 sec latency 37.399 ms 2023-12-21T05:45:20.524 INFO:teuthology.orchestra.run.smithi064.stdout: 5 307280 11.11 MB/sec execute 497 sec latency 34.734 ms 2023-12-21T05:45:21.525 INFO:teuthology.orchestra.run.smithi064.stdout: 5 307601 11.11 MB/sec execute 498 sec latency 68.288 ms 2023-12-21T05:45:22.525 INFO:teuthology.orchestra.run.smithi064.stdout: 5 307845 11.10 MB/sec execute 499 sec latency 73.968 ms 2023-12-21T05:45:23.525 INFO:teuthology.orchestra.run.smithi064.stdout: 5 308242 11.10 MB/sec execute 500 sec latency 45.512 ms 2023-12-21T05:45:24.525 INFO:teuthology.orchestra.run.smithi064.stdout: 5 308512 11.09 MB/sec execute 501 sec latency 72.109 ms 2023-12-21T05:45:25.525 INFO:teuthology.orchestra.run.smithi064.stdout: 5 308764 11.08 MB/sec execute 502 sec latency 49.592 ms 2023-12-21T05:45:26.525 INFO:teuthology.orchestra.run.smithi064.stdout: 5 309046 11.08 MB/sec execute 503 sec latency 49.073 ms 2023-12-21T05:45:27.526 INFO:teuthology.orchestra.run.smithi064.stdout: 5 309368 11.08 MB/sec execute 504 sec latency 50.720 ms 2023-12-21T05:45:27.748 INFO:teuthology.orchestra.run.smithi064.stdout:true 2023-12-21T05:45:28.424 INFO:teuthology.orchestra.run.smithi064.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-21T05:45:28.425 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi064 smithi064 running (45m) 10m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c326cb2af19 2023-12-21T05:45:28.425 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi113 smithi113 running (45m) 10m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 911a3f980b79 2023-12-21T05:45:28.425 INFO:teuthology.orchestra.run.smithi064.stdout:grafana.smithi064 smithi064 running (44m) 10m ago 44m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 5bc3dda26095 2023-12-21T05:45:28.425 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi064.hkbxiz smithi064 running (30m) 10m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45924113daed 2023-12-21T05:45:28.425 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi113.mezlgb smithi113 running (30m) 10m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad18dbb81c1c 2023-12-21T05:45:28.425 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi064.skpyci smithi064 running (51m) 10m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ffcccc7cf5aa 2023-12-21T05:45:28.425 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi113.fmrekm smithi113 running (44m) 10m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c5fc20428c6 2023-12-21T05:45:28.425 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi064 smithi064 running (51m) 10m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 85ec4a095c6c 2023-12-21T05:45:28.425 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi113 smithi113 running (49m) 10m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 72900f74bd8b 2023-12-21T05:45:28.426 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi064 smithi064 running (10m) 10m ago 10m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 ed8b18ac76c5 2023-12-21T05:45:28.426 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi113 smithi113 running (10m) 10m ago 10m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 940f83959b00 2023-12-21T05:45:28.426 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi064 smithi064 error 10m ago 23m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:45:28.426 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi113 smithi113 unknown 10m ago 21m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:45:28.426 INFO:teuthology.orchestra.run.smithi064.stdout:osd.0 smithi064 running (45m) 10m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b928406f651 2023-12-21T05:45:28.426 INFO:teuthology.orchestra.run.smithi064.stdout:osd.1 smithi064 running (42m) 10m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f54cca1e2701 2023-12-21T05:45:28.426 INFO:teuthology.orchestra.run.smithi064.stdout:osd.2 smithi064 running (42m) 10m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4f16804909d1 2023-12-21T05:45:28.426 INFO:teuthology.orchestra.run.smithi064.stdout:osd.3 smithi064 running (42m) 10m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ff7c21f150f 2023-12-21T05:45:28.426 INFO:teuthology.orchestra.run.smithi064.stdout:osd.4 smithi113 running (40m) 10m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a87e3f46224a 2023-12-21T05:45:28.426 INFO:teuthology.orchestra.run.smithi064.stdout:osd.5 smithi113 running (40m) 10m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b44b7d91554b 2023-12-21T05:45:28.426 INFO:teuthology.orchestra.run.smithi064.stdout:osd.6 smithi113 running (40m) 10m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 823d9af2b3b8 2023-12-21T05:45:28.427 INFO:teuthology.orchestra.run.smithi064.stdout:osd.7 smithi113 running (40m) 10m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 acd4caf812ae 2023-12-21T05:45:28.525 INFO:teuthology.orchestra.run.smithi064.stdout: 5 309679 11.08 MB/sec execute 505 sec latency 47.639 ms 2023-12-21T05:45:28.777 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:45:28.777 INFO:teuthology.orchestra.run.smithi064.stdout: "mon": { 2023-12-21T05:45:28.778 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:45:28.778 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:45:28.778 INFO:teuthology.orchestra.run.smithi064.stdout: "mgr": { 2023-12-21T05:45:28.778 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:45:28.778 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:45:28.778 INFO:teuthology.orchestra.run.smithi064.stdout: "osd": { 2023-12-21T05:45:28.778 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-21T05:45:28.778 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:45:28.778 INFO:teuthology.orchestra.run.smithi064.stdout: "mds": { 2023-12-21T05:45:28.778 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:45:28.778 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:45:28.778 INFO:teuthology.orchestra.run.smithi064.stdout: "overall": { 2023-12-21T05:45:28.779 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-12-21T05:45:28.779 INFO:teuthology.orchestra.run.smithi064.stdout: } 2023-12-21T05:45:28.779 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:45:29.118 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:45:29.118 INFO:teuthology.orchestra.run.smithi064.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-21T05:45:29.119 INFO:teuthology.orchestra.run.smithi064.stdout: "in_progress": true, 2023-12-21T05:45:29.119 INFO:teuthology.orchestra.run.smithi064.stdout: "services_complete": [], 2023-12-21T05:45:29.119 INFO:teuthology.orchestra.run.smithi064.stdout: "message": "" 2023-12-21T05:45:29.119 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:45:29.525 INFO:teuthology.orchestra.run.smithi064.stdout: 5 309905 11.07 MB/sec execute 506 sec latency 64.065 ms 2023-12-21T05:45:30.525 INFO:teuthology.orchestra.run.smithi064.stdout: 5 310112 11.06 MB/sec execute 507 sec latency 76.375 ms 2023-12-21T05:45:31.525 INFO:teuthology.orchestra.run.smithi064.stdout: 5 310375 11.05 MB/sec execute 508 sec latency 92.336 ms 2023-12-21T05:45:32.525 INFO:teuthology.orchestra.run.smithi064.stdout: 5 310594 11.03 MB/sec execute 509 sec latency 71.432 ms 2023-12-21T05:45:33.525 INFO:teuthology.orchestra.run.smithi064.stdout: 5 310845 11.02 MB/sec execute 510 sec latency 59.730 ms 2023-12-21T05:45:34.526 INFO:teuthology.orchestra.run.smithi064.stdout: 5 311186 11.02 MB/sec execute 511 sec latency 54.435 ms 2023-12-21T05:45:35.527 INFO:teuthology.orchestra.run.smithi064.stdout: 5 311528 11.01 MB/sec execute 512 sec latency 61.652 ms 2023-12-21T05:45:36.525 INFO:teuthology.orchestra.run.smithi064.stdout: 5 311918 11.01 MB/sec execute 513 sec latency 55.619 ms 2023-12-21T05:45:37.525 INFO:teuthology.orchestra.run.smithi064.stdout: 5 312234 11.01 MB/sec execute 514 sec latency 51.921 ms 2023-12-21T05:45:38.525 INFO:teuthology.orchestra.run.smithi064.stdout: 5 312565 11.01 MB/sec execute 515 sec latency 55.908 ms 2023-12-21T05:45:39.525 INFO:teuthology.orchestra.run.smithi064.stdout: 5 312944 11.01 MB/sec execute 516 sec latency 65.521 ms 2023-12-21T05:45:40.525 INFO:teuthology.orchestra.run.smithi064.stdout: 5 313262 11.01 MB/sec execute 517 sec latency 56.324 ms 2023-12-21T05:45:41.525 INFO:teuthology.orchestra.run.smithi064.stdout: 5 313560 11.01 MB/sec execute 518 sec latency 65.507 ms 2023-12-21T05:45:42.525 INFO:teuthology.orchestra.run.smithi064.stdout: 5 313914 11.00 MB/sec execute 519 sec latency 51.024 ms 2023-12-21T05:45:43.525 INFO:teuthology.orchestra.run.smithi064.stdout: 5 314224 10.98 MB/sec execute 520 sec latency 63.538 ms 2023-12-21T05:45:44.525 INFO:teuthology.orchestra.run.smithi064.stdout: 5 314587 10.98 MB/sec execute 521 sec latency 52.939 ms 2023-12-21T05:45:45.525 INFO:teuthology.orchestra.run.smithi064.stdout: 5 314985 10.98 MB/sec execute 522 sec latency 49.421 ms 2023-12-21T05:45:46.526 INFO:teuthology.orchestra.run.smithi064.stdout: 5 315428 10.98 MB/sec execute 523 sec latency 46.855 ms 2023-12-21T05:45:47.525 INFO:teuthology.orchestra.run.smithi064.stdout: 5 315772 10.98 MB/sec execute 524 sec latency 69.536 ms 2023-12-21T05:45:48.526 INFO:teuthology.orchestra.run.smithi064.stdout: 5 316033 10.98 MB/sec execute 525 sec latency 55.886 ms 2023-12-21T05:45:49.526 INFO:teuthology.orchestra.run.smithi064.stdout: 5 316261 10.97 MB/sec execute 526 sec latency 62.157 ms 2023-12-21T05:45:50.526 INFO:teuthology.orchestra.run.smithi064.stdout: 5 316523 10.97 MB/sec execute 527 sec latency 61.489 ms 2023-12-21T05:45:51.527 INFO:teuthology.orchestra.run.smithi064.stdout: 5 316704 10.95 MB/sec execute 528 sec latency 84.659 ms 2023-12-21T05:45:52.526 INFO:teuthology.orchestra.run.smithi064.stdout: 5 316896 10.94 MB/sec execute 529 sec latency 71.500 ms 2023-12-21T05:45:53.527 INFO:teuthology.orchestra.run.smithi064.stdout: 5 317113 10.94 MB/sec execute 530 sec latency 61.775 ms 2023-12-21T05:45:54.526 INFO:teuthology.orchestra.run.smithi064.stdout: 5 317343 10.92 MB/sec execute 531 sec latency 80.009 ms 2023-12-21T05:45:55.526 INFO:teuthology.orchestra.run.smithi064.stdout: 5 317579 10.91 MB/sec execute 532 sec latency 80.903 ms 2023-12-21T05:45:56.527 INFO:teuthology.orchestra.run.smithi064.stdout: 5 317782 10.89 MB/sec execute 533 sec latency 71.106 ms 2023-12-21T05:45:57.526 INFO:teuthology.orchestra.run.smithi064.stdout: 5 318054 10.88 MB/sec execute 534 sec latency 59.341 ms 2023-12-21T05:45:58.526 INFO:teuthology.orchestra.run.smithi064.stdout: 5 318361 10.88 MB/sec execute 535 sec latency 62.733 ms 2023-12-21T05:45:59.465 INFO:teuthology.orchestra.run.smithi064.stdout:true 2023-12-21T05:45:59.526 INFO:teuthology.orchestra.run.smithi064.stdout: 5 318792 10.88 MB/sec execute 536 sec latency 39.780 ms 2023-12-21T05:46:00.128 INFO:teuthology.orchestra.run.smithi064.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-21T05:46:00.128 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi064 smithi064 running (45m) 10m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c326cb2af19 2023-12-21T05:46:00.128 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi113 smithi113 running (45m) 10m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 911a3f980b79 2023-12-21T05:46:00.128 INFO:teuthology.orchestra.run.smithi064.stdout:grafana.smithi064 smithi064 running (45m) 10m ago 45m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 5bc3dda26095 2023-12-21T05:46:00.128 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi064.hkbxiz smithi064 running (31m) 10m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45924113daed 2023-12-21T05:46:00.128 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi113.mezlgb smithi113 running (31m) 10m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad18dbb81c1c 2023-12-21T05:46:00.128 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi064.skpyci smithi064 running (51m) 10m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ffcccc7cf5aa 2023-12-21T05:46:00.128 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi113.fmrekm smithi113 running (45m) 10m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c5fc20428c6 2023-12-21T05:46:00.128 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi064 smithi064 running (51m) 10m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 85ec4a095c6c 2023-12-21T05:46:00.128 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi113 smithi113 running (50m) 10m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 72900f74bd8b 2023-12-21T05:46:00.128 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi064 smithi064 running (11m) 10m ago 11m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 ed8b18ac76c5 2023-12-21T05:46:00.128 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi113 smithi113 running (10m) 10m ago 10m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 940f83959b00 2023-12-21T05:46:00.129 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi064 smithi064 error 10m ago 23m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:46:00.129 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi113 smithi113 unknown 10m ago 21m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:46:00.129 INFO:teuthology.orchestra.run.smithi064.stdout:osd.0 smithi064 running (45m) 10m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b928406f651 2023-12-21T05:46:00.129 INFO:teuthology.orchestra.run.smithi064.stdout:osd.1 smithi064 running (43m) 10m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f54cca1e2701 2023-12-21T05:46:00.129 INFO:teuthology.orchestra.run.smithi064.stdout:osd.2 smithi064 running (43m) 10m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4f16804909d1 2023-12-21T05:46:00.129 INFO:teuthology.orchestra.run.smithi064.stdout:osd.3 smithi064 running (42m) 10m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ff7c21f150f 2023-12-21T05:46:00.129 INFO:teuthology.orchestra.run.smithi064.stdout:osd.4 smithi113 running (41m) 10m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a87e3f46224a 2023-12-21T05:46:00.129 INFO:teuthology.orchestra.run.smithi064.stdout:osd.5 smithi113 running (41m) 10m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b44b7d91554b 2023-12-21T05:46:00.129 INFO:teuthology.orchestra.run.smithi064.stdout:osd.6 smithi113 running (40m) 10m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 823d9af2b3b8 2023-12-21T05:46:00.129 INFO:teuthology.orchestra.run.smithi064.stdout:osd.7 smithi113 running (40m) 10m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 acd4caf812ae 2023-12-21T05:46:00.498 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:46:00.498 INFO:teuthology.orchestra.run.smithi064.stdout: "mon": { 2023-12-21T05:46:00.498 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:46:00.498 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:46:00.498 INFO:teuthology.orchestra.run.smithi064.stdout: "mgr": { 2023-12-21T05:46:00.499 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:46:00.499 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:46:00.499 INFO:teuthology.orchestra.run.smithi064.stdout: "osd": { 2023-12-21T05:46:00.499 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-21T05:46:00.499 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:46:00.499 INFO:teuthology.orchestra.run.smithi064.stdout: "mds": { 2023-12-21T05:46:00.499 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:46:00.499 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:46:00.499 INFO:teuthology.orchestra.run.smithi064.stdout: "overall": { 2023-12-21T05:46:00.499 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-12-21T05:46:00.499 INFO:teuthology.orchestra.run.smithi064.stdout: } 2023-12-21T05:46:00.500 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:46:00.526 INFO:teuthology.orchestra.run.smithi064.stdout: 5 319086 10.88 MB/sec execute 537 sec latency 50.182 ms 2023-12-21T05:46:00.859 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:46:00.860 INFO:teuthology.orchestra.run.smithi064.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-21T05:46:00.860 INFO:teuthology.orchestra.run.smithi064.stdout: "in_progress": true, 2023-12-21T05:46:00.860 INFO:teuthology.orchestra.run.smithi064.stdout: "services_complete": [], 2023-12-21T05:46:00.860 INFO:teuthology.orchestra.run.smithi064.stdout: "message": "" 2023-12-21T05:46:00.860 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:46:01.526 INFO:teuthology.orchestra.run.smithi064.stdout: 5 319450 10.88 MB/sec execute 538 sec latency 50.748 ms 2023-12-21T05:46:02.526 INFO:teuthology.orchestra.run.smithi064.stdout: 5 319791 10.88 MB/sec execute 539 sec latency 44.796 ms 2023-12-21T05:46:03.526 INFO:teuthology.orchestra.run.smithi064.stdout: 5 320154 10.89 MB/sec execute 540 sec latency 43.172 ms 2023-12-21T05:46:04.526 INFO:teuthology.orchestra.run.smithi064.stdout: 5 320446 10.88 MB/sec execute 541 sec latency 51.626 ms 2023-12-21T05:46:05.526 INFO:teuthology.orchestra.run.smithi064.stdout: 5 320773 10.87 MB/sec execute 542 sec latency 75.400 ms 2023-12-21T05:46:06.526 INFO:teuthology.orchestra.run.smithi064.stdout: 5 321146 10.86 MB/sec execute 543 sec latency 51.983 ms 2023-12-21T05:46:07.526 INFO:teuthology.orchestra.run.smithi064.stdout: 5 321462 10.85 MB/sec execute 544 sec latency 54.493 ms 2023-12-21T05:46:08.526 INFO:teuthology.orchestra.run.smithi064.stdout: 5 321800 10.86 MB/sec execute 545 sec latency 57.316 ms 2023-12-21T05:46:09.526 INFO:teuthology.orchestra.run.smithi064.stdout: 5 322159 10.85 MB/sec execute 546 sec latency 54.360 ms 2023-12-21T05:46:10.526 INFO:teuthology.orchestra.run.smithi064.stdout: 5 322535 10.85 MB/sec execute 547 sec latency 40.918 ms 2023-12-21T05:46:11.526 INFO:teuthology.orchestra.run.smithi064.stdout: 5 322920 10.85 MB/sec execute 548 sec latency 55.780 ms 2023-12-21T05:46:12.526 INFO:teuthology.orchestra.run.smithi064.stdout: 5 323527 10.87 MB/sec execute 549 sec latency 53.292 ms 2023-12-21T05:46:13.526 INFO:teuthology.orchestra.run.smithi064.stdout: 5 323930 10.87 MB/sec execute 550 sec latency 55.194 ms 2023-12-21T05:46:14.526 INFO:teuthology.orchestra.run.smithi064.stdout: 5 324242 10.87 MB/sec execute 551 sec latency 45.869 ms 2023-12-21T05:46:15.527 INFO:teuthology.orchestra.run.smithi064.stdout: 5 324586 10.86 MB/sec execute 552 sec latency 65.529 ms 2023-12-21T05:46:16.526 INFO:teuthology.orchestra.run.smithi064.stdout: 5 324885 10.85 MB/sec execute 553 sec latency 72.705 ms 2023-12-21T05:46:17.531 INFO:teuthology.orchestra.run.smithi064.stdout: 5 325238 10.85 MB/sec execute 554 sec latency 37.723 ms 2023-12-21T05:46:18.528 INFO:teuthology.orchestra.run.smithi064.stdout: 5 325586 10.84 MB/sec execute 555 sec latency 70.051 ms 2023-12-21T05:46:19.528 INFO:teuthology.orchestra.run.smithi064.stdout: 5 326053 10.85 MB/sec execute 556 sec latency 43.679 ms 2023-12-21T05:46:20.526 INFO:teuthology.orchestra.run.smithi064.stdout: 5 326350 10.84 MB/sec execute 557 sec latency 50.938 ms 2023-12-21T05:46:21.527 INFO:teuthology.orchestra.run.smithi064.stdout: 5 326672 10.84 MB/sec execute 558 sec latency 57.084 ms 2023-12-21T05:46:22.529 INFO:teuthology.orchestra.run.smithi064.stdout: 5 326972 10.84 MB/sec execute 559 sec latency 47.021 ms 2023-12-21T05:46:23.526 INFO:teuthology.orchestra.run.smithi064.stdout: 5 327294 10.84 MB/sec execute 560 sec latency 84.255 ms 2023-12-21T05:46:24.527 INFO:teuthology.orchestra.run.smithi064.stdout: 5 327596 10.84 MB/sec execute 561 sec latency 75.264 ms 2023-12-21T05:46:25.528 INFO:teuthology.orchestra.run.smithi064.stdout: 5 327907 10.83 MB/sec execute 562 sec latency 50.292 ms 2023-12-21T05:46:26.532 INFO:teuthology.orchestra.run.smithi064.stdout: 5 328257 10.82 MB/sec execute 563 sec latency 63.991 ms 2023-12-21T05:46:27.530 INFO:teuthology.orchestra.run.smithi064.stdout: 5 328651 10.81 MB/sec execute 564 sec latency 34.295 ms 2023-12-21T05:46:28.530 INFO:teuthology.orchestra.run.smithi064.stdout: 5 329108 10.82 MB/sec execute 565 sec latency 39.970 ms 2023-12-21T05:46:29.530 INFO:teuthology.orchestra.run.smithi064.stdout: 5 329612 10.83 MB/sec execute 566 sec latency 31.249 ms 2023-12-21T05:46:30.530 INFO:teuthology.orchestra.run.smithi064.stdout: 5 330006 10.83 MB/sec execute 567 sec latency 44.260 ms 2023-12-21T05:46:31.246 INFO:teuthology.orchestra.run.smithi064.stdout:true 2023-12-21T05:46:31.530 INFO:teuthology.orchestra.run.smithi064.stdout: 5 330341 10.83 MB/sec execute 568 sec latency 47.678 ms 2023-12-21T05:46:31.931 INFO:teuthology.orchestra.run.smithi064.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-21T05:46:31.931 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi064 smithi064 running (46m) 11m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c326cb2af19 2023-12-21T05:46:31.931 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi113 smithi113 running (46m) 11m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 911a3f980b79 2023-12-21T05:46:31.931 INFO:teuthology.orchestra.run.smithi064.stdout:grafana.smithi064 smithi064 running (45m) 11m ago 45m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 5bc3dda26095 2023-12-21T05:46:31.931 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi064.hkbxiz smithi064 running (31m) 11m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45924113daed 2023-12-21T05:46:31.931 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi113.mezlgb smithi113 running (31m) 11m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad18dbb81c1c 2023-12-21T05:46:31.931 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi064.skpyci smithi064 running (52m) 11m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ffcccc7cf5aa 2023-12-21T05:46:31.931 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi113.fmrekm smithi113 running (45m) 11m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c5fc20428c6 2023-12-21T05:46:31.931 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi064 smithi064 running (52m) 11m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 85ec4a095c6c 2023-12-21T05:46:31.931 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi113 smithi113 running (50m) 11m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 72900f74bd8b 2023-12-21T05:46:31.932 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi064 smithi064 running (11m) 11m ago 11m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 ed8b18ac76c5 2023-12-21T05:46:31.932 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi113 smithi113 running (11m) 11m ago 11m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 940f83959b00 2023-12-21T05:46:31.932 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi064 smithi064 error 11m ago 24m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:46:31.932 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi113 smithi113 unknown 11m ago 22m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:46:31.932 INFO:teuthology.orchestra.run.smithi064.stdout:osd.0 smithi064 running (46m) 11m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b928406f651 2023-12-21T05:46:31.932 INFO:teuthology.orchestra.run.smithi064.stdout:osd.1 smithi064 running (43m) 11m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f54cca1e2701 2023-12-21T05:46:31.932 INFO:teuthology.orchestra.run.smithi064.stdout:osd.2 smithi064 running (43m) 11m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4f16804909d1 2023-12-21T05:46:31.932 INFO:teuthology.orchestra.run.smithi064.stdout:osd.3 smithi064 running (43m) 11m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ff7c21f150f 2023-12-21T05:46:31.932 INFO:teuthology.orchestra.run.smithi064.stdout:osd.4 smithi113 running (41m) 11m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a87e3f46224a 2023-12-21T05:46:31.932 INFO:teuthology.orchestra.run.smithi064.stdout:osd.5 smithi113 running (41m) 11m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b44b7d91554b 2023-12-21T05:46:31.932 INFO:teuthology.orchestra.run.smithi064.stdout:osd.6 smithi113 running (41m) 11m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 823d9af2b3b8 2023-12-21T05:46:31.932 INFO:teuthology.orchestra.run.smithi064.stdout:osd.7 smithi113 running (41m) 11m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 acd4caf812ae 2023-12-21T05:46:32.309 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:46:32.309 INFO:teuthology.orchestra.run.smithi064.stdout: "mon": { 2023-12-21T05:46:32.309 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:46:32.309 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:46:32.309 INFO:teuthology.orchestra.run.smithi064.stdout: "mgr": { 2023-12-21T05:46:32.309 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:46:32.309 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:46:32.309 INFO:teuthology.orchestra.run.smithi064.stdout: "osd": { 2023-12-21T05:46:32.309 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-21T05:46:32.309 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:46:32.309 INFO:teuthology.orchestra.run.smithi064.stdout: "mds": { 2023-12-21T05:46:32.310 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:46:32.310 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:46:32.310 INFO:teuthology.orchestra.run.smithi064.stdout: "overall": { 2023-12-21T05:46:32.310 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-12-21T05:46:32.310 INFO:teuthology.orchestra.run.smithi064.stdout: } 2023-12-21T05:46:32.310 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:46:32.530 INFO:teuthology.orchestra.run.smithi064.stdout: 5 330704 10.83 MB/sec execute 569 sec latency 48.634 ms 2023-12-21T05:46:32.652 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:46:32.652 INFO:teuthology.orchestra.run.smithi064.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-21T05:46:32.652 INFO:teuthology.orchestra.run.smithi064.stdout: "in_progress": true, 2023-12-21T05:46:32.652 INFO:teuthology.orchestra.run.smithi064.stdout: "services_complete": [], 2023-12-21T05:46:32.652 INFO:teuthology.orchestra.run.smithi064.stdout: "message": "" 2023-12-21T05:46:32.652 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:46:33.531 INFO:teuthology.orchestra.run.smithi064.stdout: 5 331130 10.83 MB/sec execute 570 sec latency 55.276 ms 2023-12-21T05:46:34.530 INFO:teuthology.orchestra.run.smithi064.stdout: 5 331696 10.83 MB/sec execute 571 sec latency 48.702 ms 2023-12-21T05:46:35.530 INFO:teuthology.orchestra.run.smithi064.stdout: 5 332028 10.82 MB/sec execute 572 sec latency 76.435 ms 2023-12-21T05:46:36.531 INFO:teuthology.orchestra.run.smithi064.stdout: 5 332315 10.82 MB/sec execute 573 sec latency 55.801 ms 2023-12-21T05:46:37.530 INFO:teuthology.orchestra.run.smithi064.stdout: 5 332573 10.81 MB/sec execute 574 sec latency 79.600 ms 2023-12-21T05:46:38.530 INFO:teuthology.orchestra.run.smithi064.stdout: 5 332956 10.81 MB/sec execute 575 sec latency 58.784 ms 2023-12-21T05:46:39.531 INFO:teuthology.orchestra.run.smithi064.stdout: 5 333248 10.81 MB/sec execute 576 sec latency 60.327 ms 2023-12-21T05:46:40.531 INFO:teuthology.orchestra.run.smithi064.stdout: 5 333530 10.80 MB/sec execute 577 sec latency 58.251 ms 2023-12-21T05:46:41.531 INFO:teuthology.orchestra.run.smithi064.stdout: 5 333778 10.80 MB/sec execute 578 sec latency 101.429 ms 2023-12-21T05:46:42.531 INFO:teuthology.orchestra.run.smithi064.stdout: 5 334024 10.79 MB/sec execute 579 sec latency 66.718 ms 2023-12-21T05:46:43.531 INFO:teuthology.orchestra.run.smithi064.stdout: 5 334299 10.79 MB/sec execute 580 sec latency 66.150 ms 2023-12-21T05:46:44.531 INFO:teuthology.orchestra.run.smithi064.stdout: 5 334580 10.79 MB/sec execute 581 sec latency 53.813 ms 2023-12-21T05:46:45.530 INFO:teuthology.orchestra.run.smithi064.stdout: 5 334898 10.78 MB/sec execute 582 sec latency 67.663 ms 2023-12-21T05:46:46.531 INFO:teuthology.orchestra.run.smithi064.stdout: 5 335276 10.77 MB/sec execute 583 sec latency 66.622 ms 2023-12-21T05:46:47.531 INFO:teuthology.orchestra.run.smithi064.stdout: 5 335533 10.76 MB/sec execute 584 sec latency 64.515 ms 2023-12-21T05:46:48.532 INFO:teuthology.orchestra.run.smithi064.stdout: 5 335866 10.76 MB/sec execute 585 sec latency 57.303 ms 2023-12-21T05:46:49.531 INFO:teuthology.orchestra.run.smithi064.stdout: 5 336133 10.75 MB/sec execute 586 sec latency 69.379 ms 2023-12-21T05:46:50.531 INFO:teuthology.orchestra.run.smithi064.stdout: 5 336539 10.76 MB/sec execute 587 sec latency 59.404 ms 2023-12-21T05:46:51.531 INFO:teuthology.orchestra.run.smithi064.stdout: 5 336807 10.75 MB/sec execute 588 sec latency 95.115 ms 2023-12-21T05:46:52.531 INFO:teuthology.orchestra.run.smithi064.stdout: 5 337041 10.74 MB/sec execute 589 sec latency 62.947 ms 2023-12-21T05:46:53.531 INFO:teuthology.orchestra.run.smithi064.stdout: 5 337316 10.74 MB/sec execute 590 sec latency 58.714 ms 2023-12-21T05:46:54.531 INFO:teuthology.orchestra.run.smithi064.stdout: 5 337548 10.73 MB/sec execute 591 sec latency 81.934 ms 2023-12-21T05:46:55.531 INFO:teuthology.orchestra.run.smithi064.stdout: 5 337790 10.73 MB/sec execute 592 sec latency 66.652 ms 2023-12-21T05:46:56.531 INFO:teuthology.orchestra.run.smithi064.stdout: 5 338060 10.73 MB/sec execute 593 sec latency 49.674 ms 2023-12-21T05:46:57.531 INFO:teuthology.orchestra.run.smithi064.stdout: 5 338380 10.72 MB/sec execute 594 sec latency 51.032 ms 2023-12-21T05:46:58.531 INFO:teuthology.orchestra.run.smithi064.stdout: 5 338734 10.72 MB/sec execute 595 sec latency 73.004 ms 2023-12-21T05:46:59.531 INFO:teuthology.orchestra.run.smithi064.stdout: 5 339014 10.70 MB/sec execute 596 sec latency 53.405 ms 2023-12-21T05:47:00.531 INFO:teuthology.orchestra.run.smithi064.stdout: 5 339271 10.69 MB/sec execute 597 sec latency 46.648 ms 2023-12-21T05:47:01.531 INFO:teuthology.orchestra.run.smithi064.stdout: 5 339546 10.69 MB/sec execute 598 sec latency 61.072 ms 2023-12-21T05:47:02.533 INFO:teuthology.orchestra.run.smithi064.stdout: 5 339877 10.69 MB/sec execute 599 sec latency 55.035 ms 2023-12-21T05:47:03.089 INFO:teuthology.orchestra.run.smithi064.stdout:true 2023-12-21T05:47:03.531 INFO:teuthology.orchestra.run.smithi064.stdout: 5 cleanup 600 sec 2023-12-21T05:47:03.790 INFO:teuthology.orchestra.run.smithi064.stdout: 0 cleanup 600 sec 2023-12-21T05:47:03.790 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:47:03.790 INFO:teuthology.orchestra.run.smithi064.stdout: Operation Count AvgLat MaxLat 2023-12-21T05:47:03.790 INFO:teuthology.orchestra.run.smithi064.stdout: ---------------------------------------- 2023-12-21T05:47:03.790 INFO:teuthology.orchestra.run.smithi064.stdout: NTCreateX 205591 4.149 169.374 2023-12-21T05:47:03.790 INFO:teuthology.orchestra.run.smithi064.stdout: Close 150963 0.148 22.023 2023-12-21T05:47:03.790 INFO:teuthology.orchestra.run.smithi064.stdout: Rename 8719 9.560 150.194 2023-12-21T05:47:03.791 INFO:teuthology.orchestra.run.smithi064.stdout: Unlink 41556 7.051 116.313 2023-12-21T05:47:03.791 INFO:teuthology.orchestra.run.smithi064.stdout: Qpathinfo 186504 0.936 97.871 2023-12-21T05:47:03.791 INFO:teuthology.orchestra.run.smithi064.stdout: Qfileinfo 32507 0.093 8.281 2023-12-21T05:47:03.791 INFO:teuthology.orchestra.run.smithi064.stdout: Qfsinfo 34212 0.496 13.281 2023-12-21T05:47:03.791 INFO:teuthology.orchestra.run.smithi064.stdout: Sfileinfo 16754 12.660 88.891 2023-12-21T05:47:03.791 INFO:teuthology.orchestra.run.smithi064.stdout: Find 72089 0.428 27.877 2023-12-21T05:47:03.791 INFO:teuthology.orchestra.run.smithi064.stdout: WriteX 101581 12.829 108.990 2023-12-21T05:47:03.791 INFO:teuthology.orchestra.run.smithi064.stdout: ReadX 322792 0.010 7.512 2023-12-21T05:47:03.791 INFO:teuthology.orchestra.run.smithi064.stdout: LockX 670 0.380 5.139 2023-12-21T05:47:03.791 INFO:teuthology.orchestra.run.smithi064.stdout: UnlockX 670 0.292 9.866 2023-12-21T05:47:03.792 INFO:teuthology.orchestra.run.smithi064.stdout: Flush 14428 0.002 0.023 2023-12-21T05:47:03.792 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:47:03.792 INFO:teuthology.orchestra.run.smithi064.stdout:Throughput 10.69 MB/sec 5 clients 5 procs max_latency=169.379 ms 2023-12-21T05:47:03.793 DEBUG:teuthology.orchestra.run.smithi064:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2023-12-21T05:47:03.847 DEBUG:teuthology.orchestra.run.smithi064:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2023-12-21T05:47:03.869 INFO:teuthology.orchestra.run.smithi064.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-21T05:47:03.869 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi064 smithi064 running (46m) 11m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c326cb2af19 2023-12-21T05:47:03.869 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi113 smithi113 running (46m) 11m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 911a3f980b79 2023-12-21T05:47:03.869 INFO:teuthology.orchestra.run.smithi064.stdout:grafana.smithi064 smithi064 running (46m) 11m ago 46m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 5bc3dda26095 2023-12-21T05:47:03.870 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi064.hkbxiz smithi064 running (32m) 11m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45924113daed 2023-12-21T05:47:03.870 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi113.mezlgb smithi113 running (32m) 11m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad18dbb81c1c 2023-12-21T05:47:03.870 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi064.skpyci smithi064 running (52m) 11m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ffcccc7cf5aa 2023-12-21T05:47:03.870 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi113.fmrekm smithi113 running (46m) 11m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c5fc20428c6 2023-12-21T05:47:03.870 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi064 smithi064 running (52m) 11m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 85ec4a095c6c 2023-12-21T05:47:03.870 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi113 smithi113 running (51m) 11m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 72900f74bd8b 2023-12-21T05:47:03.870 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi064 smithi064 running (12m) 11m ago 12m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 ed8b18ac76c5 2023-12-21T05:47:03.870 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi113 smithi113 running (12m) 11m ago 12m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 940f83959b00 2023-12-21T05:47:03.870 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi064 smithi064 error 11m ago 24m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:47:03.870 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi113 smithi113 unknown 11m ago 22m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:47:03.871 INFO:teuthology.orchestra.run.smithi064.stdout:osd.0 smithi064 running (46m) 11m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b928406f651 2023-12-21T05:47:03.871 INFO:teuthology.orchestra.run.smithi064.stdout:osd.1 smithi064 running (44m) 11m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f54cca1e2701 2023-12-21T05:47:03.871 INFO:teuthology.orchestra.run.smithi064.stdout:osd.2 smithi064 running (44m) 11m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4f16804909d1 2023-12-21T05:47:03.871 INFO:teuthology.orchestra.run.smithi064.stdout:osd.3 smithi064 running (43m) 11m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ff7c21f150f 2023-12-21T05:47:03.871 INFO:teuthology.orchestra.run.smithi064.stdout:osd.4 smithi113 running (42m) 11m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a87e3f46224a 2023-12-21T05:47:03.871 INFO:teuthology.orchestra.run.smithi064.stdout:osd.5 smithi113 running (42m) 11m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b44b7d91554b 2023-12-21T05:47:03.871 INFO:teuthology.orchestra.run.smithi064.stdout:osd.6 smithi113 running (41m) 11m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 823d9af2b3b8 2023-12-21T05:47:03.871 INFO:teuthology.orchestra.run.smithi064.stdout:osd.7 smithi113 running (41m) 11m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 acd4caf812ae 2023-12-21T05:47:03.934 DEBUG:teuthology.orchestra.run.smithi064:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2023-12-21T05:47:04.066 INFO:teuthology.orchestra.run.smithi064.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-12-21T05:47:04.066 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:47:04.066 INFO:teuthology.orchestra.run.smithi064.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2023-12-21T05:47:04.066 INFO:teuthology.orchestra.run.smithi064.stdout:2 of 5 processes prepared for launch 0 sec 2023-12-21T05:47:04.167 INFO:teuthology.orchestra.run.smithi064.stdout:5 of 5 processes prepared for launch 0 sec 2023-12-21T05:47:04.167 INFO:teuthology.orchestra.run.smithi064.stdout:releasing clients 2023-12-21T05:47:04.418 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:47:04.419 INFO:teuthology.orchestra.run.smithi064.stdout: "mon": { 2023-12-21T05:47:04.419 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:47:04.419 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:47:04.419 INFO:teuthology.orchestra.run.smithi064.stdout: "mgr": { 2023-12-21T05:47:04.419 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:47:04.419 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:47:04.419 INFO:teuthology.orchestra.run.smithi064.stdout: "osd": { 2023-12-21T05:47:04.419 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-21T05:47:04.419 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:47:04.420 INFO:teuthology.orchestra.run.smithi064.stdout: "mds": { 2023-12-21T05:47:04.420 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:47:04.420 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:47:04.420 INFO:teuthology.orchestra.run.smithi064.stdout: "overall": { 2023-12-21T05:47:04.420 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-12-21T05:47:04.420 INFO:teuthology.orchestra.run.smithi064.stdout: } 2023-12-21T05:47:04.420 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:47:04.866 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:47:04.867 INFO:teuthology.orchestra.run.smithi064.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-21T05:47:04.867 INFO:teuthology.orchestra.run.smithi064.stdout: "in_progress": true, 2023-12-21T05:47:04.867 INFO:teuthology.orchestra.run.smithi064.stdout: "services_complete": [], 2023-12-21T05:47:04.867 INFO:teuthology.orchestra.run.smithi064.stdout: "message": "" 2023-12-21T05:47:04.867 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:47:06.167 INFO:teuthology.orchestra.run.smithi064.stdout: 5 354 25.23 MB/sec execute 1 sec latency 62.903 ms 2023-12-21T05:47:07.167 INFO:teuthology.orchestra.run.smithi064.stdout: 5 492 23.80 MB/sec execute 2 sec latency 33.927 ms 2023-12-21T05:47:08.167 INFO:teuthology.orchestra.run.smithi064.stdout: 5 720 22.74 MB/sec execute 3 sec latency 54.511 ms 2023-12-21T05:47:09.174 INFO:teuthology.orchestra.run.smithi064.stdout: 5 980 17.96 MB/sec execute 4 sec latency 55.253 ms 2023-12-21T05:47:10.174 INFO:teuthology.orchestra.run.smithi064.stdout: 5 cleanup 5 sec 2023-12-21T05:47:10.445 INFO:teuthology.orchestra.run.smithi064.stdout: 0 cleanup 5 sec 2023-12-21T05:47:10.445 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:47:10.445 INFO:teuthology.orchestra.run.smithi064.stdout: Operation Count AvgLat MaxLat 2023-12-21T05:47:10.445 INFO:teuthology.orchestra.run.smithi064.stdout: ---------------------------------------- 2023-12-21T05:47:10.445 INFO:teuthology.orchestra.run.smithi064.stdout: NTCreateX 752 8.969 55.241 2023-12-21T05:47:10.445 INFO:teuthology.orchestra.run.smithi064.stdout: Close 698 8.262 39.607 2023-12-21T05:47:10.445 INFO:teuthology.orchestra.run.smithi064.stdout: Rename 47 14.678 54.500 2023-12-21T05:47:10.445 INFO:teuthology.orchestra.run.smithi064.stdout: Unlink 72 3.946 26.521 2023-12-21T05:47:10.445 INFO:teuthology.orchestra.run.smithi064.stdout: Qpathinfo 419 1.652 39.930 2023-12-21T05:47:10.445 INFO:teuthology.orchestra.run.smithi064.stdout: Qfileinfo 350 17.315 52.300 2023-12-21T05:47:10.446 INFO:teuthology.orchestra.run.smithi064.stdout: Qfsinfo 144 0.619 6.800 2023-12-21T05:47:10.446 INFO:teuthology.orchestra.run.smithi064.stdout: Sfileinfo 152 16.693 40.158 2023-12-21T05:47:10.446 INFO:teuthology.orchestra.run.smithi064.stdout: Find 187 0.683 7.289 2023-12-21T05:47:10.446 INFO:teuthology.orchestra.run.smithi064.stdout: WriteX 1690 0.025 0.062 2023-12-21T05:47:10.446 INFO:teuthology.orchestra.run.smithi064.stdout: ReadX 643 0.030 3.135 2023-12-21T05:47:10.446 INFO:teuthology.orchestra.run.smithi064.stdout: Flush 120 17.201 32.269 2023-12-21T05:47:10.446 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-12-21T05:47:10.446 INFO:teuthology.orchestra.run.smithi064.stdout:Throughput 17.9615 MB/sec 5 clients 5 procs max_latency=62.903 ms 2023-12-21T05:47:10.447 DEBUG:teuthology.parallel:result is None 2023-12-21T05:47:35.163 INFO:teuthology.orchestra.run.smithi064.stdout:true 2023-12-21T05:47:35.682 INFO:teuthology.orchestra.run.smithi064.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-21T05:47:35.683 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi064 smithi064 running (47m) 12m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c326cb2af19 2023-12-21T05:47:35.683 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi113 smithi113 running (47m) 12m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 911a3f980b79 2023-12-21T05:47:35.683 INFO:teuthology.orchestra.run.smithi064.stdout:grafana.smithi064 smithi064 running (47m) 12m ago 47m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 5bc3dda26095 2023-12-21T05:47:35.683 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi064.hkbxiz smithi064 running (32m) 12m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45924113daed 2023-12-21T05:47:35.683 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi113.mezlgb smithi113 running (32m) 12m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad18dbb81c1c 2023-12-21T05:47:35.683 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi064.skpyci smithi064 running (53m) 12m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ffcccc7cf5aa 2023-12-21T05:47:35.683 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi113.fmrekm smithi113 running (47m) 12m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c5fc20428c6 2023-12-21T05:47:35.683 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi064 smithi064 running (53m) 12m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 85ec4a095c6c 2023-12-21T05:47:35.683 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi113 smithi113 running (51m) 12m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 72900f74bd8b 2023-12-21T05:47:35.683 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi064 smithi064 running (12m) 12m ago 12m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 ed8b18ac76c5 2023-12-21T05:47:35.683 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi113 smithi113 running (12m) 12m ago 12m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 940f83959b00 2023-12-21T05:47:35.683 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi064 smithi064 error 12m ago 25m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:47:35.683 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi113 smithi113 unknown 12m ago 23m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:47:35.683 INFO:teuthology.orchestra.run.smithi064.stdout:osd.0 smithi064 running (47m) 12m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b928406f651 2023-12-21T05:47:35.684 INFO:teuthology.orchestra.run.smithi064.stdout:osd.1 smithi064 running (44m) 12m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f54cca1e2701 2023-12-21T05:47:35.684 INFO:teuthology.orchestra.run.smithi064.stdout:osd.2 smithi064 running (44m) 12m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4f16804909d1 2023-12-21T05:47:35.684 INFO:teuthology.orchestra.run.smithi064.stdout:osd.3 smithi064 running (44m) 12m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ff7c21f150f 2023-12-21T05:47:35.684 INFO:teuthology.orchestra.run.smithi064.stdout:osd.4 smithi113 running (42m) 12m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a87e3f46224a 2023-12-21T05:47:35.684 INFO:teuthology.orchestra.run.smithi064.stdout:osd.5 smithi113 running (42m) 12m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b44b7d91554b 2023-12-21T05:47:35.684 INFO:teuthology.orchestra.run.smithi064.stdout:osd.6 smithi113 running (42m) 12m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 823d9af2b3b8 2023-12-21T05:47:35.684 INFO:teuthology.orchestra.run.smithi064.stdout:osd.7 smithi113 running (42m) 12m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 acd4caf812ae 2023-12-21T05:47:35.971 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:47:35.971 INFO:teuthology.orchestra.run.smithi064.stdout: "mon": { 2023-12-21T05:47:35.972 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:47:35.972 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:47:35.972 INFO:teuthology.orchestra.run.smithi064.stdout: "mgr": { 2023-12-21T05:47:35.972 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:47:35.972 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:47:35.972 INFO:teuthology.orchestra.run.smithi064.stdout: "osd": { 2023-12-21T05:47:35.972 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-21T05:47:35.972 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:47:35.972 INFO:teuthology.orchestra.run.smithi064.stdout: "mds": { 2023-12-21T05:47:35.972 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:47:35.972 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:47:35.973 INFO:teuthology.orchestra.run.smithi064.stdout: "overall": { 2023-12-21T05:47:35.973 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-12-21T05:47:35.973 INFO:teuthology.orchestra.run.smithi064.stdout: } 2023-12-21T05:47:35.973 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:47:36.238 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:47:36.238 INFO:teuthology.orchestra.run.smithi064.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-21T05:47:36.238 INFO:teuthology.orchestra.run.smithi064.stdout: "in_progress": true, 2023-12-21T05:47:36.238 INFO:teuthology.orchestra.run.smithi064.stdout: "services_complete": [], 2023-12-21T05:47:36.238 INFO:teuthology.orchestra.run.smithi064.stdout: "message": "" 2023-12-21T05:47:36.238 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:48:06.533 INFO:teuthology.orchestra.run.smithi064.stdout:true 2023-12-21T05:48:07.116 INFO:teuthology.orchestra.run.smithi064.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-21T05:48:07.116 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi064 smithi064 running (47m) 12m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c326cb2af19 2023-12-21T05:48:07.117 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi113 smithi113 running (47m) 12m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 911a3f980b79 2023-12-21T05:48:07.117 INFO:teuthology.orchestra.run.smithi064.stdout:grafana.smithi064 smithi064 running (47m) 12m ago 47m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 5bc3dda26095 2023-12-21T05:48:07.117 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi064.hkbxiz smithi064 running (33m) 12m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45924113daed 2023-12-21T05:48:07.117 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi113.mezlgb smithi113 running (33m) 12m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad18dbb81c1c 2023-12-21T05:48:07.117 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi064.skpyci smithi064 running (53m) 12m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ffcccc7cf5aa 2023-12-21T05:48:07.117 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi113.fmrekm smithi113 starting - - 2023-12-21T05:48:07.117 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi064 smithi064 running (53m) 12m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 85ec4a095c6c 2023-12-21T05:48:07.117 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi113 smithi113 running (52m) 12m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 72900f74bd8b 2023-12-21T05:48:07.118 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi064 smithi064 running (13m) 12m ago 13m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 ed8b18ac76c5 2023-12-21T05:48:07.118 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi113 smithi113 running (13m) 12m ago 13m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 940f83959b00 2023-12-21T05:48:07.118 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi064 smithi064 error 12m ago 25m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:48:07.118 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi113 smithi113 unknown 12m ago 23m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:48:07.118 INFO:teuthology.orchestra.run.smithi064.stdout:osd.0 smithi064 running (47m) 12m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b928406f651 2023-12-21T05:48:07.118 INFO:teuthology.orchestra.run.smithi064.stdout:osd.1 smithi064 running (45m) 12m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f54cca1e2701 2023-12-21T05:48:07.118 INFO:teuthology.orchestra.run.smithi064.stdout:osd.2 smithi064 running (45m) 12m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4f16804909d1 2023-12-21T05:48:07.118 INFO:teuthology.orchestra.run.smithi064.stdout:osd.3 smithi064 running (45m) 12m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ff7c21f150f 2023-12-21T05:48:07.118 INFO:teuthology.orchestra.run.smithi064.stdout:osd.4 smithi113 running (43m) 12m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a87e3f46224a 2023-12-21T05:48:07.119 INFO:teuthology.orchestra.run.smithi064.stdout:osd.5 smithi113 running (43m) 12m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b44b7d91554b 2023-12-21T05:48:07.119 INFO:teuthology.orchestra.run.smithi064.stdout:osd.6 smithi113 running (42m) 12m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 823d9af2b3b8 2023-12-21T05:48:07.119 INFO:teuthology.orchestra.run.smithi064.stdout:osd.7 smithi113 running (42m) 12m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 acd4caf812ae 2023-12-21T05:48:07.432 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:48:07.432 INFO:teuthology.orchestra.run.smithi064.stdout: "mon": { 2023-12-21T05:48:07.432 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:48:07.432 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:48:07.432 INFO:teuthology.orchestra.run.smithi064.stdout: "mgr": { 2023-12-21T05:48:07.432 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:48:07.432 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:48:07.432 INFO:teuthology.orchestra.run.smithi064.stdout: "osd": { 2023-12-21T05:48:07.433 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-21T05:48:07.433 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:48:07.433 INFO:teuthology.orchestra.run.smithi064.stdout: "mds": { 2023-12-21T05:48:07.433 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:48:07.433 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:48:07.433 INFO:teuthology.orchestra.run.smithi064.stdout: "overall": { 2023-12-21T05:48:07.433 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-12-21T05:48:07.433 INFO:teuthology.orchestra.run.smithi064.stdout: } 2023-12-21T05:48:07.433 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:48:07.726 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:48:07.726 INFO:teuthology.orchestra.run.smithi064.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-21T05:48:07.726 INFO:teuthology.orchestra.run.smithi064.stdout: "in_progress": true, 2023-12-21T05:48:07.726 INFO:teuthology.orchestra.run.smithi064.stdout: "services_complete": [], 2023-12-21T05:48:07.726 INFO:teuthology.orchestra.run.smithi064.stdout: "message": "" 2023-12-21T05:48:07.726 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:48:38.019 INFO:teuthology.orchestra.run.smithi064.stdout:true 2023-12-21T05:48:38.538 INFO:teuthology.orchestra.run.smithi064.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-21T05:48:38.538 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi064 smithi064 running (48m) 30s ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c326cb2af19 2023-12-21T05:48:38.539 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi113 smithi113 running (48m) 29s ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 911a3f980b79 2023-12-21T05:48:38.539 INFO:teuthology.orchestra.run.smithi064.stdout:grafana.smithi064 smithi064 running (48m) 30s ago 48m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 5bc3dda26095 2023-12-21T05:48:38.539 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi064.hkbxiz smithi064 running (34m) 30s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45924113daed 2023-12-21T05:48:38.539 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi113.mezlgb smithi113 running (34m) 29s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad18dbb81c1c 2023-12-21T05:48:38.539 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi064.skpyci smithi064 running (54m) 30s ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ffcccc7cf5aa 2023-12-21T05:48:38.539 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi113.fmrekm smithi113 running (33s) 29s ago 48m 16.2.14-413-g639f0137 quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 19e6b2dc6c74 2b35691f999a 2023-12-21T05:48:38.539 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi064 smithi064 running (54m) 30s ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 85ec4a095c6c 2023-12-21T05:48:38.539 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi113 smithi113 running (53m) 29s ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 72900f74bd8b 2023-12-21T05:48:38.539 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi064 smithi064 running (13m) 30s ago 13m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 ed8b18ac76c5 2023-12-21T05:48:38.539 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi113 smithi113 running (13m) 29s ago 13m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 940f83959b00 2023-12-21T05:48:38.539 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi064 smithi064 unknown 30s ago 26m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:48:38.539 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi113 smithi113 unknown 29s ago 24m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:48:38.539 INFO:teuthology.orchestra.run.smithi064.stdout:osd.0 smithi064 running (48m) 30s ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b928406f651 2023-12-21T05:48:38.539 INFO:teuthology.orchestra.run.smithi064.stdout:osd.1 smithi064 running (45m) 30s ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f54cca1e2701 2023-12-21T05:48:38.539 INFO:teuthology.orchestra.run.smithi064.stdout:osd.2 smithi064 running (45m) 30s ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4f16804909d1 2023-12-21T05:48:38.539 INFO:teuthology.orchestra.run.smithi064.stdout:osd.3 smithi064 running (45m) 30s ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ff7c21f150f 2023-12-21T05:48:38.540 INFO:teuthology.orchestra.run.smithi064.stdout:osd.4 smithi113 running (43m) 29s ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a87e3f46224a 2023-12-21T05:48:38.540 INFO:teuthology.orchestra.run.smithi064.stdout:osd.5 smithi113 running (43m) 29s ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b44b7d91554b 2023-12-21T05:48:38.540 INFO:teuthology.orchestra.run.smithi064.stdout:osd.6 smithi113 running (43m) 29s ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 823d9af2b3b8 2023-12-21T05:48:38.540 INFO:teuthology.orchestra.run.smithi064.stdout:osd.7 smithi113 running (43m) 29s ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 acd4caf812ae 2023-12-21T05:48:38.827 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:48:38.828 INFO:teuthology.orchestra.run.smithi064.stdout: "mon": { 2023-12-21T05:48:38.828 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:48:38.828 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:48:38.828 INFO:teuthology.orchestra.run.smithi064.stdout: "mgr": { 2023-12-21T05:48:38.828 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-12-21T05:48:38.828 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-21T05:48:38.828 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:48:38.828 INFO:teuthology.orchestra.run.smithi064.stdout: "osd": { 2023-12-21T05:48:38.828 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-21T05:48:38.828 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:48:38.828 INFO:teuthology.orchestra.run.smithi064.stdout: "mds": { 2023-12-21T05:48:38.828 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:48:38.828 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:48:38.828 INFO:teuthology.orchestra.run.smithi064.stdout: "overall": { 2023-12-21T05:48:38.828 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-12-21T05:48:38.829 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-21T05:48:38.829 INFO:teuthology.orchestra.run.smithi064.stdout: } 2023-12-21T05:48:38.829 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:48:39.094 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:48:39.094 INFO:teuthology.orchestra.run.smithi064.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-21T05:48:39.094 INFO:teuthology.orchestra.run.smithi064.stdout: "in_progress": true, 2023-12-21T05:48:39.094 INFO:teuthology.orchestra.run.smithi064.stdout: "services_complete": [], 2023-12-21T05:48:39.094 INFO:teuthology.orchestra.run.smithi064.stdout: "message": "" 2023-12-21T05:48:39.094 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:49:09.383 INFO:teuthology.orchestra.run.smithi064.stdout:true 2023-12-21T05:49:09.909 INFO:teuthology.orchestra.run.smithi064.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-21T05:49:09.910 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi064 smithi064 running (48m) 61s ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c326cb2af19 2023-12-21T05:49:09.910 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi113 smithi113 running (48m) 60s ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 911a3f980b79 2023-12-21T05:49:09.910 INFO:teuthology.orchestra.run.smithi064.stdout:grafana.smithi064 smithi064 running (48m) 61s ago 48m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 5bc3dda26095 2023-12-21T05:49:09.910 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi064.hkbxiz smithi064 running (34m) 61s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45924113daed 2023-12-21T05:49:09.910 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi113.mezlgb smithi113 running (34m) 60s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad18dbb81c1c 2023-12-21T05:49:09.910 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi064.skpyci smithi064 running (54m) 61s ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ffcccc7cf5aa 2023-12-21T05:49:09.910 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi113.fmrekm smithi113 running (64s) 60s ago 48m 16.2.14-413-g639f0137 quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 19e6b2dc6c74 2b35691f999a 2023-12-21T05:49:09.910 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi064 smithi064 running (54m) 61s ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 85ec4a095c6c 2023-12-21T05:49:09.911 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi113 smithi113 running (53m) 60s ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 72900f74bd8b 2023-12-21T05:49:09.911 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi064 smithi064 running (14m) 61s ago 14m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 ed8b18ac76c5 2023-12-21T05:49:09.911 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi113 smithi113 running (14m) 60s ago 14m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 940f83959b00 2023-12-21T05:49:09.911 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi064 smithi064 unknown 61s ago 26m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:49:09.911 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi113 smithi113 unknown 60s ago 24m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:49:09.911 INFO:teuthology.orchestra.run.smithi064.stdout:osd.0 smithi064 running (48m) 61s ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b928406f651 2023-12-21T05:49:09.911 INFO:teuthology.orchestra.run.smithi064.stdout:osd.1 smithi064 running (46m) 61s ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f54cca1e2701 2023-12-21T05:49:09.911 INFO:teuthology.orchestra.run.smithi064.stdout:osd.2 smithi064 running (46m) 61s ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4f16804909d1 2023-12-21T05:49:09.911 INFO:teuthology.orchestra.run.smithi064.stdout:osd.3 smithi064 running (46m) 61s ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ff7c21f150f 2023-12-21T05:49:09.911 INFO:teuthology.orchestra.run.smithi064.stdout:osd.4 smithi113 running (44m) 60s ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a87e3f46224a 2023-12-21T05:49:09.912 INFO:teuthology.orchestra.run.smithi064.stdout:osd.5 smithi113 running (44m) 60s ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b44b7d91554b 2023-12-21T05:49:09.912 INFO:teuthology.orchestra.run.smithi064.stdout:osd.6 smithi113 running (44m) 60s ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 823d9af2b3b8 2023-12-21T05:49:09.912 INFO:teuthology.orchestra.run.smithi064.stdout:osd.7 smithi113 running (43m) 60s ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 acd4caf812ae 2023-12-21T05:49:10.197 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:49:10.197 INFO:teuthology.orchestra.run.smithi064.stdout: "mon": { 2023-12-21T05:49:10.197 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:49:10.197 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:49:10.197 INFO:teuthology.orchestra.run.smithi064.stdout: "mgr": { 2023-12-21T05:49:10.197 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-12-21T05:49:10.197 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-21T05:49:10.197 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:49:10.198 INFO:teuthology.orchestra.run.smithi064.stdout: "osd": { 2023-12-21T05:49:10.198 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-21T05:49:10.198 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:49:10.198 INFO:teuthology.orchestra.run.smithi064.stdout: "mds": { 2023-12-21T05:49:10.198 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:49:10.198 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:49:10.198 INFO:teuthology.orchestra.run.smithi064.stdout: "overall": { 2023-12-21T05:49:10.198 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-12-21T05:49:10.198 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-21T05:49:10.198 INFO:teuthology.orchestra.run.smithi064.stdout: } 2023-12-21T05:49:10.198 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:49:10.459 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:49:10.459 INFO:teuthology.orchestra.run.smithi064.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-21T05:49:10.459 INFO:teuthology.orchestra.run.smithi064.stdout: "in_progress": true, 2023-12-21T05:49:10.459 INFO:teuthology.orchestra.run.smithi064.stdout: "services_complete": [], 2023-12-21T05:49:10.459 INFO:teuthology.orchestra.run.smithi064.stdout: "message": "" 2023-12-21T05:49:10.459 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:49:40.754 INFO:teuthology.orchestra.run.smithi064.stdout:true 2023-12-21T05:49:41.276 INFO:teuthology.orchestra.run.smithi064.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-21T05:49:41.276 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi064 smithi064 running (49m) 93s ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c326cb2af19 2023-12-21T05:49:41.276 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi113 smithi113 running (49m) 92s ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 911a3f980b79 2023-12-21T05:49:41.276 INFO:teuthology.orchestra.run.smithi064.stdout:grafana.smithi064 smithi064 running (49m) 93s ago 49m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 5bc3dda26095 2023-12-21T05:49:41.277 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi064.hkbxiz smithi064 running (35m) 93s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45924113daed 2023-12-21T05:49:41.277 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi113.mezlgb smithi113 running (35m) 92s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad18dbb81c1c 2023-12-21T05:49:41.277 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi064.skpyci smithi064 running (55m) 93s ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ffcccc7cf5aa 2023-12-21T05:49:41.277 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi113.fmrekm smithi113 running (95s) 92s ago 49m 16.2.14-413-g639f0137 quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 19e6b2dc6c74 2b35691f999a 2023-12-21T05:49:41.277 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi064 smithi064 running (55m) 93s ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 85ec4a095c6c 2023-12-21T05:49:41.277 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi113 smithi113 running (54m) 92s ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 72900f74bd8b 2023-12-21T05:49:41.277 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi064 smithi064 running (14m) 93s ago 14m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 ed8b18ac76c5 2023-12-21T05:49:41.277 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi113 smithi113 running (14m) 92s ago 14m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 940f83959b00 2023-12-21T05:49:41.277 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi064 smithi064 unknown 93s ago 27m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:49:41.277 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi113 smithi113 unknown 92s ago 25m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:49:41.277 INFO:teuthology.orchestra.run.smithi064.stdout:osd.0 smithi064 running (49m) 93s ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b928406f651 2023-12-21T05:49:41.277 INFO:teuthology.orchestra.run.smithi064.stdout:osd.1 smithi064 running (47m) 93s ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f54cca1e2701 2023-12-21T05:49:41.277 INFO:teuthology.orchestra.run.smithi064.stdout:osd.2 smithi064 running (46m) 93s ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4f16804909d1 2023-12-21T05:49:41.277 INFO:teuthology.orchestra.run.smithi064.stdout:osd.3 smithi064 running (46m) 93s ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ff7c21f150f 2023-12-21T05:49:41.277 INFO:teuthology.orchestra.run.smithi064.stdout:osd.4 smithi113 running (44m) 92s ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a87e3f46224a 2023-12-21T05:49:41.278 INFO:teuthology.orchestra.run.smithi064.stdout:osd.5 smithi113 running (44m) 92s ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b44b7d91554b 2023-12-21T05:49:41.278 INFO:teuthology.orchestra.run.smithi064.stdout:osd.6 smithi113 running (44m) 92s ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 823d9af2b3b8 2023-12-21T05:49:41.278 INFO:teuthology.orchestra.run.smithi064.stdout:osd.7 smithi113 running (44m) 92s ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 acd4caf812ae 2023-12-21T05:49:41.566 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:49:41.566 INFO:teuthology.orchestra.run.smithi064.stdout: "mon": { 2023-12-21T05:49:41.566 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:49:41.567 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:49:41.567 INFO:teuthology.orchestra.run.smithi064.stdout: "mgr": { 2023-12-21T05:49:41.567 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-12-21T05:49:41.567 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-21T05:49:41.567 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:49:41.567 INFO:teuthology.orchestra.run.smithi064.stdout: "osd": { 2023-12-21T05:49:41.567 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-21T05:49:41.567 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:49:41.567 INFO:teuthology.orchestra.run.smithi064.stdout: "mds": { 2023-12-21T05:49:41.567 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:49:41.568 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:49:41.568 INFO:teuthology.orchestra.run.smithi064.stdout: "overall": { 2023-12-21T05:49:41.568 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-12-21T05:49:41.568 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-21T05:49:41.568 INFO:teuthology.orchestra.run.smithi064.stdout: } 2023-12-21T05:49:41.568 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:49:41.834 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:49:41.835 INFO:teuthology.orchestra.run.smithi064.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-21T05:49:41.835 INFO:teuthology.orchestra.run.smithi064.stdout: "in_progress": true, 2023-12-21T05:49:41.835 INFO:teuthology.orchestra.run.smithi064.stdout: "services_complete": [], 2023-12-21T05:49:41.835 INFO:teuthology.orchestra.run.smithi064.stdout: "message": "" 2023-12-21T05:49:41.835 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:50:12.129 INFO:teuthology.orchestra.run.smithi064.stdout:true 2023-12-21T05:50:12.653 INFO:teuthology.orchestra.run.smithi064.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-21T05:50:12.653 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi064 smithi064 running (49m) 2m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c326cb2af19 2023-12-21T05:50:12.653 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi113 smithi113 running (49m) 2m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 911a3f980b79 2023-12-21T05:50:12.653 INFO:teuthology.orchestra.run.smithi064.stdout:grafana.smithi064 smithi064 running (49m) 2m ago 49m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 5bc3dda26095 2023-12-21T05:50:12.653 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi064.hkbxiz smithi064 running (35m) 2m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45924113daed 2023-12-21T05:50:12.654 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi113.mezlgb smithi113 running (35m) 2m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad18dbb81c1c 2023-12-21T05:50:12.654 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi064.skpyci smithi064 running (55m) 2m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ffcccc7cf5aa 2023-12-21T05:50:12.654 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi113.fmrekm smithi113 running (2m) 2m ago 49m 16.2.14-413-g639f0137 quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 19e6b2dc6c74 2b35691f999a 2023-12-21T05:50:12.654 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi064 smithi064 running (55m) 2m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 85ec4a095c6c 2023-12-21T05:50:12.654 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi113 smithi113 running (54m) 2m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 72900f74bd8b 2023-12-21T05:50:12.654 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi064 smithi064 running (15m) 2m ago 15m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 ed8b18ac76c5 2023-12-21T05:50:12.654 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi113 smithi113 running (15m) 2m ago 15m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 940f83959b00 2023-12-21T05:50:12.654 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi064 smithi064 unknown 2m ago 27m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:50:12.654 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi113 smithi113 unknown 2m ago 25m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:50:12.654 INFO:teuthology.orchestra.run.smithi064.stdout:osd.0 smithi064 running (49m) 2m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b928406f651 2023-12-21T05:50:12.654 INFO:teuthology.orchestra.run.smithi064.stdout:osd.1 smithi064 running (47m) 2m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f54cca1e2701 2023-12-21T05:50:12.654 INFO:teuthology.orchestra.run.smithi064.stdout:osd.2 smithi064 running (47m) 2m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4f16804909d1 2023-12-21T05:50:12.654 INFO:teuthology.orchestra.run.smithi064.stdout:osd.3 smithi064 running (47m) 2m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ff7c21f150f 2023-12-21T05:50:12.654 INFO:teuthology.orchestra.run.smithi064.stdout:osd.4 smithi113 running (45m) 2m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a87e3f46224a 2023-12-21T05:50:12.654 INFO:teuthology.orchestra.run.smithi064.stdout:osd.5 smithi113 running (45m) 2m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b44b7d91554b 2023-12-21T05:50:12.654 INFO:teuthology.orchestra.run.smithi064.stdout:osd.6 smithi113 running (45m) 2m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 823d9af2b3b8 2023-12-21T05:50:12.655 INFO:teuthology.orchestra.run.smithi064.stdout:osd.7 smithi113 running (44m) 2m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 acd4caf812ae 2023-12-21T05:50:12.941 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:50:12.941 INFO:teuthology.orchestra.run.smithi064.stdout: "mon": { 2023-12-21T05:50:12.941 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:50:12.942 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:50:12.942 INFO:teuthology.orchestra.run.smithi064.stdout: "mgr": { 2023-12-21T05:50:12.942 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-12-21T05:50:12.942 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-21T05:50:12.942 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:50:12.942 INFO:teuthology.orchestra.run.smithi064.stdout: "osd": { 2023-12-21T05:50:12.942 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-21T05:50:12.942 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:50:12.942 INFO:teuthology.orchestra.run.smithi064.stdout: "mds": { 2023-12-21T05:50:12.942 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:50:12.942 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:50:12.943 INFO:teuthology.orchestra.run.smithi064.stdout: "overall": { 2023-12-21T05:50:12.943 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-12-21T05:50:12.943 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-21T05:50:12.943 INFO:teuthology.orchestra.run.smithi064.stdout: } 2023-12-21T05:50:12.943 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:50:13.206 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:50:13.206 INFO:teuthology.orchestra.run.smithi064.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-21T05:50:13.206 INFO:teuthology.orchestra.run.smithi064.stdout: "in_progress": true, 2023-12-21T05:50:13.206 INFO:teuthology.orchestra.run.smithi064.stdout: "services_complete": [], 2023-12-21T05:50:13.207 INFO:teuthology.orchestra.run.smithi064.stdout: "message": "" 2023-12-21T05:50:13.207 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:50:43.503 INFO:teuthology.orchestra.run.smithi064.stdout:true 2023-12-21T05:50:44.021 INFO:teuthology.orchestra.run.smithi064.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-21T05:50:44.021 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi064 smithi064 running (50m) 2m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c326cb2af19 2023-12-21T05:50:44.021 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi113 smithi113 running (50m) 2m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 911a3f980b79 2023-12-21T05:50:44.021 INFO:teuthology.orchestra.run.smithi064.stdout:grafana.smithi064 smithi064 running (50m) 2m ago 50m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 5bc3dda26095 2023-12-21T05:50:44.021 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi064.hkbxiz smithi064 running (36m) 2m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45924113daed 2023-12-21T05:50:44.021 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi113.mezlgb smithi113 running (36m) 2m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad18dbb81c1c 2023-12-21T05:50:44.021 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi064.skpyci smithi064 running (56m) 2m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ffcccc7cf5aa 2023-12-21T05:50:44.021 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi113.fmrekm smithi113 running (2m) 2m ago 50m 16.2.14-413-g639f0137 quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 19e6b2dc6c74 2b35691f999a 2023-12-21T05:50:44.022 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi064 smithi064 running (56m) 2m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 85ec4a095c6c 2023-12-21T05:50:44.022 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi113 smithi113 running (55m) 2m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 72900f74bd8b 2023-12-21T05:50:44.022 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi064 smithi064 running (15m) 2m ago 15m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 ed8b18ac76c5 2023-12-21T05:50:44.022 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi113 smithi113 running (15m) 2m ago 15m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 940f83959b00 2023-12-21T05:50:44.022 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi064 smithi064 unknown 2m ago 28m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:50:44.022 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi113 smithi113 unknown 2m ago 26m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:50:44.022 INFO:teuthology.orchestra.run.smithi064.stdout:osd.0 smithi064 running (50m) 2m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b928406f651 2023-12-21T05:50:44.022 INFO:teuthology.orchestra.run.smithi064.stdout:osd.1 smithi064 running (48m) 2m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f54cca1e2701 2023-12-21T05:50:44.022 INFO:teuthology.orchestra.run.smithi064.stdout:osd.2 smithi064 running (47m) 2m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4f16804909d1 2023-12-21T05:50:44.022 INFO:teuthology.orchestra.run.smithi064.stdout:osd.3 smithi064 running (47m) 2m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ff7c21f150f 2023-12-21T05:50:44.023 INFO:teuthology.orchestra.run.smithi064.stdout:osd.4 smithi113 running (45m) 2m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a87e3f46224a 2023-12-21T05:50:44.023 INFO:teuthology.orchestra.run.smithi064.stdout:osd.5 smithi113 running (45m) 2m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b44b7d91554b 2023-12-21T05:50:44.023 INFO:teuthology.orchestra.run.smithi064.stdout:osd.6 smithi113 running (45m) 2m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 823d9af2b3b8 2023-12-21T05:50:44.023 INFO:teuthology.orchestra.run.smithi064.stdout:osd.7 smithi113 running (45m) 2m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 acd4caf812ae 2023-12-21T05:50:44.311 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:50:44.312 INFO:teuthology.orchestra.run.smithi064.stdout: "mon": { 2023-12-21T05:50:44.312 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:50:44.312 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:50:44.312 INFO:teuthology.orchestra.run.smithi064.stdout: "mgr": { 2023-12-21T05:50:44.312 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-12-21T05:50:44.312 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-21T05:50:44.312 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:50:44.312 INFO:teuthology.orchestra.run.smithi064.stdout: "osd": { 2023-12-21T05:50:44.312 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-21T05:50:44.313 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:50:44.313 INFO:teuthology.orchestra.run.smithi064.stdout: "mds": { 2023-12-21T05:50:44.313 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:50:44.313 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:50:44.313 INFO:teuthology.orchestra.run.smithi064.stdout: "overall": { 2023-12-21T05:50:44.313 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-12-21T05:50:44.313 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-21T05:50:44.313 INFO:teuthology.orchestra.run.smithi064.stdout: } 2023-12-21T05:50:44.313 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:50:44.575 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:50:44.575 INFO:teuthology.orchestra.run.smithi064.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-21T05:50:44.575 INFO:teuthology.orchestra.run.smithi064.stdout: "in_progress": true, 2023-12-21T05:50:44.575 INFO:teuthology.orchestra.run.smithi064.stdout: "services_complete": [], 2023-12-21T05:50:44.575 INFO:teuthology.orchestra.run.smithi064.stdout: "message": "" 2023-12-21T05:50:44.575 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:51:14.868 INFO:teuthology.orchestra.run.smithi064.stdout:true 2023-12-21T05:51:15.384 INFO:teuthology.orchestra.run.smithi064.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-21T05:51:15.384 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi064 smithi064 running (51m) 3m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c326cb2af19 2023-12-21T05:51:15.384 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi113 smithi113 running (51m) 3m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 911a3f980b79 2023-12-21T05:51:15.384 INFO:teuthology.orchestra.run.smithi064.stdout:grafana.smithi064 smithi064 running (50m) 3m ago 50m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 5bc3dda26095 2023-12-21T05:51:15.384 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi064.hkbxiz smithi064 running (36m) 3m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45924113daed 2023-12-21T05:51:15.384 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi113.mezlgb smithi113 running (36m) 3m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad18dbb81c1c 2023-12-21T05:51:15.384 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi064.skpyci smithi064 running (56m) 3m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ffcccc7cf5aa 2023-12-21T05:51:15.385 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi113.fmrekm smithi113 running (3m) 3m ago 50m 16.2.14-413-g639f0137 quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 19e6b2dc6c74 2b35691f999a 2023-12-21T05:51:15.385 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi064 smithi064 running (56m) 3m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 85ec4a095c6c 2023-12-21T05:51:15.385 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi113 smithi113 running (55m) 3m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 72900f74bd8b 2023-12-21T05:51:15.385 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi064 smithi064 running (16m) 3m ago 16m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 ed8b18ac76c5 2023-12-21T05:51:15.385 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi113 smithi113 running (16m) 3m ago 16m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 940f83959b00 2023-12-21T05:51:15.385 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi064 smithi064 unknown 3m ago 28m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:51:15.385 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi113 smithi113 unknown 3m ago 26m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:51:15.385 INFO:teuthology.orchestra.run.smithi064.stdout:osd.0 smithi064 running (50m) 3m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b928406f651 2023-12-21T05:51:15.385 INFO:teuthology.orchestra.run.smithi064.stdout:osd.1 smithi064 running (48m) 3m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f54cca1e2701 2023-12-21T05:51:15.385 INFO:teuthology.orchestra.run.smithi064.stdout:osd.2 smithi064 running (48m) 3m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4f16804909d1 2023-12-21T05:51:15.386 INFO:teuthology.orchestra.run.smithi064.stdout:osd.3 smithi064 running (48m) 3m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ff7c21f150f 2023-12-21T05:51:15.386 INFO:teuthology.orchestra.run.smithi064.stdout:osd.4 smithi113 running (46m) 3m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a87e3f46224a 2023-12-21T05:51:15.386 INFO:teuthology.orchestra.run.smithi064.stdout:osd.5 smithi113 running (46m) 3m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b44b7d91554b 2023-12-21T05:51:15.386 INFO:teuthology.orchestra.run.smithi064.stdout:osd.6 smithi113 running (46m) 3m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 823d9af2b3b8 2023-12-21T05:51:15.386 INFO:teuthology.orchestra.run.smithi064.stdout:osd.7 smithi113 running (45m) 3m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 acd4caf812ae 2023-12-21T05:51:15.676 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:51:15.676 INFO:teuthology.orchestra.run.smithi064.stdout: "mon": { 2023-12-21T05:51:15.676 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:51:15.676 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:51:15.676 INFO:teuthology.orchestra.run.smithi064.stdout: "mgr": { 2023-12-21T05:51:15.676 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-12-21T05:51:15.676 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-21T05:51:15.676 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:51:15.676 INFO:teuthology.orchestra.run.smithi064.stdout: "osd": { 2023-12-21T05:51:15.677 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-21T05:51:15.677 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:51:15.677 INFO:teuthology.orchestra.run.smithi064.stdout: "mds": { 2023-12-21T05:51:15.677 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:51:15.677 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:51:15.677 INFO:teuthology.orchestra.run.smithi064.stdout: "overall": { 2023-12-21T05:51:15.677 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-12-21T05:51:15.677 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-21T05:51:15.677 INFO:teuthology.orchestra.run.smithi064.stdout: } 2023-12-21T05:51:15.678 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:51:15.946 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:51:15.946 INFO:teuthology.orchestra.run.smithi064.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-21T05:51:15.946 INFO:teuthology.orchestra.run.smithi064.stdout: "in_progress": true, 2023-12-21T05:51:15.946 INFO:teuthology.orchestra.run.smithi064.stdout: "services_complete": [], 2023-12-21T05:51:15.946 INFO:teuthology.orchestra.run.smithi064.stdout: "message": "" 2023-12-21T05:51:15.947 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:51:46.236 INFO:teuthology.orchestra.run.smithi064.stdout:true 2023-12-21T05:51:46.758 INFO:teuthology.orchestra.run.smithi064.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-21T05:51:46.758 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi064 smithi064 running (51m) 3m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c326cb2af19 2023-12-21T05:51:46.758 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi113 smithi113 running (51m) 3m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 911a3f980b79 2023-12-21T05:51:46.758 INFO:teuthology.orchestra.run.smithi064.stdout:grafana.smithi064 smithi064 running (51m) 3m ago 51m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 5bc3dda26095 2023-12-21T05:51:46.758 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi064.hkbxiz smithi064 running (37m) 3m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45924113daed 2023-12-21T05:51:46.758 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi113.mezlgb smithi113 running (37m) 3m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad18dbb81c1c 2023-12-21T05:51:46.758 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi064.skpyci smithi064 running (57m) 3m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ffcccc7cf5aa 2023-12-21T05:51:46.758 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi113.fmrekm smithi113 running (3m) 3m ago 51m 16.2.14-413-g639f0137 quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 19e6b2dc6c74 2b35691f999a 2023-12-21T05:51:46.758 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi064 smithi064 running (57m) 3m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 85ec4a095c6c 2023-12-21T05:51:46.758 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi113 smithi113 running (56m) 3m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 72900f74bd8b 2023-12-21T05:51:46.759 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi064 smithi064 running (16m) 3m ago 16m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 ed8b18ac76c5 2023-12-21T05:51:46.759 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi113 smithi113 running (16m) 3m ago 16m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 940f83959b00 2023-12-21T05:51:46.759 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi064 smithi064 unknown 3m ago 29m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:51:46.759 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi113 smithi113 unknown 3m ago 27m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:51:46.759 INFO:teuthology.orchestra.run.smithi064.stdout:osd.0 smithi064 running (51m) 3m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b928406f651 2023-12-21T05:51:46.759 INFO:teuthology.orchestra.run.smithi064.stdout:osd.1 smithi064 running (49m) 3m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f54cca1e2701 2023-12-21T05:51:46.759 INFO:teuthology.orchestra.run.smithi064.stdout:osd.2 smithi064 running (48m) 3m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4f16804909d1 2023-12-21T05:51:46.759 INFO:teuthology.orchestra.run.smithi064.stdout:osd.3 smithi064 running (48m) 3m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ff7c21f150f 2023-12-21T05:51:46.759 INFO:teuthology.orchestra.run.smithi064.stdout:osd.4 smithi113 running (47m) 3m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a87e3f46224a 2023-12-21T05:51:46.759 INFO:teuthology.orchestra.run.smithi064.stdout:osd.5 smithi113 running (46m) 3m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b44b7d91554b 2023-12-21T05:51:46.759 INFO:teuthology.orchestra.run.smithi064.stdout:osd.6 smithi113 running (46m) 3m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 823d9af2b3b8 2023-12-21T05:51:46.759 INFO:teuthology.orchestra.run.smithi064.stdout:osd.7 smithi113 running (46m) 3m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 acd4caf812ae 2023-12-21T05:51:47.046 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:51:47.046 INFO:teuthology.orchestra.run.smithi064.stdout: "mon": { 2023-12-21T05:51:47.047 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:51:47.047 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:51:47.047 INFO:teuthology.orchestra.run.smithi064.stdout: "mgr": { 2023-12-21T05:51:47.047 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-12-21T05:51:47.047 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-21T05:51:47.047 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:51:47.047 INFO:teuthology.orchestra.run.smithi064.stdout: "osd": { 2023-12-21T05:51:47.047 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-21T05:51:47.047 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:51:47.047 INFO:teuthology.orchestra.run.smithi064.stdout: "mds": { 2023-12-21T05:51:47.047 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:51:47.047 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:51:47.047 INFO:teuthology.orchestra.run.smithi064.stdout: "overall": { 2023-12-21T05:51:47.047 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-12-21T05:51:47.047 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-21T05:51:47.048 INFO:teuthology.orchestra.run.smithi064.stdout: } 2023-12-21T05:51:47.048 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:51:47.311 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:51:47.311 INFO:teuthology.orchestra.run.smithi064.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-21T05:51:47.311 INFO:teuthology.orchestra.run.smithi064.stdout: "in_progress": true, 2023-12-21T05:51:47.312 INFO:teuthology.orchestra.run.smithi064.stdout: "services_complete": [], 2023-12-21T05:51:47.312 INFO:teuthology.orchestra.run.smithi064.stdout: "message": "" 2023-12-21T05:51:47.312 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:52:17.602 INFO:teuthology.orchestra.run.smithi064.stdout:true 2023-12-21T05:52:18.124 INFO:teuthology.orchestra.run.smithi064.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-21T05:52:18.124 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi064 smithi064 running (52m) 4m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c326cb2af19 2023-12-21T05:52:18.124 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi113 smithi113 running (52m) 4m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 911a3f980b79 2023-12-21T05:52:18.125 INFO:teuthology.orchestra.run.smithi064.stdout:grafana.smithi064 smithi064 running (51m) 4m ago 51m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 5bc3dda26095 2023-12-21T05:52:18.125 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi064.hkbxiz smithi064 running (37m) 4m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45924113daed 2023-12-21T05:52:18.125 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi113.mezlgb smithi113 running (37m) 4m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad18dbb81c1c 2023-12-21T05:52:18.125 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi064.skpyci smithi064 running (58m) 4m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ffcccc7cf5aa 2023-12-21T05:52:18.125 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi113.fmrekm smithi113 running (4m) 4m ago 51m 16.2.14-413-g639f0137 quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 19e6b2dc6c74 2b35691f999a 2023-12-21T05:52:18.125 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi064 smithi064 running (58m) 4m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 85ec4a095c6c 2023-12-21T05:52:18.125 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi113 smithi113 running (56m) 4m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 72900f74bd8b 2023-12-21T05:52:18.125 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi064 smithi064 running (17m) 4m ago 17m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 ed8b18ac76c5 2023-12-21T05:52:18.125 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi113 smithi113 running (17m) 4m ago 17m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 940f83959b00 2023-12-21T05:52:18.126 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi064 smithi064 unknown 4m ago 29m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:52:18.126 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi113 smithi113 unknown 4m ago 27m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:52:18.126 INFO:teuthology.orchestra.run.smithi064.stdout:osd.0 smithi064 running (52m) 4m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b928406f651 2023-12-21T05:52:18.126 INFO:teuthology.orchestra.run.smithi064.stdout:osd.1 smithi064 running (49m) 4m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f54cca1e2701 2023-12-21T05:52:18.126 INFO:teuthology.orchestra.run.smithi064.stdout:osd.2 smithi064 running (49m) 4m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4f16804909d1 2023-12-21T05:52:18.126 INFO:teuthology.orchestra.run.smithi064.stdout:osd.3 smithi064 running (49m) 4m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ff7c21f150f 2023-12-21T05:52:18.126 INFO:teuthology.orchestra.run.smithi064.stdout:osd.4 smithi113 running (47m) 4m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a87e3f46224a 2023-12-21T05:52:18.126 INFO:teuthology.orchestra.run.smithi064.stdout:osd.5 smithi113 running (47m) 4m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b44b7d91554b 2023-12-21T05:52:18.126 INFO:teuthology.orchestra.run.smithi064.stdout:osd.6 smithi113 running (47m) 4m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 823d9af2b3b8 2023-12-21T05:52:18.126 INFO:teuthology.orchestra.run.smithi064.stdout:osd.7 smithi113 running (46m) 4m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 acd4caf812ae 2023-12-21T05:52:18.410 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:52:18.410 INFO:teuthology.orchestra.run.smithi064.stdout: "mon": { 2023-12-21T05:52:18.410 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:52:18.410 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:52:18.410 INFO:teuthology.orchestra.run.smithi064.stdout: "mgr": { 2023-12-21T05:52:18.410 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-12-21T05:52:18.410 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-21T05:52:18.410 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:52:18.411 INFO:teuthology.orchestra.run.smithi064.stdout: "osd": { 2023-12-21T05:52:18.411 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-21T05:52:18.411 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:52:18.411 INFO:teuthology.orchestra.run.smithi064.stdout: "mds": { 2023-12-21T05:52:18.411 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:52:18.411 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:52:18.411 INFO:teuthology.orchestra.run.smithi064.stdout: "overall": { 2023-12-21T05:52:18.411 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-12-21T05:52:18.411 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-21T05:52:18.411 INFO:teuthology.orchestra.run.smithi064.stdout: } 2023-12-21T05:52:18.411 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:52:18.679 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:52:18.679 INFO:teuthology.orchestra.run.smithi064.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-21T05:52:18.679 INFO:teuthology.orchestra.run.smithi064.stdout: "in_progress": true, 2023-12-21T05:52:18.679 INFO:teuthology.orchestra.run.smithi064.stdout: "services_complete": [], 2023-12-21T05:52:18.679 INFO:teuthology.orchestra.run.smithi064.stdout: "message": "" 2023-12-21T05:52:18.679 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:52:48.970 INFO:teuthology.orchestra.run.smithi064.stdout:true 2023-12-21T05:52:49.492 INFO:teuthology.orchestra.run.smithi064.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-21T05:52:49.492 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi064 smithi064 running (52m) 4m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c326cb2af19 2023-12-21T05:52:49.492 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi113 smithi113 running (52m) 4m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 911a3f980b79 2023-12-21T05:52:49.492 INFO:teuthology.orchestra.run.smithi064.stdout:grafana.smithi064 smithi064 running (52m) 4m ago 52m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 5bc3dda26095 2023-12-21T05:52:49.492 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi064.hkbxiz smithi064 running (38m) 4m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45924113daed 2023-12-21T05:52:49.492 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi113.mezlgb smithi113 running (38m) 4m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad18dbb81c1c 2023-12-21T05:52:49.492 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi064.skpyci smithi064 running (58m) 4m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ffcccc7cf5aa 2023-12-21T05:52:49.492 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi113.fmrekm smithi113 running (4m) 4m ago 52m 16.2.14-413-g639f0137 quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 19e6b2dc6c74 2b35691f999a 2023-12-21T05:52:49.492 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi064 smithi064 running (58m) 4m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 85ec4a095c6c 2023-12-21T05:52:49.493 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi113 smithi113 running (57m) 4m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 72900f74bd8b 2023-12-21T05:52:49.493 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi064 smithi064 running (17m) 4m ago 17m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 ed8b18ac76c5 2023-12-21T05:52:49.493 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi113 smithi113 running (17m) 4m ago 17m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 940f83959b00 2023-12-21T05:52:49.493 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi064 smithi064 unknown 4m ago 30m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:52:49.493 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi113 smithi113 unknown 4m ago 28m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:52:49.493 INFO:teuthology.orchestra.run.smithi064.stdout:osd.0 smithi064 running (52m) 4m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b928406f651 2023-12-21T05:52:49.493 INFO:teuthology.orchestra.run.smithi064.stdout:osd.1 smithi064 running (50m) 4m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f54cca1e2701 2023-12-21T05:52:49.493 INFO:teuthology.orchestra.run.smithi064.stdout:osd.2 smithi064 running (49m) 4m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4f16804909d1 2023-12-21T05:52:49.493 INFO:teuthology.orchestra.run.smithi064.stdout:osd.3 smithi064 running (49m) 4m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ff7c21f150f 2023-12-21T05:52:49.493 INFO:teuthology.orchestra.run.smithi064.stdout:osd.4 smithi113 running (48m) 4m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a87e3f46224a 2023-12-21T05:52:49.493 INFO:teuthology.orchestra.run.smithi064.stdout:osd.5 smithi113 running (47m) 4m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b44b7d91554b 2023-12-21T05:52:49.493 INFO:teuthology.orchestra.run.smithi064.stdout:osd.6 smithi113 running (47m) 4m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 823d9af2b3b8 2023-12-21T05:52:49.494 INFO:teuthology.orchestra.run.smithi064.stdout:osd.7 smithi113 running (47m) 4m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 acd4caf812ae 2023-12-21T05:52:49.779 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:52:49.779 INFO:teuthology.orchestra.run.smithi064.stdout: "mon": { 2023-12-21T05:52:49.779 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:52:49.779 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:52:49.779 INFO:teuthology.orchestra.run.smithi064.stdout: "mgr": { 2023-12-21T05:52:49.779 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-12-21T05:52:49.779 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-21T05:52:49.780 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:52:49.780 INFO:teuthology.orchestra.run.smithi064.stdout: "osd": { 2023-12-21T05:52:49.780 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-21T05:52:49.780 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:52:49.780 INFO:teuthology.orchestra.run.smithi064.stdout: "mds": { 2023-12-21T05:52:49.780 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:52:49.780 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:52:49.780 INFO:teuthology.orchestra.run.smithi064.stdout: "overall": { 2023-12-21T05:52:49.780 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-12-21T05:52:49.780 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-21T05:52:49.781 INFO:teuthology.orchestra.run.smithi064.stdout: } 2023-12-21T05:52:49.781 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:52:50.044 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:52:50.044 INFO:teuthology.orchestra.run.smithi064.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-21T05:52:50.044 INFO:teuthology.orchestra.run.smithi064.stdout: "in_progress": true, 2023-12-21T05:52:50.044 INFO:teuthology.orchestra.run.smithi064.stdout: "services_complete": [], 2023-12-21T05:52:50.044 INFO:teuthology.orchestra.run.smithi064.stdout: "message": "" 2023-12-21T05:52:50.044 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:53:20.339 INFO:teuthology.orchestra.run.smithi064.stdout:true 2023-12-21T05:53:20.858 INFO:teuthology.orchestra.run.smithi064.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-21T05:53:20.858 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi064 smithi064 running (53m) 5m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c326cb2af19 2023-12-21T05:53:20.858 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi113 smithi113 running (53m) 5m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 911a3f980b79 2023-12-21T05:53:20.858 INFO:teuthology.orchestra.run.smithi064.stdout:grafana.smithi064 smithi064 running (52m) 5m ago 52m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 5bc3dda26095 2023-12-21T05:53:20.858 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi064.hkbxiz smithi064 running (38m) 5m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45924113daed 2023-12-21T05:53:20.858 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi113.mezlgb smithi113 running (38m) 5m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad18dbb81c1c 2023-12-21T05:53:20.858 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi064.skpyci smithi064 running (59m) 5m ago 59m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ffcccc7cf5aa 2023-12-21T05:53:20.859 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi113.fmrekm smithi113 running (5m) 5m ago 52m 16.2.14-413-g639f0137 quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 19e6b2dc6c74 2b35691f999a 2023-12-21T05:53:20.859 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi064 smithi064 running (59m) 5m ago 59m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 85ec4a095c6c 2023-12-21T05:53:20.859 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi113 smithi113 running (57m) 5m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 72900f74bd8b 2023-12-21T05:53:20.859 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi064 smithi064 running (18m) 5m ago 18m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 ed8b18ac76c5 2023-12-21T05:53:20.859 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi113 smithi113 running (18m) 5m ago 18m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 940f83959b00 2023-12-21T05:53:20.859 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi064 smithi064 unknown 5m ago 30m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:53:20.859 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi113 smithi113 unknown 5m ago 28m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:53:20.859 INFO:teuthology.orchestra.run.smithi064.stdout:osd.0 smithi064 running (53m) 5m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b928406f651 2023-12-21T05:53:20.859 INFO:teuthology.orchestra.run.smithi064.stdout:osd.1 smithi064 running (50m) 5m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f54cca1e2701 2023-12-21T05:53:20.859 INFO:teuthology.orchestra.run.smithi064.stdout:osd.2 smithi064 running (50m) 5m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4f16804909d1 2023-12-21T05:53:20.859 INFO:teuthology.orchestra.run.smithi064.stdout:osd.3 smithi064 running (50m) 5m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ff7c21f150f 2023-12-21T05:53:20.859 INFO:teuthology.orchestra.run.smithi064.stdout:osd.4 smithi113 running (48m) 5m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a87e3f46224a 2023-12-21T05:53:20.859 INFO:teuthology.orchestra.run.smithi064.stdout:osd.5 smithi113 running (48m) 5m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b44b7d91554b 2023-12-21T05:53:20.859 INFO:teuthology.orchestra.run.smithi064.stdout:osd.6 smithi113 running (48m) 5m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 823d9af2b3b8 2023-12-21T05:53:20.859 INFO:teuthology.orchestra.run.smithi064.stdout:osd.7 smithi113 running (48m) 5m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 acd4caf812ae 2023-12-21T05:53:21.146 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:53:21.146 INFO:teuthology.orchestra.run.smithi064.stdout: "mon": { 2023-12-21T05:53:21.146 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:53:21.146 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:53:21.146 INFO:teuthology.orchestra.run.smithi064.stdout: "mgr": { 2023-12-21T05:53:21.146 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-12-21T05:53:21.146 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-21T05:53:21.146 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:53:21.146 INFO:teuthology.orchestra.run.smithi064.stdout: "osd": { 2023-12-21T05:53:21.146 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-21T05:53:21.146 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:53:21.146 INFO:teuthology.orchestra.run.smithi064.stdout: "mds": { 2023-12-21T05:53:21.146 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:53:21.146 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:53:21.147 INFO:teuthology.orchestra.run.smithi064.stdout: "overall": { 2023-12-21T05:53:21.147 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-12-21T05:53:21.147 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-21T05:53:21.147 INFO:teuthology.orchestra.run.smithi064.stdout: } 2023-12-21T05:53:21.147 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:53:21.408 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:53:21.409 INFO:teuthology.orchestra.run.smithi064.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-21T05:53:21.409 INFO:teuthology.orchestra.run.smithi064.stdout: "in_progress": true, 2023-12-21T05:53:21.409 INFO:teuthology.orchestra.run.smithi064.stdout: "services_complete": [], 2023-12-21T05:53:21.409 INFO:teuthology.orchestra.run.smithi064.stdout: "message": "" 2023-12-21T05:53:21.409 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:53:51.698 INFO:teuthology.orchestra.run.smithi064.stdout:true 2023-12-21T05:53:52.219 INFO:teuthology.orchestra.run.smithi064.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-21T05:53:52.220 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi064 smithi064 running (53m) 5m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c326cb2af19 2023-12-21T05:53:52.220 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi113 smithi113 running (53m) 5m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 911a3f980b79 2023-12-21T05:53:52.220 INFO:teuthology.orchestra.run.smithi064.stdout:grafana.smithi064 smithi064 running (53m) 5m ago 53m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 5bc3dda26095 2023-12-21T05:53:52.220 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi064.hkbxiz smithi064 running (39m) 5m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45924113daed 2023-12-21T05:53:52.220 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi113.mezlgb smithi113 running (39m) 5m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad18dbb81c1c 2023-12-21T05:53:52.220 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi064.skpyci smithi064 running (59m) 5m ago 59m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ffcccc7cf5aa 2023-12-21T05:53:52.220 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi113.fmrekm smithi113 running (5m) 5m ago 53m 16.2.14-413-g639f0137 quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 19e6b2dc6c74 2b35691f999a 2023-12-21T05:53:52.220 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi064 smithi064 running (59m) 5m ago 59m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 85ec4a095c6c 2023-12-21T05:53:52.220 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi113 smithi113 running (58m) 5m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 72900f74bd8b 2023-12-21T05:53:52.220 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi064 smithi064 running (18m) 5m ago 18m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 ed8b18ac76c5 2023-12-21T05:53:52.220 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi113 smithi113 running (18m) 5m ago 18m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 940f83959b00 2023-12-21T05:53:52.220 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi064 smithi064 unknown 5m ago 31m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:53:52.220 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi113 smithi113 unknown 5m ago 29m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:53:52.220 INFO:teuthology.orchestra.run.smithi064.stdout:osd.0 smithi064 running (53m) 5m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b928406f651 2023-12-21T05:53:52.220 INFO:teuthology.orchestra.run.smithi064.stdout:osd.1 smithi064 running (51m) 5m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f54cca1e2701 2023-12-21T05:53:52.221 INFO:teuthology.orchestra.run.smithi064.stdout:osd.2 smithi064 running (50m) 5m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4f16804909d1 2023-12-21T05:53:52.221 INFO:teuthology.orchestra.run.smithi064.stdout:osd.3 smithi064 running (50m) 5m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ff7c21f150f 2023-12-21T05:53:52.221 INFO:teuthology.orchestra.run.smithi064.stdout:osd.4 smithi113 running (49m) 5m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a87e3f46224a 2023-12-21T05:53:52.221 INFO:teuthology.orchestra.run.smithi064.stdout:osd.5 smithi113 running (48m) 5m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b44b7d91554b 2023-12-21T05:53:52.221 INFO:teuthology.orchestra.run.smithi064.stdout:osd.6 smithi113 running (48m) 5m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 823d9af2b3b8 2023-12-21T05:53:52.221 INFO:teuthology.orchestra.run.smithi064.stdout:osd.7 smithi113 running (48m) 5m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 acd4caf812ae 2023-12-21T05:53:52.506 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:53:52.506 INFO:teuthology.orchestra.run.smithi064.stdout: "mon": { 2023-12-21T05:53:52.506 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:53:52.507 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:53:52.507 INFO:teuthology.orchestra.run.smithi064.stdout: "mgr": { 2023-12-21T05:53:52.507 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-12-21T05:53:52.507 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-21T05:53:52.507 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:53:52.507 INFO:teuthology.orchestra.run.smithi064.stdout: "osd": { 2023-12-21T05:53:52.507 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-21T05:53:52.507 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:53:52.507 INFO:teuthology.orchestra.run.smithi064.stdout: "mds": { 2023-12-21T05:53:52.507 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:53:52.507 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:53:52.507 INFO:teuthology.orchestra.run.smithi064.stdout: "overall": { 2023-12-21T05:53:52.507 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-12-21T05:53:52.507 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-21T05:53:52.507 INFO:teuthology.orchestra.run.smithi064.stdout: } 2023-12-21T05:53:52.508 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:53:52.771 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:53:52.771 INFO:teuthology.orchestra.run.smithi064.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-21T05:53:52.771 INFO:teuthology.orchestra.run.smithi064.stdout: "in_progress": true, 2023-12-21T05:53:52.771 INFO:teuthology.orchestra.run.smithi064.stdout: "services_complete": [], 2023-12-21T05:53:52.771 INFO:teuthology.orchestra.run.smithi064.stdout: "message": "" 2023-12-21T05:53:52.771 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:54:23.063 INFO:teuthology.orchestra.run.smithi064.stdout:true 2023-12-21T05:54:23.584 INFO:teuthology.orchestra.run.smithi064.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-21T05:54:23.584 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi064 smithi064 running (54m) 6m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c326cb2af19 2023-12-21T05:54:23.584 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi113 smithi113 running (54m) 6m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 911a3f980b79 2023-12-21T05:54:23.584 INFO:teuthology.orchestra.run.smithi064.stdout:grafana.smithi064 smithi064 running (53m) 6m ago 53m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 5bc3dda26095 2023-12-21T05:54:23.584 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi064.hkbxiz smithi064 running (39m) 6m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45924113daed 2023-12-21T05:54:23.584 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi113.mezlgb smithi113 running (39m) 6m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad18dbb81c1c 2023-12-21T05:54:23.584 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi064.skpyci smithi064 running (60m) 6m ago 60m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ffcccc7cf5aa 2023-12-21T05:54:23.584 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi113.fmrekm smithi113 running (6m) 6m ago 53m 16.2.14-413-g639f0137 quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 19e6b2dc6c74 2b35691f999a 2023-12-21T05:54:23.584 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi064 smithi064 running (60m) 6m ago 60m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 85ec4a095c6c 2023-12-21T05:54:23.584 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi113 smithi113 running (58m) 6m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 72900f74bd8b 2023-12-21T05:54:23.584 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi064 smithi064 running (19m) 6m ago 19m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 ed8b18ac76c5 2023-12-21T05:54:23.584 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi113 smithi113 running (19m) 6m ago 19m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 940f83959b00 2023-12-21T05:54:23.585 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi064 smithi064 unknown 6m ago 32m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:54:23.585 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi113 smithi113 unknown 6m ago 29m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:54:23.585 INFO:teuthology.orchestra.run.smithi064.stdout:osd.0 smithi064 running (54m) 6m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b928406f651 2023-12-21T05:54:23.585 INFO:teuthology.orchestra.run.smithi064.stdout:osd.1 smithi064 running (51m) 6m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f54cca1e2701 2023-12-21T05:54:23.585 INFO:teuthology.orchestra.run.smithi064.stdout:osd.2 smithi064 running (51m) 6m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4f16804909d1 2023-12-21T05:54:23.585 INFO:teuthology.orchestra.run.smithi064.stdout:osd.3 smithi064 running (51m) 6m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ff7c21f150f 2023-12-21T05:54:23.585 INFO:teuthology.orchestra.run.smithi064.stdout:osd.4 smithi113 running (49m) 6m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a87e3f46224a 2023-12-21T05:54:23.585 INFO:teuthology.orchestra.run.smithi064.stdout:osd.5 smithi113 running (49m) 6m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b44b7d91554b 2023-12-21T05:54:23.585 INFO:teuthology.orchestra.run.smithi064.stdout:osd.6 smithi113 running (49m) 6m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 823d9af2b3b8 2023-12-21T05:54:23.585 INFO:teuthology.orchestra.run.smithi064.stdout:osd.7 smithi113 running (49m) 6m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 acd4caf812ae 2023-12-21T05:54:23.871 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:54:23.871 INFO:teuthology.orchestra.run.smithi064.stdout: "mon": { 2023-12-21T05:54:23.871 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:54:23.871 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:54:23.872 INFO:teuthology.orchestra.run.smithi064.stdout: "mgr": { 2023-12-21T05:54:23.872 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-12-21T05:54:23.872 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-21T05:54:23.872 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:54:23.872 INFO:teuthology.orchestra.run.smithi064.stdout: "osd": { 2023-12-21T05:54:23.872 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-21T05:54:23.872 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:54:23.872 INFO:teuthology.orchestra.run.smithi064.stdout: "mds": { 2023-12-21T05:54:23.872 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:54:23.872 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:54:23.872 INFO:teuthology.orchestra.run.smithi064.stdout: "overall": { 2023-12-21T05:54:23.872 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-12-21T05:54:23.872 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-21T05:54:23.872 INFO:teuthology.orchestra.run.smithi064.stdout: } 2023-12-21T05:54:23.872 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:54:24.137 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:54:24.137 INFO:teuthology.orchestra.run.smithi064.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-21T05:54:24.137 INFO:teuthology.orchestra.run.smithi064.stdout: "in_progress": true, 2023-12-21T05:54:24.137 INFO:teuthology.orchestra.run.smithi064.stdout: "services_complete": [], 2023-12-21T05:54:24.137 INFO:teuthology.orchestra.run.smithi064.stdout: "message": "" 2023-12-21T05:54:24.137 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:54:54.425 INFO:teuthology.orchestra.run.smithi064.stdout:true 2023-12-21T05:54:54.944 INFO:teuthology.orchestra.run.smithi064.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-21T05:54:54.944 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi064 smithi064 running (54m) 6m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c326cb2af19 2023-12-21T05:54:54.944 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi113 smithi113 running (54m) 6m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 911a3f980b79 2023-12-21T05:54:54.944 INFO:teuthology.orchestra.run.smithi064.stdout:grafana.smithi064 smithi064 running (54m) 6m ago 54m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 5bc3dda26095 2023-12-21T05:54:54.944 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi064.hkbxiz smithi064 running (40m) 6m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45924113daed 2023-12-21T05:54:54.945 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi113.mezlgb smithi113 running (40m) 6m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad18dbb81c1c 2023-12-21T05:54:54.945 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi064.skpyci smithi064 running (60m) 6m ago 60m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ffcccc7cf5aa 2023-12-21T05:54:54.945 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi113.fmrekm smithi113 running (6m) 6m ago 54m 16.2.14-413-g639f0137 quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 19e6b2dc6c74 2b35691f999a 2023-12-21T05:54:54.945 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi064 smithi064 running (60m) 6m ago 60m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 85ec4a095c6c 2023-12-21T05:54:54.945 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi113 smithi113 running (59m) 6m ago 59m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 72900f74bd8b 2023-12-21T05:54:54.945 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi064 smithi064 running (19m) 6m ago 19m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 ed8b18ac76c5 2023-12-21T05:54:54.945 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi113 smithi113 running (19m) 6m ago 19m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 940f83959b00 2023-12-21T05:54:54.945 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi064 smithi064 unknown 6m ago 32m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:54:54.945 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi113 smithi113 unknown 6m ago 30m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:54:54.945 INFO:teuthology.orchestra.run.smithi064.stdout:osd.0 smithi064 running (54m) 6m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b928406f651 2023-12-21T05:54:54.945 INFO:teuthology.orchestra.run.smithi064.stdout:osd.1 smithi064 running (52m) 6m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f54cca1e2701 2023-12-21T05:54:54.946 INFO:teuthology.orchestra.run.smithi064.stdout:osd.2 smithi064 running (52m) 6m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4f16804909d1 2023-12-21T05:54:54.946 INFO:teuthology.orchestra.run.smithi064.stdout:osd.3 smithi064 running (51m) 6m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ff7c21f150f 2023-12-21T05:54:54.946 INFO:teuthology.orchestra.run.smithi064.stdout:osd.4 smithi113 running (50m) 6m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a87e3f46224a 2023-12-21T05:54:54.946 INFO:teuthology.orchestra.run.smithi064.stdout:osd.5 smithi113 running (49m) 6m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b44b7d91554b 2023-12-21T05:54:54.946 INFO:teuthology.orchestra.run.smithi064.stdout:osd.6 smithi113 running (49m) 6m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 823d9af2b3b8 2023-12-21T05:54:54.946 INFO:teuthology.orchestra.run.smithi064.stdout:osd.7 smithi113 running (49m) 6m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 acd4caf812ae 2023-12-21T05:54:55.231 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:54:55.231 INFO:teuthology.orchestra.run.smithi064.stdout: "mon": { 2023-12-21T05:54:55.231 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:54:55.231 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:54:55.231 INFO:teuthology.orchestra.run.smithi064.stdout: "mgr": { 2023-12-21T05:54:55.231 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-12-21T05:54:55.232 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-21T05:54:55.232 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:54:55.232 INFO:teuthology.orchestra.run.smithi064.stdout: "osd": { 2023-12-21T05:54:55.232 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-21T05:54:55.232 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:54:55.232 INFO:teuthology.orchestra.run.smithi064.stdout: "mds": { 2023-12-21T05:54:55.232 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:54:55.232 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:54:55.232 INFO:teuthology.orchestra.run.smithi064.stdout: "overall": { 2023-12-21T05:54:55.232 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-12-21T05:54:55.232 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-21T05:54:55.232 INFO:teuthology.orchestra.run.smithi064.stdout: } 2023-12-21T05:54:55.232 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:54:55.495 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:54:55.495 INFO:teuthology.orchestra.run.smithi064.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-21T05:54:55.495 INFO:teuthology.orchestra.run.smithi064.stdout: "in_progress": true, 2023-12-21T05:54:55.495 INFO:teuthology.orchestra.run.smithi064.stdout: "services_complete": [], 2023-12-21T05:54:55.495 INFO:teuthology.orchestra.run.smithi064.stdout: "message": "" 2023-12-21T05:54:55.496 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:55:25.783 INFO:teuthology.orchestra.run.smithi064.stdout:true 2023-12-21T05:55:26.303 INFO:teuthology.orchestra.run.smithi064.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-21T05:55:26.303 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi064 smithi064 running (55m) 7m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c326cb2af19 2023-12-21T05:55:26.303 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi113 smithi113 running (55m) 7m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 911a3f980b79 2023-12-21T05:55:26.303 INFO:teuthology.orchestra.run.smithi064.stdout:grafana.smithi064 smithi064 running (54m) 7m ago 54m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 5bc3dda26095 2023-12-21T05:55:26.303 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi064.hkbxiz smithi064 running (40m) 7m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45924113daed 2023-12-21T05:55:26.303 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi113.mezlgb smithi113 running (40m) 7m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad18dbb81c1c 2023-12-21T05:55:26.303 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi064.skpyci smithi064 running (61m) 7m ago 61m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ffcccc7cf5aa 2023-12-21T05:55:26.303 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi113.fmrekm smithi113 running (7m) 7m ago 54m 16.2.14-413-g639f0137 quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 19e6b2dc6c74 2b35691f999a 2023-12-21T05:55:26.303 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi064 smithi064 running (61m) 7m ago 61m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 85ec4a095c6c 2023-12-21T05:55:26.303 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi113 smithi113 running (59m) 7m ago 59m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 72900f74bd8b 2023-12-21T05:55:26.304 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi064 smithi064 running (20m) 7m ago 20m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 ed8b18ac76c5 2023-12-21T05:55:26.304 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi113 smithi113 running (20m) 7m ago 20m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 940f83959b00 2023-12-21T05:55:26.304 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi064 smithi064 unknown 7m ago 33m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:55:26.304 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi113 smithi113 unknown 7m ago 31m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:55:26.304 INFO:teuthology.orchestra.run.smithi064.stdout:osd.0 smithi064 running (55m) 7m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b928406f651 2023-12-21T05:55:26.304 INFO:teuthology.orchestra.run.smithi064.stdout:osd.1 smithi064 running (52m) 7m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f54cca1e2701 2023-12-21T05:55:26.304 INFO:teuthology.orchestra.run.smithi064.stdout:osd.2 smithi064 running (52m) 7m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4f16804909d1 2023-12-21T05:55:26.304 INFO:teuthology.orchestra.run.smithi064.stdout:osd.3 smithi064 running (52m) 7m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ff7c21f150f 2023-12-21T05:55:26.304 INFO:teuthology.orchestra.run.smithi064.stdout:osd.4 smithi113 running (50m) 7m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a87e3f46224a 2023-12-21T05:55:26.304 INFO:teuthology.orchestra.run.smithi064.stdout:osd.5 smithi113 running (50m) 7m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b44b7d91554b 2023-12-21T05:55:26.304 INFO:teuthology.orchestra.run.smithi064.stdout:osd.6 smithi113 running (50m) 7m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 823d9af2b3b8 2023-12-21T05:55:26.304 INFO:teuthology.orchestra.run.smithi064.stdout:osd.7 smithi113 running (50m) 7m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 acd4caf812ae 2023-12-21T05:55:26.590 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:55:26.590 INFO:teuthology.orchestra.run.smithi064.stdout: "mon": { 2023-12-21T05:55:26.590 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:55:26.590 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:55:26.590 INFO:teuthology.orchestra.run.smithi064.stdout: "mgr": { 2023-12-21T05:55:26.590 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-12-21T05:55:26.591 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-21T05:55:26.591 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:55:26.591 INFO:teuthology.orchestra.run.smithi064.stdout: "osd": { 2023-12-21T05:55:26.591 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-21T05:55:26.591 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:55:26.591 INFO:teuthology.orchestra.run.smithi064.stdout: "mds": { 2023-12-21T05:55:26.591 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:55:26.591 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:55:26.591 INFO:teuthology.orchestra.run.smithi064.stdout: "overall": { 2023-12-21T05:55:26.592 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-12-21T05:55:26.592 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-21T05:55:26.592 INFO:teuthology.orchestra.run.smithi064.stdout: } 2023-12-21T05:55:26.592 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:55:26.854 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:55:26.854 INFO:teuthology.orchestra.run.smithi064.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-21T05:55:26.855 INFO:teuthology.orchestra.run.smithi064.stdout: "in_progress": true, 2023-12-21T05:55:26.855 INFO:teuthology.orchestra.run.smithi064.stdout: "services_complete": [], 2023-12-21T05:55:26.855 INFO:teuthology.orchestra.run.smithi064.stdout: "message": "" 2023-12-21T05:55:26.855 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:55:57.146 INFO:teuthology.orchestra.run.smithi064.stdout:true 2023-12-21T05:55:57.664 INFO:teuthology.orchestra.run.smithi064.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-21T05:55:57.664 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi064 smithi064 running (55m) 7m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c326cb2af19 2023-12-21T05:55:57.664 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi113 smithi113 running (55m) 7m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 911a3f980b79 2023-12-21T05:55:57.664 INFO:teuthology.orchestra.run.smithi064.stdout:grafana.smithi064 smithi064 running (55m) 7m ago 55m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 5bc3dda26095 2023-12-21T05:55:57.664 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi064.hkbxiz smithi064 running (41m) 7m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45924113daed 2023-12-21T05:55:57.664 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi113.mezlgb smithi113 running (41m) 7m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad18dbb81c1c 2023-12-21T05:55:57.664 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi064.skpyci smithi064 running (61m) 7m ago 61m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ffcccc7cf5aa 2023-12-21T05:55:57.664 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi113.fmrekm smithi113 running (7m) 7m ago 55m 16.2.14-413-g639f0137 quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 19e6b2dc6c74 2b35691f999a 2023-12-21T05:55:57.664 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi064 smithi064 running (61m) 7m ago 61m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 85ec4a095c6c 2023-12-21T05:55:57.665 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi113 smithi113 running (60m) 7m ago 60m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 72900f74bd8b 2023-12-21T05:55:57.665 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi064 smithi064 running (21m) 7m ago 21m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 ed8b18ac76c5 2023-12-21T05:55:57.665 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi113 smithi113 running (20m) 7m ago 20m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 940f83959b00 2023-12-21T05:55:57.665 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi064 smithi064 unknown 7m ago 33m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:55:57.665 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi113 smithi113 unknown 7m ago 31m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:55:57.665 INFO:teuthology.orchestra.run.smithi064.stdout:osd.0 smithi064 running (55m) 7m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b928406f651 2023-12-21T05:55:57.665 INFO:teuthology.orchestra.run.smithi064.stdout:osd.1 smithi064 running (53m) 7m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f54cca1e2701 2023-12-21T05:55:57.665 INFO:teuthology.orchestra.run.smithi064.stdout:osd.2 smithi064 running (53m) 7m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4f16804909d1 2023-12-21T05:55:57.665 INFO:teuthology.orchestra.run.smithi064.stdout:osd.3 smithi064 running (52m) 7m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ff7c21f150f 2023-12-21T05:55:57.665 INFO:teuthology.orchestra.run.smithi064.stdout:osd.4 smithi113 running (51m) 7m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a87e3f46224a 2023-12-21T05:55:57.666 INFO:teuthology.orchestra.run.smithi064.stdout:osd.5 smithi113 running (51m) 7m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b44b7d91554b 2023-12-21T05:55:57.666 INFO:teuthology.orchestra.run.smithi064.stdout:osd.6 smithi113 running (50m) 7m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 823d9af2b3b8 2023-12-21T05:55:57.666 INFO:teuthology.orchestra.run.smithi064.stdout:osd.7 smithi113 running (50m) 7m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 acd4caf812ae 2023-12-21T05:55:57.951 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:55:57.951 INFO:teuthology.orchestra.run.smithi064.stdout: "mon": { 2023-12-21T05:55:57.951 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:55:57.951 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:55:57.952 INFO:teuthology.orchestra.run.smithi064.stdout: "mgr": { 2023-12-21T05:55:57.952 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-12-21T05:55:57.952 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-21T05:55:57.952 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:55:57.952 INFO:teuthology.orchestra.run.smithi064.stdout: "osd": { 2023-12-21T05:55:57.952 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-21T05:55:57.952 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:55:57.952 INFO:teuthology.orchestra.run.smithi064.stdout: "mds": { 2023-12-21T05:55:57.952 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:55:57.952 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:55:57.952 INFO:teuthology.orchestra.run.smithi064.stdout: "overall": { 2023-12-21T05:55:57.952 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-12-21T05:55:57.953 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-21T05:55:57.953 INFO:teuthology.orchestra.run.smithi064.stdout: } 2023-12-21T05:55:57.953 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:55:58.216 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:55:58.216 INFO:teuthology.orchestra.run.smithi064.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-21T05:55:58.216 INFO:teuthology.orchestra.run.smithi064.stdout: "in_progress": true, 2023-12-21T05:55:58.216 INFO:teuthology.orchestra.run.smithi064.stdout: "services_complete": [], 2023-12-21T05:55:58.216 INFO:teuthology.orchestra.run.smithi064.stdout: "message": "" 2023-12-21T05:55:58.216 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:56:28.505 INFO:teuthology.orchestra.run.smithi064.stdout:true 2023-12-21T05:56:29.022 INFO:teuthology.orchestra.run.smithi064.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-21T05:56:29.023 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi064 smithi064 running (56m) 8m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c326cb2af19 2023-12-21T05:56:29.023 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi113 smithi113 running (56m) 8m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 911a3f980b79 2023-12-21T05:56:29.023 INFO:teuthology.orchestra.run.smithi064.stdout:grafana.smithi064 smithi064 running (55m) 8m ago 55m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 5bc3dda26095 2023-12-21T05:56:29.023 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi064.hkbxiz smithi064 running (41m) 8m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45924113daed 2023-12-21T05:56:29.023 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi113.mezlgb smithi113 running (41m) 8m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad18dbb81c1c 2023-12-21T05:56:29.023 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi064.skpyci smithi064 running (62m) 8m ago 62m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ffcccc7cf5aa 2023-12-21T05:56:29.023 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi113.fmrekm smithi113 running (8m) 8m ago 55m 16.2.14-413-g639f0137 quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 19e6b2dc6c74 2b35691f999a 2023-12-21T05:56:29.023 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi064 smithi064 running (62m) 8m ago 62m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 85ec4a095c6c 2023-12-21T05:56:29.023 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi113 smithi113 running (60m) 8m ago 60m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 72900f74bd8b 2023-12-21T05:56:29.023 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi064 smithi064 running (21m) 8m ago 21m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 ed8b18ac76c5 2023-12-21T05:56:29.023 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi113 smithi113 running (21m) 8m ago 21m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 940f83959b00 2023-12-21T05:56:29.023 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi064 smithi064 unknown 8m ago 34m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:56:29.023 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi113 smithi113 unknown 8m ago 32m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:56:29.023 INFO:teuthology.orchestra.run.smithi064.stdout:osd.0 smithi064 running (56m) 8m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b928406f651 2023-12-21T05:56:29.023 INFO:teuthology.orchestra.run.smithi064.stdout:osd.1 smithi064 running (53m) 8m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f54cca1e2701 2023-12-21T05:56:29.023 INFO:teuthology.orchestra.run.smithi064.stdout:osd.2 smithi064 running (53m) 8m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4f16804909d1 2023-12-21T05:56:29.024 INFO:teuthology.orchestra.run.smithi064.stdout:osd.3 smithi064 running (53m) 8m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ff7c21f150f 2023-12-21T05:56:29.024 INFO:teuthology.orchestra.run.smithi064.stdout:osd.4 smithi113 running (51m) 8m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a87e3f46224a 2023-12-21T05:56:29.024 INFO:teuthology.orchestra.run.smithi064.stdout:osd.5 smithi113 running (51m) 8m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b44b7d91554b 2023-12-21T05:56:29.024 INFO:teuthology.orchestra.run.smithi064.stdout:osd.6 smithi113 running (51m) 8m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 823d9af2b3b8 2023-12-21T05:56:29.024 INFO:teuthology.orchestra.run.smithi064.stdout:osd.7 smithi113 running (51m) 8m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 acd4caf812ae 2023-12-21T05:56:29.310 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:56:29.310 INFO:teuthology.orchestra.run.smithi064.stdout: "mon": { 2023-12-21T05:56:29.310 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:56:29.310 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:56:29.310 INFO:teuthology.orchestra.run.smithi064.stdout: "mgr": { 2023-12-21T05:56:29.310 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-12-21T05:56:29.310 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-21T05:56:29.310 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:56:29.310 INFO:teuthology.orchestra.run.smithi064.stdout: "osd": { 2023-12-21T05:56:29.310 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-21T05:56:29.311 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:56:29.311 INFO:teuthology.orchestra.run.smithi064.stdout: "mds": { 2023-12-21T05:56:29.311 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:56:29.311 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:56:29.311 INFO:teuthology.orchestra.run.smithi064.stdout: "overall": { 2023-12-21T05:56:29.311 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-12-21T05:56:29.311 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-21T05:56:29.311 INFO:teuthology.orchestra.run.smithi064.stdout: } 2023-12-21T05:56:29.311 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:56:29.574 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:56:29.574 INFO:teuthology.orchestra.run.smithi064.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-21T05:56:29.574 INFO:teuthology.orchestra.run.smithi064.stdout: "in_progress": true, 2023-12-21T05:56:29.575 INFO:teuthology.orchestra.run.smithi064.stdout: "services_complete": [], 2023-12-21T05:56:29.575 INFO:teuthology.orchestra.run.smithi064.stdout: "message": "" 2023-12-21T05:56:29.575 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:56:59.865 INFO:teuthology.orchestra.run.smithi064.stdout:true 2023-12-21T05:57:00.387 INFO:teuthology.orchestra.run.smithi064.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-21T05:57:00.387 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi064 smithi064 running (56m) 8m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c326cb2af19 2023-12-21T05:57:00.387 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi113 smithi113 running (56m) 8m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 911a3f980b79 2023-12-21T05:57:00.387 INFO:teuthology.orchestra.run.smithi064.stdout:grafana.smithi064 smithi064 running (56m) 8m ago 56m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 5bc3dda26095 2023-12-21T05:57:00.387 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi064.hkbxiz smithi064 running (42m) 8m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45924113daed 2023-12-21T05:57:00.387 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi113.mezlgb smithi113 running (42m) 8m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad18dbb81c1c 2023-12-21T05:57:00.387 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi064.skpyci smithi064 running (62m) 8m ago 62m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ffcccc7cf5aa 2023-12-21T05:57:00.387 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi113.fmrekm smithi113 running (8m) 8m ago 56m 16.2.14-413-g639f0137 quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 19e6b2dc6c74 2b35691f999a 2023-12-21T05:57:00.387 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi064 smithi064 running (62m) 8m ago 62m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 85ec4a095c6c 2023-12-21T05:57:00.387 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi113 smithi113 running (61m) 8m ago 61m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 72900f74bd8b 2023-12-21T05:57:00.388 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi064 smithi064 running (22m) 8m ago 22m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 ed8b18ac76c5 2023-12-21T05:57:00.388 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi113 smithi113 running (22m) 8m ago 21m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 940f83959b00 2023-12-21T05:57:00.388 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi064 smithi064 unknown 8m ago 34m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:57:00.388 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi113 smithi113 unknown 8m ago 32m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:57:00.388 INFO:teuthology.orchestra.run.smithi064.stdout:osd.0 smithi064 running (56m) 8m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b928406f651 2023-12-21T05:57:00.388 INFO:teuthology.orchestra.run.smithi064.stdout:osd.1 smithi064 running (54m) 8m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f54cca1e2701 2023-12-21T05:57:00.388 INFO:teuthology.orchestra.run.smithi064.stdout:osd.2 smithi064 running (54m) 8m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4f16804909d1 2023-12-21T05:57:00.388 INFO:teuthology.orchestra.run.smithi064.stdout:osd.3 smithi064 running (53m) 8m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ff7c21f150f 2023-12-21T05:57:00.388 INFO:teuthology.orchestra.run.smithi064.stdout:osd.4 smithi113 running (52m) 8m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a87e3f46224a 2023-12-21T05:57:00.388 INFO:teuthology.orchestra.run.smithi064.stdout:osd.5 smithi113 running (52m) 8m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b44b7d91554b 2023-12-21T05:57:00.388 INFO:teuthology.orchestra.run.smithi064.stdout:osd.6 smithi113 running (51m) 8m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 823d9af2b3b8 2023-12-21T05:57:00.388 INFO:teuthology.orchestra.run.smithi064.stdout:osd.7 smithi113 running (51m) 8m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 acd4caf812ae 2023-12-21T05:57:00.679 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:57:00.679 INFO:teuthology.orchestra.run.smithi064.stdout: "mon": { 2023-12-21T05:57:00.679 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:57:00.679 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:57:00.679 INFO:teuthology.orchestra.run.smithi064.stdout: "mgr": { 2023-12-21T05:57:00.679 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-12-21T05:57:00.679 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-21T05:57:00.679 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:57:00.679 INFO:teuthology.orchestra.run.smithi064.stdout: "osd": { 2023-12-21T05:57:00.679 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-21T05:57:00.680 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:57:00.680 INFO:teuthology.orchestra.run.smithi064.stdout: "mds": { 2023-12-21T05:57:00.680 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:57:00.680 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:57:00.680 INFO:teuthology.orchestra.run.smithi064.stdout: "overall": { 2023-12-21T05:57:00.680 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-12-21T05:57:00.680 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-21T05:57:00.680 INFO:teuthology.orchestra.run.smithi064.stdout: } 2023-12-21T05:57:00.680 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:57:00.943 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:57:00.943 INFO:teuthology.orchestra.run.smithi064.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-21T05:57:00.943 INFO:teuthology.orchestra.run.smithi064.stdout: "in_progress": true, 2023-12-21T05:57:00.943 INFO:teuthology.orchestra.run.smithi064.stdout: "services_complete": [], 2023-12-21T05:57:00.943 INFO:teuthology.orchestra.run.smithi064.stdout: "message": "" 2023-12-21T05:57:00.943 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:57:31.231 INFO:teuthology.orchestra.run.smithi064.stdout:true 2023-12-21T05:57:31.754 INFO:teuthology.orchestra.run.smithi064.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-21T05:57:31.754 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi064 smithi064 running (57m) 9m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c326cb2af19 2023-12-21T05:57:31.754 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi113 smithi113 running (57m) 9m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 911a3f980b79 2023-12-21T05:57:31.754 INFO:teuthology.orchestra.run.smithi064.stdout:grafana.smithi064 smithi064 running (56m) 9m ago 56m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 5bc3dda26095 2023-12-21T05:57:31.754 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi064.hkbxiz smithi064 running (42m) 9m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45924113daed 2023-12-21T05:57:31.754 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi113.mezlgb smithi113 running (42m) 9m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad18dbb81c1c 2023-12-21T05:57:31.754 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi064.skpyci smithi064 running (63m) 9m ago 63m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ffcccc7cf5aa 2023-12-21T05:57:31.754 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi113.fmrekm smithi113 running (9m) 9m ago 56m 16.2.14-413-g639f0137 quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 19e6b2dc6c74 2b35691f999a 2023-12-21T05:57:31.754 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi064 smithi064 running (63m) 9m ago 63m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 85ec4a095c6c 2023-12-21T05:57:31.754 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi113 smithi113 running (61m) 9m ago 61m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 72900f74bd8b 2023-12-21T05:57:31.754 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi064 smithi064 running (22m) 9m ago 22m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 ed8b18ac76c5 2023-12-21T05:57:31.754 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi113 smithi113 running (22m) 9m ago 22m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 940f83959b00 2023-12-21T05:57:31.755 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi064 smithi064 unknown 9m ago 35m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:57:31.755 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi113 smithi113 unknown 9m ago 33m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:57:31.755 INFO:teuthology.orchestra.run.smithi064.stdout:osd.0 smithi064 running (57m) 9m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b928406f651 2023-12-21T05:57:31.755 INFO:teuthology.orchestra.run.smithi064.stdout:osd.1 smithi064 running (54m) 9m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f54cca1e2701 2023-12-21T05:57:31.755 INFO:teuthology.orchestra.run.smithi064.stdout:osd.2 smithi064 running (54m) 9m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4f16804909d1 2023-12-21T05:57:31.755 INFO:teuthology.orchestra.run.smithi064.stdout:osd.3 smithi064 running (54m) 9m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ff7c21f150f 2023-12-21T05:57:31.755 INFO:teuthology.orchestra.run.smithi064.stdout:osd.4 smithi113 running (52m) 9m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a87e3f46224a 2023-12-21T05:57:31.755 INFO:teuthology.orchestra.run.smithi064.stdout:osd.5 smithi113 running (52m) 9m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b44b7d91554b 2023-12-21T05:57:31.755 INFO:teuthology.orchestra.run.smithi064.stdout:osd.6 smithi113 running (52m) 9m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 823d9af2b3b8 2023-12-21T05:57:31.755 INFO:teuthology.orchestra.run.smithi064.stdout:osd.7 smithi113 running (52m) 9m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 acd4caf812ae 2023-12-21T05:57:32.042 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:57:32.042 INFO:teuthology.orchestra.run.smithi064.stdout: "mon": { 2023-12-21T05:57:32.042 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:57:32.043 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:57:32.043 INFO:teuthology.orchestra.run.smithi064.stdout: "mgr": { 2023-12-21T05:57:32.043 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-12-21T05:57:32.043 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-21T05:57:32.043 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:57:32.043 INFO:teuthology.orchestra.run.smithi064.stdout: "osd": { 2023-12-21T05:57:32.043 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-21T05:57:32.043 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:57:32.043 INFO:teuthology.orchestra.run.smithi064.stdout: "mds": { 2023-12-21T05:57:32.043 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:57:32.043 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:57:32.043 INFO:teuthology.orchestra.run.smithi064.stdout: "overall": { 2023-12-21T05:57:32.043 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-12-21T05:57:32.043 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-21T05:57:32.043 INFO:teuthology.orchestra.run.smithi064.stdout: } 2023-12-21T05:57:32.044 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:57:32.307 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:57:32.307 INFO:teuthology.orchestra.run.smithi064.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-21T05:57:32.307 INFO:teuthology.orchestra.run.smithi064.stdout: "in_progress": true, 2023-12-21T05:57:32.307 INFO:teuthology.orchestra.run.smithi064.stdout: "services_complete": [], 2023-12-21T05:57:32.307 INFO:teuthology.orchestra.run.smithi064.stdout: "message": "" 2023-12-21T05:57:32.307 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:58:02.597 INFO:teuthology.orchestra.run.smithi064.stdout:true 2023-12-21T05:58:03.118 INFO:teuthology.orchestra.run.smithi064.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-21T05:58:03.118 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi064 smithi064 running (57m) 9m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c326cb2af19 2023-12-21T05:58:03.118 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi113 smithi113 running (57m) 9m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 911a3f980b79 2023-12-21T05:58:03.118 INFO:teuthology.orchestra.run.smithi064.stdout:grafana.smithi064 smithi064 running (57m) 9m ago 57m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 5bc3dda26095 2023-12-21T05:58:03.118 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi064.hkbxiz smithi064 running (43m) 9m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45924113daed 2023-12-21T05:58:03.118 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi113.mezlgb smithi113 running (43m) 9m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad18dbb81c1c 2023-12-21T05:58:03.119 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi064.skpyci smithi064 running (63m) 9m ago 63m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ffcccc7cf5aa 2023-12-21T05:58:03.119 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi113.fmrekm smithi113 running (9m) 9m ago 57m 16.2.14-413-g639f0137 quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 19e6b2dc6c74 2b35691f999a 2023-12-21T05:58:03.119 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi064 smithi064 running (63m) 9m ago 63m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 85ec4a095c6c 2023-12-21T05:58:03.119 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi113 smithi113 running (62m) 9m ago 62m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 72900f74bd8b 2023-12-21T05:58:03.119 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi064 smithi064 running (23m) 9m ago 23m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 ed8b18ac76c5 2023-12-21T05:58:03.119 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi113 smithi113 running (23m) 9m ago 23m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 940f83959b00 2023-12-21T05:58:03.119 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi064 smithi064 unknown 9m ago 35m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:58:03.119 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi113 smithi113 unknown 9m ago 33m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:58:03.119 INFO:teuthology.orchestra.run.smithi064.stdout:osd.0 smithi064 running (57m) 9m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b928406f651 2023-12-21T05:58:03.119 INFO:teuthology.orchestra.run.smithi064.stdout:osd.1 smithi064 running (55m) 9m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f54cca1e2701 2023-12-21T05:58:03.120 INFO:teuthology.orchestra.run.smithi064.stdout:osd.2 smithi064 running (55m) 9m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4f16804909d1 2023-12-21T05:58:03.120 INFO:teuthology.orchestra.run.smithi064.stdout:osd.3 smithi064 running (54m) 9m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ff7c21f150f 2023-12-21T05:58:03.120 INFO:teuthology.orchestra.run.smithi064.stdout:osd.4 smithi113 running (53m) 9m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a87e3f46224a 2023-12-21T05:58:03.120 INFO:teuthology.orchestra.run.smithi064.stdout:osd.5 smithi113 running (53m) 9m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b44b7d91554b 2023-12-21T05:58:03.120 INFO:teuthology.orchestra.run.smithi064.stdout:osd.6 smithi113 running (52m) 9m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 823d9af2b3b8 2023-12-21T05:58:03.120 INFO:teuthology.orchestra.run.smithi064.stdout:osd.7 smithi113 running (52m) 9m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 acd4caf812ae 2023-12-21T05:58:03.404 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:58:03.405 INFO:teuthology.orchestra.run.smithi064.stdout: "mon": { 2023-12-21T05:58:03.405 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:58:03.405 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:58:03.405 INFO:teuthology.orchestra.run.smithi064.stdout: "mgr": { 2023-12-21T05:58:03.405 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-12-21T05:58:03.405 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-21T05:58:03.405 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:58:03.405 INFO:teuthology.orchestra.run.smithi064.stdout: "osd": { 2023-12-21T05:58:03.405 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-21T05:58:03.405 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:58:03.406 INFO:teuthology.orchestra.run.smithi064.stdout: "mds": { 2023-12-21T05:58:03.406 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:58:03.406 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:58:03.406 INFO:teuthology.orchestra.run.smithi064.stdout: "overall": { 2023-12-21T05:58:03.406 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-12-21T05:58:03.406 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-21T05:58:03.406 INFO:teuthology.orchestra.run.smithi064.stdout: } 2023-12-21T05:58:03.406 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:58:03.671 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:58:03.671 INFO:teuthology.orchestra.run.smithi064.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-21T05:58:03.671 INFO:teuthology.orchestra.run.smithi064.stdout: "in_progress": true, 2023-12-21T05:58:03.671 INFO:teuthology.orchestra.run.smithi064.stdout: "services_complete": [], 2023-12-21T05:58:03.672 INFO:teuthology.orchestra.run.smithi064.stdout: "message": "" 2023-12-21T05:58:03.672 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:58:33.961 INFO:teuthology.orchestra.run.smithi064.stdout:true 2023-12-21T05:58:34.480 INFO:teuthology.orchestra.run.smithi064.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-21T05:58:34.480 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi064 smithi064 running (58m) 10m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c326cb2af19 2023-12-21T05:58:34.480 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi113 smithi113 running (58m) 10m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 911a3f980b79 2023-12-21T05:58:34.480 INFO:teuthology.orchestra.run.smithi064.stdout:grafana.smithi064 smithi064 running (58m) 10m ago 58m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 5bc3dda26095 2023-12-21T05:58:34.480 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi064.hkbxiz smithi064 running (43m) 10m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45924113daed 2023-12-21T05:58:34.480 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi113.mezlgb smithi113 running (43m) 10m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad18dbb81c1c 2023-12-21T05:58:34.480 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi064.skpyci smithi064 running (64m) 10m ago 64m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ffcccc7cf5aa 2023-12-21T05:58:34.480 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi113.fmrekm smithi113 running (10m) 10m ago 57m 16.2.14-413-g639f0137 quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 19e6b2dc6c74 2b35691f999a 2023-12-21T05:58:34.481 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi064 smithi064 running (64m) 10m ago 64m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 85ec4a095c6c 2023-12-21T05:58:34.481 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi113 smithi113 running (62m) 10m ago 62m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 72900f74bd8b 2023-12-21T05:58:34.481 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi064 smithi064 running (23m) 10m ago 23m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 ed8b18ac76c5 2023-12-21T05:58:34.481 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi113 smithi113 running (23m) 10m ago 23m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 940f83959b00 2023-12-21T05:58:34.481 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi064 smithi064 unknown 10m ago 36m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:58:34.481 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi113 smithi113 unknown 10m ago 34m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:58:34.481 INFO:teuthology.orchestra.run.smithi064.stdout:osd.0 smithi064 running (58m) 10m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b928406f651 2023-12-21T05:58:34.481 INFO:teuthology.orchestra.run.smithi064.stdout:osd.1 smithi064 running (55m) 10m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f54cca1e2701 2023-12-21T05:58:34.481 INFO:teuthology.orchestra.run.smithi064.stdout:osd.2 smithi064 running (55m) 10m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4f16804909d1 2023-12-21T05:58:34.481 INFO:teuthology.orchestra.run.smithi064.stdout:osd.3 smithi064 running (55m) 10m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ff7c21f150f 2023-12-21T05:58:34.482 INFO:teuthology.orchestra.run.smithi064.stdout:osd.4 smithi113 running (53m) 10m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a87e3f46224a 2023-12-21T05:58:34.482 INFO:teuthology.orchestra.run.smithi064.stdout:osd.5 smithi113 running (53m) 10m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b44b7d91554b 2023-12-21T05:58:34.482 INFO:teuthology.orchestra.run.smithi064.stdout:osd.6 smithi113 running (53m) 10m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 823d9af2b3b8 2023-12-21T05:58:34.482 INFO:teuthology.orchestra.run.smithi064.stdout:osd.7 smithi113 running (53m) 10m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 acd4caf812ae 2023-12-21T05:58:34.765 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:58:34.765 INFO:teuthology.orchestra.run.smithi064.stdout: "mon": { 2023-12-21T05:58:34.765 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:58:34.765 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:58:34.765 INFO:teuthology.orchestra.run.smithi064.stdout: "mgr": { 2023-12-21T05:58:34.765 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-12-21T05:58:34.765 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-21T05:58:34.765 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:58:34.766 INFO:teuthology.orchestra.run.smithi064.stdout: "osd": { 2023-12-21T05:58:34.766 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-21T05:58:34.766 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:58:34.766 INFO:teuthology.orchestra.run.smithi064.stdout: "mds": { 2023-12-21T05:58:34.766 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:58:34.766 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:58:34.766 INFO:teuthology.orchestra.run.smithi064.stdout: "overall": { 2023-12-21T05:58:34.766 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-12-21T05:58:34.766 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-21T05:58:34.766 INFO:teuthology.orchestra.run.smithi064.stdout: } 2023-12-21T05:58:34.766 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:58:35.032 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:58:35.032 INFO:teuthology.orchestra.run.smithi064.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-21T05:58:35.032 INFO:teuthology.orchestra.run.smithi064.stdout: "in_progress": true, 2023-12-21T05:58:35.032 INFO:teuthology.orchestra.run.smithi064.stdout: "services_complete": [], 2023-12-21T05:58:35.032 INFO:teuthology.orchestra.run.smithi064.stdout: "message": "" 2023-12-21T05:58:35.032 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:59:05.322 INFO:teuthology.orchestra.run.smithi064.stdout:true 2023-12-21T05:59:05.842 INFO:teuthology.orchestra.run.smithi064.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-21T05:59:05.842 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi064 smithi064 running (58m) 10m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c326cb2af19 2023-12-21T05:59:05.842 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi113 smithi113 running (58m) 10m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 911a3f980b79 2023-12-21T05:59:05.842 INFO:teuthology.orchestra.run.smithi064.stdout:grafana.smithi064 smithi064 running (58m) 10m ago 58m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 5bc3dda26095 2023-12-21T05:59:05.842 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi064.hkbxiz smithi064 running (44m) 10m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45924113daed 2023-12-21T05:59:05.842 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi113.mezlgb smithi113 running (44m) 10m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad18dbb81c1c 2023-12-21T05:59:05.843 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi064.skpyci smithi064 running (64m) 10m ago 64m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ffcccc7cf5aa 2023-12-21T05:59:05.843 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi113.fmrekm smithi113 running (11m) 10m ago 58m 16.2.14-413-g639f0137 quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 19e6b2dc6c74 2b35691f999a 2023-12-21T05:59:05.843 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi064 smithi064 running (64m) 10m ago 64m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 85ec4a095c6c 2023-12-21T05:59:05.843 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi113 smithi113 running (63m) 10m ago 63m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 72900f74bd8b 2023-12-21T05:59:05.843 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi064 smithi064 running (24m) 10m ago 24m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 ed8b18ac76c5 2023-12-21T05:59:05.843 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi113 smithi113 running (24m) 10m ago 24m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 940f83959b00 2023-12-21T05:59:05.843 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi064 smithi064 unknown 10m ago 36m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:59:05.843 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi113 smithi113 unknown 10m ago 34m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:59:05.843 INFO:teuthology.orchestra.run.smithi064.stdout:osd.0 smithi064 running (58m) 10m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b928406f651 2023-12-21T05:59:05.843 INFO:teuthology.orchestra.run.smithi064.stdout:osd.1 smithi064 running (56m) 10m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f54cca1e2701 2023-12-21T05:59:05.843 INFO:teuthology.orchestra.run.smithi064.stdout:osd.2 smithi064 running (56m) 10m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4f16804909d1 2023-12-21T05:59:05.844 INFO:teuthology.orchestra.run.smithi064.stdout:osd.3 smithi064 running (55m) 10m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ff7c21f150f 2023-12-21T05:59:05.844 INFO:teuthology.orchestra.run.smithi064.stdout:osd.4 smithi113 running (54m) 10m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a87e3f46224a 2023-12-21T05:59:05.844 INFO:teuthology.orchestra.run.smithi064.stdout:osd.5 smithi113 running (54m) 10m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b44b7d91554b 2023-12-21T05:59:05.844 INFO:teuthology.orchestra.run.smithi064.stdout:osd.6 smithi113 running (53m) 10m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 823d9af2b3b8 2023-12-21T05:59:05.844 INFO:teuthology.orchestra.run.smithi064.stdout:osd.7 smithi113 running (53m) 10m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 acd4caf812ae 2023-12-21T05:59:06.130 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:59:06.130 INFO:teuthology.orchestra.run.smithi064.stdout: "mon": { 2023-12-21T05:59:06.130 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:59:06.131 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:59:06.131 INFO:teuthology.orchestra.run.smithi064.stdout: "mgr": { 2023-12-21T05:59:06.131 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-12-21T05:59:06.131 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-21T05:59:06.131 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:59:06.131 INFO:teuthology.orchestra.run.smithi064.stdout: "osd": { 2023-12-21T05:59:06.131 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-21T05:59:06.131 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:59:06.131 INFO:teuthology.orchestra.run.smithi064.stdout: "mds": { 2023-12-21T05:59:06.131 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:59:06.131 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:59:06.131 INFO:teuthology.orchestra.run.smithi064.stdout: "overall": { 2023-12-21T05:59:06.131 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-12-21T05:59:06.131 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-21T05:59:06.131 INFO:teuthology.orchestra.run.smithi064.stdout: } 2023-12-21T05:59:06.131 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:59:06.396 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:59:06.396 INFO:teuthology.orchestra.run.smithi064.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-21T05:59:06.396 INFO:teuthology.orchestra.run.smithi064.stdout: "in_progress": true, 2023-12-21T05:59:06.396 INFO:teuthology.orchestra.run.smithi064.stdout: "services_complete": [], 2023-12-21T05:59:06.396 INFO:teuthology.orchestra.run.smithi064.stdout: "message": "" 2023-12-21T05:59:06.396 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:59:36.686 INFO:teuthology.orchestra.run.smithi064.stdout:true 2023-12-21T05:59:37.212 INFO:teuthology.orchestra.run.smithi064.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-21T05:59:37.212 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi064 smithi064 running (59m) 11m ago 59m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4c326cb2af19 2023-12-21T05:59:37.212 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi113 smithi113 running (59m) 11m ago 59m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 911a3f980b79 2023-12-21T05:59:37.212 INFO:teuthology.orchestra.run.smithi064.stdout:grafana.smithi064 smithi064 running (59m) 11m ago 59m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 5bc3dda26095 2023-12-21T05:59:37.212 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi064.hkbxiz smithi064 running (45m) 11m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45924113daed 2023-12-21T05:59:37.212 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi113.mezlgb smithi113 running (44m) 11m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad18dbb81c1c 2023-12-21T05:59:37.213 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi064.skpyci smithi064 running (65m) 11m ago 65m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ffcccc7cf5aa 2023-12-21T05:59:37.213 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi113.fmrekm smithi113 running (11m) 11m ago 59m 16.2.14-413-g639f0137 quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 19e6b2dc6c74 2b35691f999a 2023-12-21T05:59:37.213 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi064 smithi064 running (65m) 11m ago 65m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 85ec4a095c6c 2023-12-21T05:59:37.213 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi113 smithi113 running (64m) 11m ago 64m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 72900f74bd8b 2023-12-21T05:59:37.213 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi064 smithi064 running (24m) 11m ago 24m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 ed8b18ac76c5 2023-12-21T05:59:37.213 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi113 smithi113 running (24m) 11m ago 24m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 940f83959b00 2023-12-21T05:59:37.213 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi064 smithi064 unknown 11m ago 37m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:59:37.213 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi113 smithi113 unknown 11m ago 35m docker.io/prom/node-exporter:v0.18.1 2023-12-21T05:59:37.213 INFO:teuthology.orchestra.run.smithi064.stdout:osd.0 smithi064 running (59m) 11m ago 59m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b928406f651 2023-12-21T05:59:37.213 INFO:teuthology.orchestra.run.smithi064.stdout:osd.1 smithi064 running (56m) 11m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f54cca1e2701 2023-12-21T05:59:37.213 INFO:teuthology.orchestra.run.smithi064.stdout:osd.2 smithi064 running (56m) 11m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4f16804909d1 2023-12-21T05:59:37.214 INFO:teuthology.orchestra.run.smithi064.stdout:osd.3 smithi064 running (56m) 11m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ff7c21f150f 2023-12-21T05:59:37.214 INFO:teuthology.orchestra.run.smithi064.stdout:osd.4 smithi113 running (54m) 11m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a87e3f46224a 2023-12-21T05:59:37.214 INFO:teuthology.orchestra.run.smithi064.stdout:osd.5 smithi113 running (54m) 11m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b44b7d91554b 2023-12-21T05:59:37.214 INFO:teuthology.orchestra.run.smithi064.stdout:osd.6 smithi113 running (54m) 11m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 823d9af2b3b8 2023-12-21T05:59:37.214 INFO:teuthology.orchestra.run.smithi064.stdout:osd.7 smithi113 running (54m) 11m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 acd4caf812ae 2023-12-21T05:59:37.500 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:59:37.500 INFO:teuthology.orchestra.run.smithi064.stdout: "mon": { 2023-12-21T05:59:37.500 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:59:37.500 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:59:37.501 INFO:teuthology.orchestra.run.smithi064.stdout: "mgr": { 2023-12-21T05:59:37.501 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-12-21T05:59:37.501 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-21T05:59:37.501 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:59:37.501 INFO:teuthology.orchestra.run.smithi064.stdout: "osd": { 2023-12-21T05:59:37.501 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-21T05:59:37.501 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:59:37.501 INFO:teuthology.orchestra.run.smithi064.stdout: "mds": { 2023-12-21T05:59:37.501 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T05:59:37.501 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T05:59:37.501 INFO:teuthology.orchestra.run.smithi064.stdout: "overall": { 2023-12-21T05:59:37.501 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-12-21T05:59:37.501 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-21T05:59:37.502 INFO:teuthology.orchestra.run.smithi064.stdout: } 2023-12-21T05:59:37.502 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T05:59:37.765 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T05:59:37.765 INFO:teuthology.orchestra.run.smithi064.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-21T05:59:37.765 INFO:teuthology.orchestra.run.smithi064.stdout: "in_progress": true, 2023-12-21T05:59:37.765 INFO:teuthology.orchestra.run.smithi064.stdout: "services_complete": [], 2023-12-21T05:59:37.765 INFO:teuthology.orchestra.run.smithi064.stdout: "message": "" 2023-12-21T05:59:37.765 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T06:00:10.174 INFO:teuthology.orchestra.run.smithi064.stderr:Error ENOTSUP: Warning: due to ceph-mgr restart, some PG states may not be up to date 2023-12-21T06:00:10.174 INFO:teuthology.orchestra.run.smithi064.stderr:Module 'orchestrator' is not enabled/loaded (required by command 'orch upgrade status'): use `ceph mgr module enable orchestrator` to enable it 2023-12-21T06:00:10.486 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -e sha1=639f0137318def3e5f393094e5494880043a8f32 -- bash -c 'ceph orch ps' 2023-12-21T06:00:11.727 INFO:teuthology.orchestra.run.smithi064.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-21T06:00:11.727 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi064 smithi064 running (59m) 12m ago 59m - - 15.2.13 2cf504fded39 4c326cb2af19 2023-12-21T06:00:11.727 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi113 smithi113 running (59m) 12m ago 59m - - 15.2.13 2cf504fded39 911a3f980b79 2023-12-21T06:00:11.727 INFO:teuthology.orchestra.run.smithi064.stdout:grafana.smithi064 smithi064 running (59m) 12m ago 59m - - 6.7.4 557c83e11646 5bc3dda26095 2023-12-21T06:00:11.727 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi064.hkbxiz smithi064 running (45m) 12m ago 45m - - 15.2.13 2cf504fded39 45924113daed 2023-12-21T06:00:11.728 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi113.mezlgb smithi113 running (45m) 12m ago 45m - - 15.2.13 2cf504fded39 ad18dbb81c1c 2023-12-21T06:00:11.728 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi064.skpyci smithi064 running (65m) 12m ago 65m - - 15.2.13 2cf504fded39 ffcccc7cf5aa 2023-12-21T06:00:11.728 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi113.fmrekm smithi113 running (12m) 12m ago 59m - - 16.2.14-413-g639f0137 19e6b2dc6c74 2b35691f999a 2023-12-21T06:00:11.728 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi064 smithi064 running (65m) 12m ago 65m - 2048M 15.2.13 2cf504fded39 85ec4a095c6c 2023-12-21T06:00:11.728 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi113 smithi113 running (64m) 12m ago 64m - 2048M 15.2.13 2cf504fded39 72900f74bd8b 2023-12-21T06:00:11.728 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi064 smithi064 running (25m) 12m ago 25m - - 3.3 2cf504fded39 ed8b18ac76c5 2023-12-21T06:00:11.728 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.ganesha-foo.smithi113 smithi113 running (25m) 12m ago 25m - - 3.3 2cf504fded39 940f83959b00 2023-12-21T06:00:11.728 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi064 smithi064 unknown 12m ago 37m - - 2023-12-21T06:00:11.728 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi113 smithi113 unknown 12m ago 35m - - 2023-12-21T06:00:11.728 INFO:teuthology.orchestra.run.smithi064.stdout:osd.0 smithi064 running (59m) 12m ago 59m - 4096M 15.2.13 2cf504fded39 4b928406f651 2023-12-21T06:00:11.729 INFO:teuthology.orchestra.run.smithi064.stdout:osd.1 smithi064 running (57m) 12m ago 57m - 4096M 15.2.13 2cf504fded39 f54cca1e2701 2023-12-21T06:00:11.729 INFO:teuthology.orchestra.run.smithi064.stdout:osd.2 smithi064 running (57m) 12m ago 57m - 4096M 15.2.13 2cf504fded39 4f16804909d1 2023-12-21T06:00:11.729 INFO:teuthology.orchestra.run.smithi064.stdout:osd.3 smithi064 running (57m) 12m ago 57m - 4096M 15.2.13 2cf504fded39 9ff7c21f150f 2023-12-21T06:00:11.729 INFO:teuthology.orchestra.run.smithi064.stdout:osd.4 smithi113 running (55m) 12m ago 55m - 4096M 15.2.13 2cf504fded39 a87e3f46224a 2023-12-21T06:00:11.729 INFO:teuthology.orchestra.run.smithi064.stdout:osd.5 smithi113 running (55m) 12m ago 55m - 4096M 15.2.13 2cf504fded39 b44b7d91554b 2023-12-21T06:00:11.729 INFO:teuthology.orchestra.run.smithi064.stdout:osd.6 smithi113 running (55m) 12m ago 55m - 4096M 15.2.13 2cf504fded39 823d9af2b3b8 2023-12-21T06:00:11.729 INFO:teuthology.orchestra.run.smithi064.stdout:osd.7 smithi113 running (54m) 12m ago 54m - 4096M 15.2.13 2cf504fded39 acd4caf812ae 2023-12-21T06:00:12.093 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -e sha1=639f0137318def3e5f393094e5494880043a8f32 -- bash -c 'ceph versions' 2023-12-21T06:00:13.372 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T06:00:13.373 INFO:teuthology.orchestra.run.smithi064.stdout: "mon": { 2023-12-21T06:00:13.373 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T06:00:13.373 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T06:00:13.373 INFO:teuthology.orchestra.run.smithi064.stdout: "mgr": { 2023-12-21T06:00:13.373 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-12-21T06:00:13.373 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-21T06:00:13.373 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T06:00:13.373 INFO:teuthology.orchestra.run.smithi064.stdout: "osd": { 2023-12-21T06:00:13.373 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-21T06:00:13.373 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T06:00:13.373 INFO:teuthology.orchestra.run.smithi064.stdout: "mds": { 2023-12-21T06:00:13.373 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T06:00:13.373 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T06:00:13.373 INFO:teuthology.orchestra.run.smithi064.stdout: "overall": { 2023-12-21T06:00:13.373 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-12-21T06:00:13.373 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-21T06:00:13.374 INFO:teuthology.orchestra.run.smithi064.stdout: } 2023-12-21T06:00:13.374 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T06:00:13.725 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -e sha1=639f0137318def3e5f393094e5494880043a8f32 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2023-12-21T06:00:14.679 INFO:teuthology.orchestra.run.smithi064.stdout:wait for servicemap items w/ changing names to refresh 2023-12-21T06:00:15.020 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -e sha1=639f0137318def3e5f393094e5494880043a8f32 -- bash -c 'sleep 60' 2023-12-21T06:01:16.254 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -e sha1=639f0137318def3e5f393094e5494880043a8f32 -- bash -c 'ceph orch ps' 2023-12-21T06:01:17.520 INFO:teuthology.orchestra.run.smithi064.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-21T06:01:17.520 INFO:teuthology.orchestra.run.smithi064.stdout:alertmanager.smithi113 smithi113 *:9093,9094 running (46s) 28s ago 45s 14.2M - 0.23.0 ba2b418f427c 2572b2e48c9a 2023-12-21T06:01:17.520 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi064 smithi064 running (61m) 30s ago 61m 6874k - 15.2.13 2cf504fded39 4c326cb2af19 2023-12-21T06:01:17.520 INFO:teuthology.orchestra.run.smithi064.stdout:crash.smithi113 smithi113 running (61m) 28s ago 61m 6865k - 15.2.13 2cf504fded39 911a3f980b79 2023-12-21T06:01:17.521 INFO:teuthology.orchestra.run.smithi064.stdout:grafana.smithi064 smithi064 starting - - - - 2023-12-21T06:01:17.521 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi064.hkbxiz smithi064 running (46m) 30s ago 46m 38.1M - 15.2.13 2cf504fded39 45924113daed 2023-12-21T06:01:17.521 INFO:teuthology.orchestra.run.smithi064.stdout:mds.foofs.smithi113.mezlgb smithi113 running (46m) 28s ago 46m 22.6M - 15.2.13 2cf504fded39 ad18dbb81c1c 2023-12-21T06:01:17.521 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi064.skpyci smithi064 running (67m) 30s ago 67m 393M - 15.2.13 2cf504fded39 ffcccc7cf5aa 2023-12-21T06:01:17.521 INFO:teuthology.orchestra.run.smithi064.stdout:mgr.smithi113.fmrekm smithi113 running (13m) 28s ago 60m 443M - 16.2.14-413-g639f0137 19e6b2dc6c74 2b35691f999a 2023-12-21T06:01:17.521 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi064 smithi064 running (67m) 30s ago 67m 662M 2048M 15.2.13 2cf504fded39 85ec4a095c6c 2023-12-21T06:01:17.521 INFO:teuthology.orchestra.run.smithi064.stdout:mon.smithi113 smithi113 running (65m) 28s ago 65m 493M 2048M 15.2.13 2cf504fded39 72900f74bd8b 2023-12-21T06:01:17.521 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.foo.0.0.smithi064.xaaedg smithi064 *:2049 running (37s) 30s ago 37s 56.5M - 3.3 2cf504fded39 0a02345c5508 2023-12-21T06:01:17.521 INFO:teuthology.orchestra.run.smithi064.stdout:nfs.foo.1.0.smithi113.rgbivm smithi113 *:2049 running (32s) 28s ago 32s 56.5M - 3.3 2cf504fded39 dd0144dbf4cf 2023-12-21T06:01:17.521 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi064 smithi064 error 30s ago 38m - - 2023-12-21T06:01:17.521 INFO:teuthology.orchestra.run.smithi064.stdout:node-exporter.smithi113 smithi113 error 28s ago 36m - - 2023-12-21T06:01:17.521 INFO:teuthology.orchestra.run.smithi064.stdout:osd.0 smithi064 running (61m) 30s ago 61m 3396M 4096M 15.2.13 2cf504fded39 4b928406f651 2023-12-21T06:01:17.521 INFO:teuthology.orchestra.run.smithi064.stdout:osd.1 smithi064 running (58m) 30s ago 58m 3680M 4096M 15.2.13 2cf504fded39 f54cca1e2701 2023-12-21T06:01:17.521 INFO:teuthology.orchestra.run.smithi064.stdout:osd.2 smithi064 running (58m) 30s ago 58m 2552M 4096M 15.2.13 2cf504fded39 4f16804909d1 2023-12-21T06:01:17.522 INFO:teuthology.orchestra.run.smithi064.stdout:osd.3 smithi064 running (58m) 30s ago 58m 3748M 4096M 15.2.13 2cf504fded39 9ff7c21f150f 2023-12-21T06:01:17.522 INFO:teuthology.orchestra.run.smithi064.stdout:osd.4 smithi113 running (56m) 28s ago 56m 3045M 4096M 15.2.13 2cf504fded39 a87e3f46224a 2023-12-21T06:01:17.522 INFO:teuthology.orchestra.run.smithi064.stdout:osd.5 smithi113 running (56m) 28s ago 56m 3807M 4096M 15.2.13 2cf504fded39 b44b7d91554b 2023-12-21T06:01:17.522 INFO:teuthology.orchestra.run.smithi064.stdout:osd.6 smithi113 running (56m) 28s ago 56m 3474M 4096M 15.2.13 2cf504fded39 823d9af2b3b8 2023-12-21T06:01:17.522 INFO:teuthology.orchestra.run.smithi064.stdout:osd.7 smithi113 running (55m) 28s ago 55m 4942M 4096M 15.2.13 2cf504fded39 acd4caf812ae 2023-12-21T06:01:17.522 INFO:teuthology.orchestra.run.smithi064.stdout:prometheus.smithi113 smithi113 *:9095 running (39s) 28s ago 38s 31.2M - 2.33.4 514e6a882f6e b19758e841f1 2023-12-21T06:01:17.892 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -e sha1=639f0137318def3e5f393094e5494880043a8f32 -- bash -c 'ceph versions' 2023-12-21T06:01:19.158 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-12-21T06:01:19.158 INFO:teuthology.orchestra.run.smithi064.stdout: "mon": { 2023-12-21T06:01:19.158 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T06:01:19.158 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T06:01:19.158 INFO:teuthology.orchestra.run.smithi064.stdout: "mgr": { 2023-12-21T06:01:19.158 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-12-21T06:01:19.158 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-21T06:01:19.158 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T06:01:19.158 INFO:teuthology.orchestra.run.smithi064.stdout: "osd": { 2023-12-21T06:01:19.158 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-21T06:01:19.158 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T06:01:19.159 INFO:teuthology.orchestra.run.smithi064.stdout: "mds": { 2023-12-21T06:01:19.159 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-21T06:01:19.159 INFO:teuthology.orchestra.run.smithi064.stdout: }, 2023-12-21T06:01:19.159 INFO:teuthology.orchestra.run.smithi064.stdout: "overall": { 2023-12-21T06:01:19.159 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-12-21T06:01:19.159 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-21T06:01:19.159 INFO:teuthology.orchestra.run.smithi064.stdout: } 2023-12-21T06:01:19.159 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-12-21T06:01:19.508 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -e sha1=639f0137318def3e5f393094e5494880043a8f32 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2023-12-21T06:01:20.774 INFO:teuthology.orchestra.run.smithi064.stdout:false 2023-12-21T06:01:21.116 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T06:01:21.117 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/parallel.py", line 64, in _run_spawned mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/sequential.py", line 47, in task mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=confg) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa/tasks/cephadm.py", line 1058, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa/tasks/cephadm.py", line 34, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi064 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -e sha1=639f0137318def3e5f393094e5494880043a8f32 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-12-21T06:01:21.188 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=1b004766e17644f293042521723f4bd9 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/parallel.py", line 64, in _run_spawned mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/sequential.py", line 47, in task mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=confg) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa/tasks/cephadm.py", line 1058, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa/tasks/cephadm.py", line 34, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi064 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -e sha1=639f0137318def3e5f393094e5494880043a8f32 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-12-21T06:01:21.190 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-21T06:01:21.200 INFO:tasks.cephadm:Teardown begin 2023-12-21T06:01:21.200 DEBUG:teuthology.orchestra.run.smithi064:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-21T06:01:21.247 DEBUG:teuthology.orchestra.run.smithi113:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-21T06:01:21.286 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-12-21T06:01:21.286 DEBUG:teuthology.orchestra.run.smithi064:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-21T06:01:21.305 DEBUG:teuthology.orchestra.run.smithi113:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-21T06:01:21.346 INFO:tasks.cephadm:Stopping all daemons... 2023-12-21T06:01:21.347 INFO:tasks.cephadm.mon.smithi064:Stopping mon.smithi064... 2023-12-21T06:01:21.347 DEBUG:teuthology.orchestra.run.smithi064:> sudo systemctl stop ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@mon.smithi064 2023-12-21T06:01:21.719 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Dec 21 06:01:21 smithi064 systemd[1]: Stopping Ceph mon.smithi064 for ec1bc4d2-9fbc-11ee-95a5-87774f69a715... 2023-12-21T06:01:21.805 DEBUG:teuthology.orchestra.run.smithi064:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@mon.smithi064.service' 2023-12-21T06:01:21.856 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-21T06:01:21.856 INFO:tasks.cephadm.mon.smithi064:Stopped mon.smithi064 2023-12-21T06:01:21.857 INFO:tasks.cephadm.mon.smithi113:Stopping mon.smithi113... 2023-12-21T06:01:21.857 DEBUG:teuthology.orchestra.run.smithi113:> sudo systemctl stop ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@mon.smithi113 2023-12-21T06:01:22.279 INFO:journalctl@ceph.mon.smithi113.smithi113.stdout:Dec 21 06:01:21 smithi113 systemd[1]: Stopping Ceph mon.smithi113 for ec1bc4d2-9fbc-11ee-95a5-87774f69a715... 2023-12-21T06:01:22.568 INFO:journalctl@ceph.mon.smithi113.smithi113.stdout:Dec 21 06:01:22 smithi113 bash[122576]: ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715-mon.smithi113 2023-12-21T06:01:22.568 INFO:journalctl@ceph.mon.smithi113.smithi113.stdout:Dec 21 06:01:22 smithi113 bash[122617]: bash: /var/lib/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/mon.smithi113/unit.stop: No such file or directory 2023-12-21T06:01:22.568 INFO:journalctl@ceph.mon.smithi113.smithi113.stdout:Dec 21 06:01:22 smithi113 systemd[1]: ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@mon.smithi113.service: Succeeded. 2023-12-21T06:01:22.571 DEBUG:teuthology.orchestra.run.smithi113:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@mon.smithi113.service' 2023-12-21T06:01:22.621 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-21T06:01:22.621 INFO:tasks.cephadm.mon.smithi113:Stopped mon.smithi113 2023-12-21T06:01:22.621 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-12-21T06:01:22.621 DEBUG:teuthology.orchestra.run.smithi064:> sudo systemctl stop ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@osd.0 2023-12-21T06:01:23.003 INFO:journalctl@ceph.osd.0.smithi064.stdout:Dec 21 06:01:22 smithi064 systemd[1]: Stopping Ceph osd.0 for ec1bc4d2-9fbc-11ee-95a5-87774f69a715... 2023-12-21T06:01:23.259 INFO:journalctl@ceph.osd.0.smithi064.stdout:Dec 21 06:01:23 smithi064 bash[200492]: ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715-osd.0 2023-12-21T06:01:23.259 INFO:journalctl@ceph.osd.0.smithi064.stdout:Dec 21 06:01:23 smithi064 bash[200533]: bash: /var/lib/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/osd.0/unit.stop: No such file or directory 2023-12-21T06:01:23.935 DEBUG:teuthology.orchestra.run.smithi064:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@osd.0.service' 2023-12-21T06:01:23.977 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-21T06:01:23.978 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-12-21T06:01:23.978 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-12-21T06:01:23.978 DEBUG:teuthology.orchestra.run.smithi064:> sudo systemctl stop ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@osd.1 2023-12-21T06:01:24.261 INFO:journalctl@ceph.osd.1.smithi064.stdout:Dec 21 06:01:24 smithi064 systemd[1]: Stopping Ceph osd.1 for ec1bc4d2-9fbc-11ee-95a5-87774f69a715... 2023-12-21T06:01:24.552 INFO:journalctl@ceph.osd.1.smithi064.stdout:Dec 21 06:01:24 smithi064 bash[200672]: ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715-osd.1 2023-12-21T06:01:24.552 INFO:journalctl@ceph.osd.1.smithi064.stdout:Dec 21 06:01:24 smithi064 bash[200712]: bash: /var/lib/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/osd.1/unit.stop: No such file or directory 2023-12-21T06:01:25.360 DEBUG:teuthology.orchestra.run.smithi064:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@osd.1.service' 2023-12-21T06:01:25.401 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-21T06:01:25.401 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-12-21T06:01:25.402 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-12-21T06:01:25.402 DEBUG:teuthology.orchestra.run.smithi064:> sudo systemctl stop ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@osd.2 2023-12-21T06:01:25.646 INFO:journalctl@ceph.osd.2.smithi064.stdout:Dec 21 06:01:25 smithi064 systemd[1]: Stopping Ceph osd.2 for ec1bc4d2-9fbc-11ee-95a5-87774f69a715... 2023-12-21T06:01:26.051 INFO:journalctl@ceph.osd.2.smithi064.stdout:Dec 21 06:01:25 smithi064 bash[200854]: ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715-osd.2 2023-12-21T06:01:26.052 INFO:journalctl@ceph.osd.2.smithi064.stdout:Dec 21 06:01:25 smithi064 bash[200893]: bash: /var/lib/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/osd.2/unit.stop: No such file or directory 2023-12-21T06:01:26.809 DEBUG:teuthology.orchestra.run.smithi064:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@osd.2.service' 2023-12-21T06:01:26.849 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-21T06:01:26.850 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-12-21T06:01:26.850 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2023-12-21T06:01:26.850 DEBUG:teuthology.orchestra.run.smithi064:> sudo systemctl stop ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@osd.3 2023-12-21T06:01:27.116 INFO:journalctl@ceph.osd.3.smithi064.stdout:Dec 21 06:01:26 smithi064 systemd[1]: Stopping Ceph osd.3 for ec1bc4d2-9fbc-11ee-95a5-87774f69a715... 2023-12-21T06:01:27.551 INFO:journalctl@ceph.osd.3.smithi064.stdout:Dec 21 06:01:27 smithi064 bash[201033]: ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715-osd.3 2023-12-21T06:01:27.551 INFO:journalctl@ceph.osd.3.smithi064.stdout:Dec 21 06:01:27 smithi064 bash[201074]: bash: /var/lib/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/osd.3/unit.stop: No such file or directory 2023-12-21T06:01:28.225 DEBUG:teuthology.orchestra.run.smithi064:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@osd.3.service' 2023-12-21T06:01:28.265 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-21T06:01:28.265 INFO:tasks.cephadm.osd.3:Stopped osd.3 2023-12-21T06:01:28.265 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2023-12-21T06:01:28.266 DEBUG:teuthology.orchestra.run.smithi113:> sudo systemctl stop ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@osd.4 2023-12-21T06:01:28.585 INFO:journalctl@ceph.osd.4.smithi113.stdout:Dec 21 06:01:28 smithi113 systemd[1]: Stopping Ceph osd.4 for ec1bc4d2-9fbc-11ee-95a5-87774f69a715... 2023-12-21T06:01:28.956 INFO:journalctl@ceph.osd.4.smithi113.stdout:Dec 21 06:01:28 smithi113 bash[122673]: ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715-osd.4 2023-12-21T06:01:28.956 INFO:journalctl@ceph.osd.4.smithi113.stdout:Dec 21 06:01:28 smithi113 bash[122715]: bash: /var/lib/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/osd.4/unit.stop: No such file or directory 2023-12-21T06:01:29.623 DEBUG:teuthology.orchestra.run.smithi113:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@osd.4.service' 2023-12-21T06:01:29.661 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-21T06:01:29.661 INFO:tasks.cephadm.osd.4:Stopped osd.4 2023-12-21T06:01:29.661 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2023-12-21T06:01:29.661 DEBUG:teuthology.orchestra.run.smithi113:> sudo systemctl stop ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@osd.5 2023-12-21T06:01:29.930 INFO:journalctl@ceph.osd.5.smithi113.stdout:Dec 21 06:01:29 smithi113 systemd[1]: Stopping Ceph osd.5 for ec1bc4d2-9fbc-11ee-95a5-87774f69a715... 2023-12-21T06:01:30.335 INFO:journalctl@ceph.osd.5.smithi113.stdout:Dec 21 06:01:30 smithi113 bash[122854]: ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715-osd.5 2023-12-21T06:01:30.335 INFO:journalctl@ceph.osd.5.smithi113.stdout:Dec 21 06:01:30 smithi113 bash[122893]: bash: /var/lib/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/osd.5/unit.stop: No such file or directory 2023-12-21T06:01:31.082 DEBUG:teuthology.orchestra.run.smithi113:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@osd.5.service' 2023-12-21T06:01:31.120 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-21T06:01:31.121 INFO:tasks.cephadm.osd.5:Stopped osd.5 2023-12-21T06:01:31.121 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2023-12-21T06:01:31.121 DEBUG:teuthology.orchestra.run.smithi113:> sudo systemctl stop ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@osd.6 2023-12-21T06:01:31.335 INFO:journalctl@ceph.osd.6.smithi113.stdout:Dec 21 06:01:31 smithi113 systemd[1]: Stopping Ceph osd.6 for ec1bc4d2-9fbc-11ee-95a5-87774f69a715... 2023-12-21T06:01:31.835 INFO:journalctl@ceph.osd.6.smithi113.stdout:Dec 21 06:01:31 smithi113 bash[123032]: ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715-osd.6 2023-12-21T06:01:31.835 INFO:journalctl@ceph.osd.6.smithi113.stdout:Dec 21 06:01:31 smithi113 bash[123074]: bash: /var/lib/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/osd.6/unit.stop: No such file or directory 2023-12-21T06:01:32.522 DEBUG:teuthology.orchestra.run.smithi113:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@osd.6.service' 2023-12-21T06:01:32.561 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-21T06:01:32.561 INFO:tasks.cephadm.osd.6:Stopped osd.6 2023-12-21T06:01:32.561 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2023-12-21T06:01:32.561 DEBUG:teuthology.orchestra.run.smithi113:> sudo systemctl stop ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@osd.7 2023-12-21T06:01:32.836 INFO:journalctl@ceph.osd.7.smithi113.stdout:Dec 21 06:01:32 smithi113 systemd[1]: Stopping Ceph osd.7 for ec1bc4d2-9fbc-11ee-95a5-87774f69a715... 2023-12-21T06:01:33.336 INFO:journalctl@ceph.osd.7.smithi113.stdout:Dec 21 06:01:33 smithi113 bash[123215]: ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715-osd.7 2023-12-21T06:01:33.336 INFO:journalctl@ceph.osd.7.smithi113.stdout:Dec 21 06:01:33 smithi113 bash[123257]: bash: /var/lib/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/osd.7/unit.stop: No such file or directory 2023-12-21T06:01:34.006 DEBUG:teuthology.orchestra.run.smithi113:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ec1bc4d2-9fbc-11ee-95a5-87774f69a715@osd.7.service' 2023-12-21T06:01:34.046 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-21T06:01:34.046 INFO:tasks.cephadm.osd.7:Stopped osd.7 2023-12-21T06:01:34.047 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 --force --keep-logs 2023-12-21T06:01:34.203 INFO:teuthology.orchestra.run.smithi064.stderr:usage: cephadm [-h] [--image IMAGE] [--docker] [--data-dir DATA_DIR] 2023-12-21T06:01:34.203 INFO:teuthology.orchestra.run.smithi064.stderr: [--log-dir LOG_DIR] [--logrotate-dir LOGROTATE_DIR] 2023-12-21T06:01:34.204 INFO:teuthology.orchestra.run.smithi064.stderr: [--unit-dir UNIT_DIR] [--verbose] [--timeout TIMEOUT] 2023-12-21T06:01:34.204 INFO:teuthology.orchestra.run.smithi064.stderr: [--retry RETRY] [--env ENV] [--no-container-init] 2023-12-21T06:01:34.204 INFO:teuthology.orchestra.run.smithi064.stderr: {version,pull,inspect-image,ls,list-networks,adopt,rm-daemon,rm-cluster,run,shell,enter,ceph-volume,unit,logs,bootstrap,deploy,check-host,prepare-host,add-repo,rm-repo,install,registry-login,gather-facts} 2023-12-21T06:01:34.204 INFO:teuthology.orchestra.run.smithi064.stderr: ... 2023-12-21T06:01:34.204 INFO:teuthology.orchestra.run.smithi064.stderr:cephadm: error: unrecognized arguments: --keep-logs 2023-12-21T06:01:34.215 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-12-21T06:01:34.215 DEBUG:teuthology.orchestra.run.smithi113:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 --force --keep-logs 2023-12-21T06:01:34.362 INFO:teuthology.orchestra.run.smithi113.stderr:usage: cephadm [-h] [--image IMAGE] [--docker] [--data-dir DATA_DIR] 2023-12-21T06:01:34.363 INFO:teuthology.orchestra.run.smithi113.stderr: [--log-dir LOG_DIR] [--logrotate-dir LOGROTATE_DIR] 2023-12-21T06:01:34.363 INFO:teuthology.orchestra.run.smithi113.stderr: [--unit-dir UNIT_DIR] [--verbose] [--timeout TIMEOUT] 2023-12-21T06:01:34.363 INFO:teuthology.orchestra.run.smithi113.stderr: [--retry RETRY] [--env ENV] [--no-container-init] 2023-12-21T06:01:34.363 INFO:teuthology.orchestra.run.smithi113.stderr: {version,pull,inspect-image,ls,list-networks,adopt,rm-daemon,rm-cluster,run,shell,enter,ceph-volume,unit,logs,bootstrap,deploy,check-host,prepare-host,add-repo,rm-repo,install,registry-login,gather-facts} 2023-12-21T06:01:34.363 INFO:teuthology.orchestra.run.smithi113.stderr: ... 2023-12-21T06:01:34.364 INFO:teuthology.orchestra.run.smithi113.stderr:cephadm: error: unrecognized arguments: --keep-logs 2023-12-21T06:01:34.376 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-12-21T06:01:34.377 DEBUG:teuthology.orchestra.run.smithi064:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-21T06:01:34.406 DEBUG:teuthology.orchestra.run.smithi113:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-21T06:01:34.435 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-21T06:01:34.437 DEBUG:teuthology.misc:Transferring archived files from smithi064:/var/lib/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499194/remote/ubuntu@smithi064.front.sepia.ceph.com/crash 2023-12-21T06:01:34.438 DEBUG:teuthology.orchestra.run.smithi064:> sudo tar c -f - -C /var/lib/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/crash -- . 2023-12-21T06:01:34.483 DEBUG:teuthology.misc:Transferring archived files from smithi113:/var/lib/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499194/remote/ubuntu@smithi113.front.sepia.ceph.com/crash 2023-12-21T06:01:34.485 DEBUG:teuthology.orchestra.run.smithi113:> sudo tar c -f - -C /var/lib/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/crash -- . 2023-12-21T06:01:34.554 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-21T06:01:34.554 DEBUG:teuthology.orchestra.run.smithi064:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-21T06:01:34.582 INFO:teuthology.orchestra.run.smithi064.stderr:grep: /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/ceph.log: No such file or directory 2023-12-21T06:01:34.584 INFO:tasks.cephadm:Compressing logs... 2023-12-21T06:01:34.584 DEBUG:teuthology.orchestra.run.smithi064:> 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 -- 2023-12-21T06:01:34.627 DEBUG:teuthology.orchestra.run.smithi113:> 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 -- 2023-12-21T06:01:34.653 INFO:teuthology.orchestra.run.smithi064.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-21T06:01:34.653 INFO:teuthology.orchestra.run.smithi064.stderr:: No such file or directory 2023-12-21T06:01:34.653 INFO:teuthology.orchestra.run.smithi064.stderr:gzip -5 --verbose -- /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/ceph-volume.log 2023-12-21T06:01:34.654 INFO:teuthology.orchestra.run.smithi064.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/ceph-osd.2.log 2023-12-21T06:01:34.654 INFO:teuthology.orchestra.run.smithi064.stderr:gzip -5 --verbose -- /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/ceph-osd.3.log 2023-12-21T06:01:34.654 INFO:teuthology.orchestra.run.smithi064.stderr:/var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/ceph-volume.log: /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/ceph-mgr.smithi064.skpyci.log 2023-12-21T06:01:34.655 INFO:teuthology.orchestra.run.smithi064.stderr:/var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/ceph-osd.0.log 2023-12-21T06:01:34.656 INFO:teuthology.orchestra.run.smithi064.stderr:gzip -5 --verbose -- /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/ceph-mon.smithi064.log 2023-12-21T06:01:34.658 INFO:teuthology.orchestra.run.smithi113.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-12-21T06:01:34.658 INFO:teuthology.orchestra.run.smithi113.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-21T06:01:34.658 INFO:teuthology.orchestra.run.smithi113.stderr:gzip -5 --verbose -- /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/ceph-osd.6.log 2023-12-21T06:01:34.658 INFO:teuthology.orchestra.run.smithi113.stderr:gzip -5 --verbose -- /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/ceph-volume.log 2023-12-21T06:01:34.658 INFO:teuthology.orchestra.run.smithi113.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/ceph-mon.smithi113.log 2023-12-21T06:01:34.659 INFO:teuthology.orchestra.run.smithi113.stderr:/var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/ceph-osd.6.log: /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/ceph-osd.7.log 2023-12-21T06:01:34.659 INFO:teuthology.orchestra.run.smithi113.stderr:/var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/ceph-mon.smithi113.log: gzip -5 --verbose -- /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi113.mezlgb.log 2023-12-21T06:01:34.659 INFO:teuthology.orchestra.run.smithi113.stderr:/var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/ceph-mgr.smithi113.fmrekm.log 2023-12-21T06:01:34.659 INFO:teuthology.orchestra.run.smithi113.stderr:/var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi113.mezlgb.log: 68.8% -- replaced with /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi113.mezlgb.log.gz 2023-12-21T06:01:34.659 INFO:teuthology.orchestra.run.smithi113.stderr:/var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/ceph-mgr.smithi113.fmrekm.log: 91.1% -- replaced with /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/ceph-volume.log.gz 2023-12-21T06:01:34.659 INFO:teuthology.orchestra.run.smithi113.stderr:gzip -5 --verbose -- /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/ceph-osd.4.log 2023-12-21T06:01:34.659 INFO:teuthology.orchestra.run.smithi113.stderr:gzip -5 --verbose -- /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/ceph-osd.5.log 2023-12-21T06:01:34.660 INFO:teuthology.orchestra.run.smithi064.stderr:/var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/ceph-mgr.smithi064.skpyci.log: /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/ceph-osd.0.log: /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/ceph-mon.smithi064.log: 91.2% -- replaced with /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/ceph-volume.log.gz 2023-12-21T06:01:34.660 INFO:teuthology.orchestra.run.smithi064.stderr:gzip -5 --verbose -- /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/ceph-osd.1.log 2023-12-21T06:01:34.660 INFO:teuthology.orchestra.run.smithi064.stderr:/var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/ceph-osd.1.log: 92.4% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-21T06:01:34.661 INFO:teuthology.orchestra.run.smithi064.stderr:gzip -5 --verbose -- /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi064.hkbxiz.log 2023-12-21T06:01:34.661 INFO:teuthology.orchestra.run.smithi064.stderr:/var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi064.hkbxiz.log: 80.5% -- replaced with /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi064.hkbxiz.log.gz 2023-12-21T06:01:34.664 INFO:teuthology.orchestra.run.smithi113.stderr:/var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/ceph-osd.4.log: /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/ceph-osd.5.log: 93.9% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-21T06:01:34.703 INFO:teuthology.orchestra.run.smithi113.stderr: 91.0% -- replaced with /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/ceph-mgr.smithi113.fmrekm.log.gz 2023-12-21T06:01:35.717 INFO:teuthology.orchestra.run.smithi064.stderr: 92.5% -- replaced with /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/ceph-mgr.smithi064.skpyci.log.gz 2023-12-21T06:01:35.955 INFO:teuthology.orchestra.run.smithi113.stderr: 93.1% -- replaced with /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/ceph-mon.smithi113.log.gz 2023-12-21T06:01:36.332 INFO:teuthology.orchestra.run.smithi064.stderr: 90.0% -- replaced with /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/ceph-mon.smithi064.log.gz 2023-12-21T06:01:47.776 INFO:teuthology.orchestra.run.smithi064.stderr: 94.4% -- replaced with /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/ceph-osd.2.log.gz 2023-12-21T06:01:49.472 INFO:teuthology.orchestra.run.smithi113.stderr: 93.9% -- replaced with /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/ceph-osd.4.log.gz 2023-12-21T06:01:53.635 INFO:teuthology.orchestra.run.smithi113.stderr: 94.3% -- replaced with /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/ceph-osd.6.log.gz 2023-12-21T06:01:53.992 INFO:teuthology.orchestra.run.smithi064.stderr: 94.0% -- replaced with /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/ceph-osd.0.log.gz 2023-12-21T06:01:54.870 INFO:teuthology.orchestra.run.smithi064.stderr: 94.3% -- replaced with /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/ceph-osd.1.log.gz 2023-12-21T06:01:55.685 INFO:teuthology.orchestra.run.smithi113.stderr: 94.2% -- replaced with /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/ceph-osd.5.log.gz 2023-12-21T06:01:56.915 INFO:teuthology.orchestra.run.smithi064.stderr: 94.1% -- replaced with /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/ceph-osd.3.log.gz 2023-12-21T06:01:56.917 INFO:teuthology.orchestra.run.smithi064.stderr: 2023-12-21T06:01:56.918 INFO:teuthology.orchestra.run.smithi064.stderr:real 0m22.275s 2023-12-21T06:01:56.918 INFO:teuthology.orchestra.run.smithi064.stderr:user 1m14.879s 2023-12-21T06:01:56.918 INFO:teuthology.orchestra.run.smithi064.stderr:sys 0m2.702s 2023-12-21T06:02:03.098 INFO:teuthology.orchestra.run.smithi113.stderr: 94.1% -- replaced with /var/log/ceph/ec1bc4d2-9fbc-11ee-95a5-87774f69a715/ceph-osd.7.log.gz 2023-12-21T06:02:03.100 INFO:teuthology.orchestra.run.smithi113.stderr: 2023-12-21T06:02:03.100 INFO:teuthology.orchestra.run.smithi113.stderr:real 0m28.455s 2023-12-21T06:02:03.100 INFO:teuthology.orchestra.run.smithi113.stderr:user 1m21.231s 2023-12-21T06:02:03.100 INFO:teuthology.orchestra.run.smithi113.stderr:sys 0m3.268s 2023-12-21T06:02:03.100 INFO:tasks.cephadm:Archiving logs... 2023-12-21T06:02:03.101 DEBUG:teuthology.misc:Transferring archived files from smithi064:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499194/remote/ubuntu@smithi064.front.sepia.ceph.com/log 2023-12-21T06:02:03.102 DEBUG:teuthology.orchestra.run.smithi064:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-21T06:02:12.457 DEBUG:teuthology.misc:Transferring archived files from smithi113:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499194/remote/ubuntu@smithi113.front.sepia.ceph.com/log 2023-12-21T06:02:12.458 DEBUG:teuthology.orchestra.run.smithi113:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-21T06:02:23.123 INFO:tasks.cephadm:Removing cluster... 2023-12-21T06:02:23.123 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 --force 2023-12-21T06:03:56.624 DEBUG:teuthology.orchestra.run.smithi113:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 --force 2023-12-21T06:06:14.907 INFO:tasks.cephadm:Removing cephadm ... 2023-12-21T06:06:14.908 DEBUG:teuthology.orchestra.run.smithi064:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-21T06:06:14.932 DEBUG:teuthology.orchestra.run.smithi113:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-21T06:06:14.952 INFO:tasks.cephadm:Teardown complete 2023-12-21T06:06:14.952 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-21T06:06:14.962 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-21T06:06:14.962 DEBUG:teuthology.orchestra.run.smithi064:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-21T06:06:14.975 DEBUG:teuthology.orchestra.run.smithi113:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-21T06:06:14.993 INFO:teuthology.orchestra.run.smithi064.stderr:bash: ntpq: command not found 2023-12-21T06:06:14.997 INFO:teuthology.orchestra.run.smithi064.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-21T06:06:14.998 INFO:teuthology.orchestra.run.smithi064.stdout:=============================================================================== 2023-12-21T06:06:14.998 INFO:teuthology.orchestra.run.smithi064.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 24 -129us[ -129us] +/- 74ms 2023-12-21T06:06:14.998 INFO:teuthology.orchestra.run.smithi064.stdout:^* hv02.front.sepia.ceph.com 3 6 377 27 -1374us[-1390us] +/- 66ms 2023-12-21T06:06:14.998 INFO:teuthology.orchestra.run.smithi064.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 25 +1735us[+1735us] +/- 72ms 2023-12-21T06:06:14.998 INFO:teuthology.orchestra.run.smithi064.stdout:^? hv04.front.sepia.ceph.com 0 10 0 - +0ns[ +0ns] +/- 0ns 2023-12-21T06:06:15.010 INFO:teuthology.orchestra.run.smithi113.stderr:bash: ntpq: command not found 2023-12-21T06:06:15.014 INFO:teuthology.orchestra.run.smithi113.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-21T06:06:15.014 INFO:teuthology.orchestra.run.smithi113.stdout:=============================================================================== 2023-12-21T06:06:15.014 INFO:teuthology.orchestra.run.smithi113.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 26 -176us[ -178us] +/- 73ms 2023-12-21T06:06:15.014 INFO:teuthology.orchestra.run.smithi113.stdout:^* hv02.front.sepia.ceph.com 3 6 377 23 -1404us[-1407us] +/- 66ms 2023-12-21T06:06:15.015 INFO:teuthology.orchestra.run.smithi113.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 24 +1702us[+1699us] +/- 72ms 2023-12-21T06:06:15.015 INFO:teuthology.orchestra.run.smithi113.stdout:^? hv04.front.sepia.ceph.com 0 10 0 - +0ns[ +0ns] +/- 0ns 2023-12-21T06:06:15.015 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-21T06:06:15.024 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-21T06:06:15.025 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-21T06:06:15.034 DEBUG:teuthology.orchestra.run.smithi064:> 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 2023-12-21T06:06:15.145 DEBUG:teuthology.orchestra.run.smithi113:> 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 2023-12-21T06:06:15.238 DEBUG:teuthology.orchestra.run.smithi064:> 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 2023-12-21T06:06:15.272 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T06:06:15.273 DEBUG:teuthology.orchestra.run.smithi113:> 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 2023-12-21T06:06:15.305 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T06:06:15.306 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-21T06:06:15.315 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-21T06:06:15.325 INFO:teuthology.task.internal:Duration was 4822.748783 seconds 2023-12-21T06:06:15.325 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-21T06:06:15.335 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-21T06:06:15.335 DEBUG:teuthology.orchestra.run.smithi064:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-21T06:06:15.337 DEBUG:teuthology.orchestra.run.smithi113:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-21T06:06:15.382 INFO:teuthology.orchestra.run.smithi064.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-21T06:06:15.394 INFO:teuthology.orchestra.run.smithi113.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-21T06:06:15.831 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-21T06:06:15.831 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi064.front.sepia.ceph.com 2023-12-21T06:06:15.831 DEBUG:teuthology.orchestra.run.smithi064:> 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 2023-12-21T06:06:15.854 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi113.front.sepia.ceph.com 2023-12-21T06:06:15.854 DEBUG:teuthology.orchestra.run.smithi113:> 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 2023-12-21T06:06:15.877 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-21T06:06:15.877 DEBUG:teuthology.orchestra.run.smithi064:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-21T06:06:15.897 DEBUG:teuthology.orchestra.run.smithi113:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-21T06:06:15.959 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-21T06:06:15.959 DEBUG:teuthology.orchestra.run.smithi064:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-21T06:06:15.962 DEBUG:teuthology.orchestra.run.smithi113:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-21T06:06:16.075 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-21T06:06:16.085 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-21T06:06:16.085 DEBUG:teuthology.orchestra.run.smithi064:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-21T06:06:16.112 DEBUG:teuthology.orchestra.run.smithi113:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-21T06:06:16.140 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-21T06:06:16.150 DEBUG:teuthology.orchestra.run.smithi064:> 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 2023-12-21T06:06:16.155 DEBUG:teuthology.orchestra.run.smithi113:> 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 2023-12-21T06:06:16.179 INFO:teuthology.orchestra.run.smithi064.stdout:kernel.core_pattern = core 2023-12-21T06:06:16.206 INFO:teuthology.orchestra.run.smithi113.stdout:kernel.core_pattern = core 2023-12-21T06:06:16.223 DEBUG:teuthology.orchestra.run.smithi064:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-21T06:06:16.265 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T06:06:16.266 DEBUG:teuthology.orchestra.run.smithi113:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-21T06:06:16.282 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T06:06:16.282 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-21T06:06:16.293 INFO:teuthology.task.internal:Transferring archived files... 2023-12-21T06:06:16.294 DEBUG:teuthology.misc:Transferring archived files from smithi064:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499194/remote/smithi064 2023-12-21T06:06:16.295 DEBUG:teuthology.orchestra.run.smithi064:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-21T06:06:16.347 DEBUG:teuthology.misc:Transferring archived files from smithi113:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499194/remote/smithi113 2023-12-21T06:06:16.348 DEBUG:teuthology.orchestra.run.smithi113:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-21T06:06:16.384 INFO:teuthology.task.internal:Removing archive directory... 2023-12-21T06:06:16.384 DEBUG:teuthology.orchestra.run.smithi064:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-21T06:06:16.386 DEBUG:teuthology.orchestra.run.smithi113:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-21T06:06:16.438 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-21T06:06:16.449 INFO:teuthology.task.internal:Not uploading archives. 2023-12-21T06:06:16.449 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-21T06:06:16.479 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-21T06:06:16.479 DEBUG:teuthology.orchestra.run.smithi064:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-21T06:06:16.482 DEBUG:teuthology.orchestra.run.smithi113:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-21T06:06:16.498 INFO:teuthology.orchestra.run.smithi064.stdout: 525359 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 21 06:06 /home/ubuntu/cephtest 2023-12-21T06:06:16.499 INFO:teuthology.orchestra.run.smithi113.stdout: 525359 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 21 06:06 /home/ubuntu/cephtest 2023-12-21T06:06:16.501 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-21T06:06:16.512 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-21T06:06:16.539 INFO:teuthology.nuke:Checking targets against current locks 2023-12-21T06:06:16.567 DEBUG:teuthology.nuke:shortname: smithi064 2023-12-21T06:06:16.568 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-21T06:06:16.591 DEBUG:teuthology.nuke:shortname: smithi113 2023-12-21T06:06:16.591 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-21T06:06:16.594 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi064.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499194', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-21 04:37:01.870310', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLiKWlKsxbxCoq1/tZA7uQ+BHE6WxZp0SFHOvwFKmUiGJP7ZrcYeST+PuOaGW0AOsJFBVwoJDY+iY33oHaw2j7Q='} 2023-12-21T06:06:16.613 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi113.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499194', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-21 04:37:01.868904', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJkaXWZ1ztVNRk+tDbsq/TbUJK31B7l4iERNeI8uDEb7h+ZP+boC9IXKAp2TntqQAz8xzytOkNshA8h4BwCB3/8='} 2023-12-21T06:06:16.644 INFO:teuthology.orchestra.console.smithi064:Power off 2023-12-21T06:06:16.644 DEBUG:teuthology.orchestra.console.smithi064:pexpect command: ipmitool -H smithi064.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-21T06:06:16.666 DEBUG:teuthology.orchestra.console.smithi064:power off output: Chassis Power Control: Down/Off 2023-12-21T06:06:16.666 DEBUG:teuthology.orchestra.console.smithi064:pexpect command: ipmitool -H smithi064.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T06:06:16.680 INFO:teuthology.orchestra.console.smithi113:Power off 2023-12-21T06:06:16.681 DEBUG:teuthology.orchestra.console.smithi113:pexpect command: ipmitool -H smithi113.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-21T06:06:16.690 DEBUG:teuthology.orchestra.console.smithi064:check power output: Chassis Power is on 2023-12-21T06:06:16.702 DEBUG:teuthology.orchestra.console.smithi113:power off output: Chassis Power Control: Down/Off 2023-12-21T06:06:16.702 DEBUG:teuthology.orchestra.console.smithi113:pexpect command: ipmitool -H smithi113.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T06:06:16.730 DEBUG:teuthology.orchestra.console.smithi113:check power output: Chassis Power is on 2023-12-21T06:06:20.691 DEBUG:teuthology.orchestra.console.smithi064:pexpect command: ipmitool -H smithi064.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T06:06:20.731 DEBUG:teuthology.orchestra.console.smithi113:pexpect command: ipmitool -H smithi113.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T06:06:20.801 DEBUG:teuthology.orchestra.console.smithi064:check power output: Chassis Power is on 2023-12-21T06:06:20.840 DEBUG:teuthology.orchestra.console.smithi113:check power output: Chassis Power is on 2023-12-21T06:06:24.806 DEBUG:teuthology.orchestra.console.smithi064:pexpect command: ipmitool -H smithi064.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T06:06:24.842 DEBUG:teuthology.orchestra.console.smithi113:pexpect command: ipmitool -H smithi113.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T06:06:24.918 DEBUG:teuthology.orchestra.console.smithi064:check power output: Chassis Power is on 2023-12-21T06:06:24.951 DEBUG:teuthology.orchestra.console.smithi113:check power output: Chassis Power is off 2023-12-21T06:06:25.052 INFO:teuthology.orchestra.console.smithi113:Power off completed 2023-12-21T06:06:28.923 DEBUG:teuthology.orchestra.console.smithi064:pexpect command: ipmitool -H smithi064.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T06:06:29.033 DEBUG:teuthology.orchestra.console.smithi064:check power output: Chassis Power is off 2023-12-21T06:06:29.134 INFO:teuthology.orchestra.console.smithi064:Power off completed 2023-12-21T06:06:29.240 INFO:teuthology.run:Summary data: description: rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/octopus 1-start 2-nfs 3-upgrade-with-workload 4-final} duration: 4822.748782634735 failure_reason: 'Command failed on smithi064 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec1bc4d2-9fbc-11ee-95a5-87774f69a715 -e sha1=639f0137318def3e5f393094e5494880043a8f32 -- bash -c \''ceph versions | jq -e \''"\''"\''.overall | length == 1\''"\''"\''\''''' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=1b004766e17644f293042521723f4bd9 status: fail success: false 2023-12-21T06:06:29.240 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-21T06:06:29.360 INFO:teuthology.run:FAIL